[perl-win32-gui-users] Listview Control functionality - Drag n Drop

2005-01-07 Thread Chris Wearn
Hi All, Have been experimenting with the Listview control, and noticed several features are TBD... Of course these are the ones I want to use... I wish to use the listview control in "Icon" view (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconusinglistviewc

Re: [perl-win32-gui-users] Windows not displaying?

2005-01-07 Thread houlster
[EMAIL PROTECTED] wrote: > > Hello > > I'm looking at adding a GUI to several of my Perl scripts. I've > been trying to use Win32::GUI, but my windows will never display. Ok, got it figured out. I tried on a few other computers in the office and it was fine. I'm using TextPad and have a mac

RE: [perl-win32-gui-users] Windows not displaying?

2005-01-07 Thread Frazier, Joe Jr
See comments in line > I'm looking at adding a GUI to several of my Perl scripts. > I've been trying to use Win32::GUI, but my windows will never display. > I've tried several sample scripts I've found on the net and > they won't work either. i.e., a simple "Hello World" test > like this won

Re: [perl-win32-gui-users] Windows not displaying?

2005-01-07 Thread Jez White
Very odd - I just ran that example and it displayed for me. (XP perl 5.6, win32::gui v1.0). What sub version of 5.8 are you using? Cheers, jez. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, January 07, 2005 8:04 PM Subject: [perl-win32-gui-users] Windows not dis

[perl-win32-gui-users] Windows not displaying?

2005-01-07 Thread houlster
Hello I'm looking at adding a GUI to several of my Perl scripts. I've been trying to use Win32::GUI, but my windows will never display. I've tried several sample scripts I've found on the net and they won't work either. i.e., a simple "Hello World" test like this won't work for me (from http:/