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
>>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
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
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
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
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
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
7 matches
Mail list logo