cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TobiaszJason
Level 6

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;

Labels (1)
0 Kudos
(1) Reply
TobiaszJason
Level 6

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...
0 Kudos