RE: [perl-win32-gui-users] Fwd: Combobox shows up empty !

2004-09-22 Thread Frazier, Joe Jr
Francesco, you "really" need to get the latest version. The version (.558) on CPAN is like 3 or 4 years old. I do not have Laurent's link handy, so maybe someone else can send it to you or you can look on sourceforge for a "relatively" new version, though not as new as what is what is on Laurent

[perl-win32-gui-users] Fwd: Combobox shows up empty !

2004-09-22 Thread Francesco Rizzi
I think I got it ! For anyone else who may ever encounter this, here's what I got: the -size argument for the combobox controls the size of the combobox once you've clicked on its arrow. I increased that to something more than 20 to see the items. Also, I used the Select method on the combobox

RE: [perl-win32-gui-users] Combobox problem taken care of, but now...

2004-09-22 Thread Glenn W Munroe
Have you set the -dialogui option for your main window? That should do it, but again, it may depend on having the latest code. Someone else had this problem a few weeks ago; the code that worked fine on my system wouldn't work on his. As for the documentation, that's always a little behind

[perl-win32-gui-users] Combobox shows up empty !

2004-09-22 Thread Francesco Rizzi
Argh ! I'm using the CPAN Win32::GUI package (v.0.0.558). I'm trying to use a combobox in one of my windows. Right now, I've reduced the problem to the sniplet below, and I'm using the -style => WS_VISIBLE | 3 | WS_VSCROLL | WS_TABSTOP option when creating the combobox as I've found it in a c