RE: [perl-win32-gui-users] Interesting behavior

2001-02-09 Thread paul . barker
David I *BELIEVE* fork() is supported in Perl 5.6 on Win32 in an emulated form, but I'm 150 miles away from my documentation and only have a 9600 baud mobile to connect to the web over so I can't check ! It wasn't supported in older builds. Cheers Paul ***

RE: [perl-win32-gui-users] Interesting behavior

2001-02-09 Thread Tom Allebrandi
David Kuo said: > A question might be stupid. Is the fork() working in NT or Win98? > I tried it before but failed with message the function is not > supported by the OS. I think you need Perl 5.6 for this to work. In ActiveState speak, that is the 600 series of builds. And yes, using ActiveStat

RE: [perl-win32-gui-users] Interesting behavior

2001-02-09 Thread Kuo David
A question might be stupid. Is the fork() working in NT or Win98? I tried it before but failed with message the function is not supported by the OS. Thanks, David -Original Message- From: Tom Allebrandi [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2001 1:34 PM To: perl-win32-gui

[perl-win32-gui-users] Interesting behavior

2001-02-09 Thread Tom Allebrandi
I'm not sure if I should post this on this list or over on the Perl Win32 Users list. Under Win32::GUI version 502 and ActiveState build 623, the following script results in an access violation under NT 4 and an invalid page fault under Win98. NT is only telling me a memory address where the probl

[perl-win32-gui-users] SaveAsDialog

2001-02-09 Thread Erick J. Bourgeois
Has anyone had success using the SaveAsDialog? I'm using the SaveAsDialog in the following way: my %param = (title => "SaveAs", filters=>{'Filter 1' => '*.txt;*.doc', 'Filter 2' =>'*.pl;*.pm'}); my $file = SaveAsDialog %param, "foo.txt"; However, this, and other varian

Re: [perl-win32-gui-users] Testing a label's visibility

2001-02-09 Thread Aldo Calpini
Erick J. Bourgeois wrote: > Is there a way of dynamically checking a labels visibility? > Well, dynamically would be the same as statically, so really > how can you test a label to check whether it is showing. > Something sort of like this: > >if ( $MainWin->Label_1->Visible ) { > ... > } else

Re: [perl-win32-gui-users] GUI Builder 109 (was: Need Gui Builder

2001-02-09 Thread David Hiltz
> Guys > I can't get to this site . > is there any other place I can Get it > Rgds Eoin: > EMF2 Test Engineering > mailto:[EMAIL PROTECTED] > I'll email you a copy. dhiltz > -Original Message- > From: David Hiltz [mailto:[EMAIL PROTECTED] > Sent: 07 February 2001 22:00 > To: perl-

[perl-win32-gui-users] Testing a label's visibility

2001-02-09 Thread Erick J. Bourgeois
Is there a way of dynamically checking a labels visibility? Well, dynamically would be the same as statically, so really how can you test a label to check whether it is showing. Something sort of like this: if ( $MainWin->Label_1->Visible ) { ... } else { ... } However, this code doesn't work

RE: [perl-win32-gui-users] GUI Builder 109 (was: Need Gui Builder )

2001-02-09 Thread Eoin_Butler
Guys I can't get to this site . is there any other place I can Get it Rgds Eoin: EMF2 Test Engineering mailto:[EMAIL PROTECTED] -Original Message- From: David Hiltz [mailto:[EMAIL PROTECTED] Sent: 07 February 2001 22:00 To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win3

Re: Re[4]: [perl-win32-gui-users] GUI Builder 109 (was: Need Gui Builder)

2001-02-09 Thread paul . barker
Danny The ActiveState repository has an old build of Win32::GUI and if it is in your repository list before Aldo's site at dada.perl.it you'll probably get that version. Easiest bet is to download the .zip file of the 558 build from Source Forge and install it from that local copy. http://downlo