[perl-win32-gui] explorer/file browser?

2000-08-04 Thread Robert Sherman
to roll my own, but was wondering if there is one already floating around out there... TIA rob = Robert Sherman Campus Life Local Support Emory University =

Re: [perl-win32-gui] gui builder

2000-12-13 Thread Robert Sherman
i believe i have located it (for any interested): http://www.mail-archive.com/perl-win32-gui@httptech.com/msg00718.html -rob David Hiltz wrote: is there a forms builder or a gui builder for the win32::GUI module ? I've been working on one. It will lets you drag around widgets

Re: [perl-win32-gui] Event processing

2000-12-15 Thread Robert Sherman
you did not call dialog() for the second window: sub Loop_Click { foreach $i (0 ... 3) { Show_Win2($i); sleep 1; } Win32::GUI::Dialog(); ##add this and it works } -rob David Hiltz wrote: Below you will a small Win32::GUI program that displays a window with a

[perl-win32-gui] $Window-TextField-Text()

2000-12-15 Thread Robert Sherman
any idea as to why in the script below, in sub Button2_Click, TextField1 does not change to "Processing..." prior to running the process_file sub? A similar call in the process_file sub changes the field to "Done!" when it finishes, and that call works fine... TIA -rob

Re: [perl-win32-gui] Event processing

2000-12-15 Thread Robert Sherman
oops...that's odd, because i was sure i had gotten it to work...oh, well...how about this: use Win32::GUI; $i=0; $Win = new Win32::GUI::Window( -left = 341, -top= 218, -width = 300, -height = 213, -name

Re: [perl-win32-gui] Event processing

2001-01-03 Thread Robert Sherman
okay, i think i see what you mean...you want a GUI that starts a loop which can conditionally spawn a second window, and when that second windows is closed, it returns to the loop and continues processing... i can't figure it out either...my current theory is that since the Loop_Click event has

Re: [perl-win32-gui] Perl list for beginners

2001-01-03 Thread Robert Sherman
check out http://lists.perl.org/ especially: perl-beginner perl-faq-daily perl-ntadmin (good list for win32 perl) and be sure your library includes the 3rd edition of Programming Perl... -rob "Naika M." wrote: Does anyone know of a Perl list out there for beginners? I've got over 10