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 => 1,
-default =>1,
-sort => 1,
-name => Dropdown,
-left => 10,
-top => 15,
-width => 180,
-height => 300,
-scroll => 1,
-addstyle => 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
[EMAIL PROTECTED]