This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Accelerator key definition not visible
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2010
12:01 PM
Accelerator key definition not visible
I have an InstallScript project and am using the AskOptions dialog in several instances. I have defined accelerators into my options, but they do not display in the dialogs when run (characters are not underlined). The accelerators function properly, but nobody is going to know what they are if they aren't visible.
Is this a known bug in 2010, or is there some other setting needed to display them?
Is this a known bug in 2010, or is there some other setting needed to display them?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2010
01:21 PM
This a Windows XP+ feature (most users are familiar with this).
Accelerators, by default, get the underscores only when alt key is pressed. I am not aware of any setting you can change as to always show underscores.
Accelerators, by default, get the underscores only when alt key is pressed. I am not aware of any setting you can change as to always show underscores.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2010
03:04 PM
Thanks for the quick response. Your description is clear, however, I'm struggling with a disconnect between the description of how the accelerators work (see the AskOptions page, szText1 section in your help files). As I have re-read the page, it does make clear the accelerators are defined in a way that make them functional when the ALT button is pressed. In fact, the accelerators function perfectly without pressing Alt, only the "hotkey" character needs to be pressed. So it appears the Alt key is necessary only for underlining the appropriate character that is the acclerator. Perhaps it would be a good idea to modify the help file text to define this more clearly.