Re: [perl-win32-gui-users] combobox

2007-06-28 Thread Robert May
On 28/06/07, Jacques Choquette XX (QB/EMC) <[EMAIL PROTECTED]> wrote: 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 $Wi

[perl-win32-gui-users] combobox

2007-06-28 Thread Jacques Choquette XX (QB/EMC)
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 => "CB", -dropdown => 1, -le