ActiveState
-Original Message-
From: Jeremy Aiyadurai [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 29, 2001 11:14 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] tk or win32:gui builder
I heard that there is a tk or win32:gui builder plugin for the (v
Look into the Expect module. (note: I'm not positive it is implemented in
the Win32 environment - so forgive me if it is not..)
[EMAIL PROTECTED]
-Original Message-
From: Sean Healy [mailto:[EMAIL PROTECTED]
Sent: Friday, January 19, 2001 7:22 PM
To: perl-win32-gui-users@lists.sourceforg
Try $FTPInfo = $ftp->message();
-Original Message-
From: Erick J. Bourgeois [mailto:[EMAIL PROTECTED]
Sent: Friday, January 19, 2001 4:15 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] Net::FTP with AddStatusBar()
Sorry, here is the sub for connecting
I think It may be time for you to start submitting some code to us.. It's a
lot easier to give advice when you see a whole block of code...
-Original Message-
From: Erick J. Bourgeois [mailto:[EMAIL PROTECTED]
Sent: Friday, January 19, 2001 3:46 PM
To: perl-win32-gui-users@lists.sourcefo
try tieing STDOUT to a scalar with IO:Scalar.
Here's an example (untested) that may point you in the right direction:
use IO::Scalar;
my $FTPInfo;
tie *STDOUT, 'IO::Scalar', \$FTPInfo;
print "line 1\nline 2\n", "line 3\n";
$SB->Text($FTPInfo);
HTH,
[EMA
You need to look into win32::API which allows you to make API calls from
within PERL.
Christian
[EMAIL PROTECTED]
-Original Message-
From: christopher sagayam [mailto:[EMAIL PROTECTED]
Sent: Friday, January 12, 2001 9:49 AM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: Re: [pe
Ask the writers of Perl2Exe. I had a problem once when I was playing
around with it, and they were very helpful via e-mail, even though I wasn't
even a registered user.
HTH,
[EMAIL PROTECTED]
-Original Message-
From: christopher sagayam [mailto:[EMAIL PROTECTED]
Sent: Thursday, January
I know from personal experience that there is a memory handling problem in
win32-gui.
I had an application that could be turned on or put into "pause" mode -
which meant it would not do any processing until the start button was
clicked. This application would drag any computer I put it on to a
8 matches
Mail list logo