[perl-win32-gui-users] Minimized window inactive

2002-10-16 Thread carollyne courtney
How do I ensure that the counter continues running when the window is minimized? Thanks -snip- use strict; use Win32::GUI; my $count = 0; my $W = new Win32::GUI::Window( -left => 558, -top=> 122, -width => 300, -height => 255, -name => "W", -text => "T

[perl-win32-gui-users] Re: Win32::GUI or FindBin under Windows 95?

2002-10-16 Thread Morbus Iff
>>Or, on the other hand, anyone know of issues with FindBin? My previous >>working version was using simply "use lib ./lib", but the newest version >>(again, which works everywhere on Win98 and up) uses FindBin exclusively. > >FindBin is reputedly severly broken. Search PerlMonks for a post from t

[perl-win32-gui-users] toolbar gui loft

2002-10-16 Thread Magnone, Angelo
Has anyone had any success with creating a toolbar using The GUI LOFT and then act upon the different buttons clicked? How can I tell which button has been clicked? <<...OLE_Obj...>> This e-mail may be privileged and/or confidentia

[perl-win32-gui-users] gui loft

2002-10-16 Thread Magnone, Angelo
Has anyone had any success with creating a toolbar using The GUI LOFT and then act upon the different buttons clicked? How can I tell which button has been clicked? <<...OLE_Obj...>> This e-mail may be privileged and/or confidential

[perl-win32-gui-users] (no subject)

2002-10-16 Thread Rodriguez, Peter
I do not have a 'C' compiler on the NT machine I need to run perl on. I downloaded the NT executables for 5.8 from cpan. Is there a similar distribution for the GUI interface? Thanks

[perl-win32-gui-users] Re: Win32::GUI or FindBin under Windows 95?

2002-10-16 Thread Johan Lindstrom
At 07:51 2002-10-16 -0400, Morbus Iff wrote: Or, on the other hand, anyone know of issues with FindBin? My previous working version was using simply "use lib ./lib", but the newest version (again, which works everywhere on Win98 and up) uses FindBin exclusively. FindBin is reputedly severly bro

[perl-win32-gui-users] Win32::GUI or FindBin under Windows 95?

2002-10-16 Thread Morbus Iff
Has anyone had any difficulty using Win32::GUI v0.665 under Windows 95? My current code base works perfectly under Windows 98 and up, but nothing seems to happen (double-click, hourglass for a second, no hourglass) under 95. I've yet to do adequate testing/debugging, but I know that the last workin