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

Custom Dialogs DropDowns

Hey there,

For the InstallShield Custom Dialog I added a dropdown list. In the items property I set a few values in there but they are not showing up at runtime, how come?

[1] I have the height attribute set to 200. (A large number as specified)
[2] Window Properties are enabled for: W_VSCROLL and CBS_DROPDOWN
[3] I have Name and Value set for the item.

Is it because it is set as an item and items are numeric? Perhaps it deletes my string at runtime, I dunno.

On the flipside I added some values at runtime in the code but when I select an item in the dropdownlist, it doesn't display it. It just shows a blank selection.

What am I missing?

Thanks
Labels (1)
0 Kudos
(1) Reply
Daniel_Dority
Level 6

Nevermind I got it working.
0 Kudos