RE: [perl-win32-gui-users] tk or win32:gui builder

2001-03-29 Thread ChristianL
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

RE: [perl-win32-gui-users] Interacting with DOS Shell

2001-01-22 Thread ChristianL
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

RE: [perl-win32-gui-users] Net::FTP with AddStatusBar()

2001-01-19 Thread ChristianL
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

RE: [perl-win32-gui-users] Net::FTP with AddStatusBar()

2001-01-19 Thread ChristianL
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

RE: [perl-win32-gui-users] Net::FTP with AddStatusBar()

2001-01-19 Thread ChristianL
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

RE: [perl-win32-gui-users] VB dialup code

2001-01-12 Thread ChristianL
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

RE: [perl-win32-gui-users] perl2exe stuff

2001-01-11 Thread ChristianL
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

RE: [perl-win32-gui-users] Memory leak (not really a leak at all)

2001-01-08 Thread ChristianL
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