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
- :
- SdAskOptions Feature Description
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 05, 2014
09:54 AM
SdAskOptions Feature Description
For the SdAskOptions dialog, how do I have the feature description show up below the feature name (see the attached image). I'm currently using the Installscript code below:
szTitle = "Integrated Development Environment (IDE)\nSpecify the IDE mode.";
szMsg = "Available IDE Modes:";
szMedia = MEDIA;
MEDIA = "ItemSelect";
FeatureAddItem( MEDIA, "Full", -1, TRUE );
FeatureAddItem( MEDIA, "Execute Only", -1, FALSE );
FeatureAddItem( MEDIA, "Execute Only With Preferences", -1, FALSE );
SdInit();
DialogSetInfo( DLG_INFO_CHECKSELECTION, "", CHECKLINE );
nResult = SdAskOptions( szTitle, szMsg, "", "", "", EXCLUSIVE );
MEDIA = szMedia;
- Tags:
- sdaskoptions
(1) Reply
May 06, 2014
12:32 PM
http://community.flexerasoftware.com/showthread.php?164895-AskOptions-NewLine-to-wrap-text&highlight=sdaskoptions+newline
Seems like this question has been asked before (maybe a couple of times), but I have not seen an answer anywhere...
Seems like this question has been asked before (maybe a couple of times), but I have not seen an answer anywhere...