Why is it that in the following Combobox:
$HostName = $MainWin->AddCombobox(
-name => "HostName",
-tabstop => 1,
-style => WS_VISIBLE | 2 | WS_NOTIFY,
-left => 205,
-top => 10,
-width => 110,
-height => 160,
);
$HostName->InsertItem ("ftp.server1.com");
$HostName->InsertItem ("ftp.server2.com");The first item is not showing right away, I have to drop the combobox first. I also tried -text=>"ftp.server1.com" erick never stop questioning www.jeb.ca

