From: Frazier, J. J. <Joe...@Pe...> - 2001-09-27 19:52:58
|
What are the options for Combobox? I have two applications which use a combobox. One created manually and one using GuiLoft. The one with GuiLoft does an an Autofill, however, the one made manually does not. Example: $Window->AddCombobox( -tabstop =3D> 1, -default =3D>1, -sort =3D> 1, -name =3D> Dropdown, -left =3D> 10, -top =3D> 15, -width =3D> 180, -height =3D> 300, -scroll =3D> 1, -addstyle =3D> WS_VISIBLE | 2 | WS_VSCROLL, ); Given the following data. One Two Three Four Five Six Seven Eight Nine Ten In the one created in GuiLoft, if I am in the combobox and press 't', it selects 'Two'. If I press 't' again, it selects 'Three'. However, the hand created combobox does not do this. If, for example, I press 't', I have to press the down arrow on my keyboard for it to populate 'Two' into the control. Any help would be umm... helpful 8^) Joe Frazier, Jr Technical Support Engineer PeopleClick 919-645-2916 joe...@pe... =20 |