IonicWind Software

IWBasic => GUI Central => Topic started by: Jerry Muelver on February 07, 2008, 07:58:49 AM

Title: Combobox won't show list
Post by: Jerry Muelver on February 07, 2008, 07:58:49 AM
I'm missing something here. Dialog has a combobox, routine loads box, I can iterate through the contents with GETSTRINGCOUNT and GETSTRING, but the box doesn't show any contents in the dialog. Do I have to put ENABLECONTROL somewhere? I've got it in my IDINITDIALOG routine. Where else?
Title: Re: Combobox won't show list
Post by: Ionic Wind Support Team on February 07, 2008, 08:35:39 AM
Increase the height of the control.  The height in the CONTORL statement specifies the drop down height of the control.

Paul.
Title: Re: Combobox won't show list
Post by: Jerry Muelver on February 07, 2008, 09:21:36 AM
Bingo! Thanks, Paul Who woulda thunk?  ::)