Re: [win32-gui] RE: [perl-win32-gui-users] The skin module

2006-04-19 Thread Robert May
Brian Millham wrote: Thank you for the suggestions Rob! You're welcome. Thank you for the interest in furthering the Win32::GUI cause. Once I'm to the point of creating the Makefile and PPM, I'll probably need some help. No problems - contact me off list when you are ready for this. I'll

Re: [win32-gui] [perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Andrew M Pastuszak
Got it working. Thanks for the help everyone! Andy Try: http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=listview#selecteditems Andrew M Pastuszak wrote: > Hello all, > > I have just been pouring through the mailing list archives, as well as > UseNet, and Google, and I just can't

Re: [win32-gui] [perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Andrew M Pastuszak
That sounds like just what I need. Now, how do I use it?? Andy Try: http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=listview#selecteditems Andrew M Pastuszak wrote: > Hello all, > > I have just been pouring through the mailing list archives, as well as > UseNet, and Google, and I

Re: [win32-gui] [perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Robert May
Try: http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=listview#selecteditems Andrew M Pastuszak wrote: Hello all, I have just been pouring through the mailing list archives, as well as UseNet, and Google, and I just can't figure out to read the selected values in a multi-select list

[perl-win32-gui-users] Multi Select Listbox

2006-04-19 Thread Andrew M Pastuszak
Hello all, I have just been pouring through the mailing list archives, as well as UseNet, and Google, and I just can't figure out to read the selected values in a multi-select listbox, when my Next Button is pushed. Here is my code snippet of the window I have created: our $w1 = 500;