From: Jacques C. XX \(QB/EMC\) <jac...@er...> - 2007-06-28 20:17:18
|
I am trying to see the first item in the list that I have built for a combobox. When I run the script, the combobox is there but I cannot see the item like 'info' What am I doing wrong? I am using Perl 5.8 on Windows 2000 $Window->AddCombobox( -name =3D> "CB", -dropdown =3D> 1, -left =3D> 50, -top =3D> 100, -height =3D> 80, -width =3D> 80, -hasstring =3D> 1, -onChange =3D> \&GetInfoCB, -tabstop =3D> 1, # -uppercase =3D> 1, # -sort =3D> 1, ); $Window->CB->Add('none', 'info', 'warning', 'error'); $Window->CB->SetTopIndex('1'); $Window->CB->TopIndex('1'); $Window->CB->FirstVisibleItem('1'); ------------------------------------------------ From: Jacques Choquette Sun Hardware Admin Tel: 514-345-7900 x 43463 |