Re: [perl-win32-gui-users] Terminating window

2001-06-27 Thread Andrew Kincaid
guess the second "version" is more correct since the Event Handler should have the name of _ despite the "should return -1" in the documentation for _Terminate(); Andrew Kincaid Lead PC Systems Specialist, IS&T Georgia State University [EMAIL PROTECTED] >>&

Re: [perl-win32-gui-users] Terminating window

2001-06-27 Thread Andrew Kincaid
't know about the window being terminated. I don't know if this is the best solution, but you could add: exit if !$W->IsEnabled(); just before the sleep (2) command. Therefore, when your window goes away, your script will exit. If you just want to exit the for loop and continue

Re: [perl-win32-gui-users] Terminating window

2001-06-27 Thread Andrew Kincaid
mmand. Therefore, when your window goes away, your script will exit. If you just want to exit the for loop and continue use: last if $W->IsEnabled(); Andrew Kincaid Lead PC Systems Specialist, IS&T Georgia State University [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 06/27/01 08

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

2001-06-26 Thread Andrew Kincaid
ot sure what to say unless you want to send more or all of your code. Andrew Kincaid Lead PC Systems Specialist, IS&T Georgia State University [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 06/19/01 09:07PM >>> Hi, Is there a difference between Win 9x and NT for putting a menu o

Re: [perl-win32-gui-users] Directory Browser/Selector

2001-06-26 Thread Andrew Kincaid
r.gz Hope that helps! Andrew Kincaid Lead PC Systems Specialist, IS&T Georgia State University [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 06/20/01 12:33PM >>> Hei, Is there a way to invoke Windows directory browser/selector from Perl/Tk? Thanks ___

[perl-win32-gui-users] Reboot Dialog for Win95/98/NT/2000 ??

2001-06-26 Thread Andrew Kincaid
..) I can write the code for the window and the boxes, I just don't know how to do the reboot part. Any help is GREATLY appreciated! Andrew Kincaid Lead PC Systems Specialist, IS&T Georgia State University [EMAIL PROTECTED]