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