IonicWind Software

IWBasic => GUI Central => Topic started by: barry on January 06, 2007, 01:04:46 PM

Title: Refreshing a combo box when the program updates it
Post by: barry on January 06, 2007, 01:04:46 PM
I'm making a little program to try out the various controls and I have the program adding a string to a combo box with ADDSTRING when that string is entered into an edit box.  It's all working and the string is there but it's not visible till the user scrolls down to it.  As far as I can tell the combo box is empty other than the added string.

Is this normal behavior or is there something I can do in the program to get the text to show up in the selected portion of the combo box since there's nothing else in the combo box.

Thanks,
Barry
Title: Re: Refreshing a combo box when the program updates it
Post by: Ionic Wind Support Team on January 06, 2007, 01:13:02 PM
See the command SETSELECTED in the users guide.
Title: Re: Refreshing a combo box when the program updates it
Post by: barry on January 06, 2007, 01:41:49 PM
That did it.  Thanks.

Barry