Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Glenn Linderman
Now I've downloaded and compiled the new version. Boy was I surprised! I ran an existing application, and it looked quite different in layout, but upon careful inspection, and knowing how the code was written, it appears that everything that is different is a result of exactly one thing: $font =

[perl-win32-gui-users] PALINDROME Date/Time TRIVIA

2002-02-28 Thread Eric Hansen
Hey fello Win32:GUIers You may have heard in the media (internet, news, etc.) recently that a date/time palindrome would occur on Feb 20, 2002 at 8:02pm. Written in DDMM HHMM format as 2002 2002 2002 , reading the same forwards and backwards. From what I heard, this was the last time

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Kevin . ADM-Gibbs
I've downloaded and compiled the new version. The only script I've had problems with so far is one based on Aldo's pride.pl example but then pride.pl doesn't work any more either. Tried a simple test with the NEM and fork() and it still works (except for the crash on exit with a double fork menti

RE: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Frazier, Joe Jr
> -Original Message- > From: Aldo Calpini [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 28, 2002 8:18 AM > To: Frazier, Joe Jr; Perl-Win32-GUI-Users > Subject: Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665 > > > Frazier, Joe Jr wrote: > > > $Window->AddButton( > > >

RE: [perl-win32-gui-users] Waiting the user to continue the download of information from the web

2002-02-28 Thread Guillem Cunillera Wefers
Forget it !! Forget it !! Using Messagebox instead of using a own module I resolve this stupid problem. But, I have to say, a new tutorial or documentation with some examples will be excellent, or just a list of interesting links about Win32::GUI. I guess anybody has lost time in trying to answ

Re: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Aldo Calpini
Frazier, Joe Jr wrote: > > $Window->AddButton( > > -text => 'say hello', > > -onClick => sub { print "hello, world!\n"; }, > > ); > > Hmmm... is this the ONLY way or does the old method still work also? the old method still works. but the main problem now is the interaction betwee

RE: [perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Frazier, Joe Jr
> -Original Message- > From: Aldo Calpini [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 28, 2002 5:02 AM > To: Perl-Win32-GUI-Users > Subject: [perl-win32-gui-users] Win32::GUI Release 0.0.665 > > > hello people, > > finally, an update! this release of Win32::GUI introduces > ma

[perl-win32-gui-users] Re: Win32::GUI Release 0.0.665

2002-02-28 Thread paul . barker
Hi All I've just built and packaged a PPM and sent it off to Aldo so hopefully it will be available soon. Oh, and yes - just tried out tool tips ... fantastic ! Cheers Paul *** Important. Confidentiality: This commun

[perl-win32-gui-users] Waiting the user to continue the download of information from the web

2002-02-28 Thread Guillem Cunillera Wefers
Hello again, In my aplication I have to acces a lot of times to a web information, but I don't want to die my apllication if a non is_succes and I want to put a message error and waiting the answer of the user if he wants to insist or abort. I don't know if maybe yesterday I drunk too much but

[perl-win32-gui-users] Win32::GUI Release 0.0.665

2002-02-28 Thread Aldo Calpini
hello people, finally, an update! this release of Win32::GUI introduces many new features, the most important being: - the NEM (New Event Model), which allows for something like: $Window->AddButton( -text => 'say hello', -onClick => sub { print "hello, world!\n"; }, ); *** edi