Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Anthony C. George
the docs? > > Thanks, > > David > > -----Original Message- > From: Anthony C. George [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 02, 2001 9:13 AM > To: perl-win32-gui-users@lists.sourceforge.net > Subject: Re: [perl-win32-gui-users] Perl2exe > > > yes, th

Re: [perl-win32-gui-users] Perl2exe -icons

2001-05-02 Thread Anthony C. George
Any icon editor will do(MichaelAngelo,IconForge, etc) the docs only state the icon must contain a 32x32 AND a 16x16 bitmap, but the icon can be no larger than 1K.. Anything further, feel free to email me off-list before this gets even more off-topic... >tony - Original Message - From: "Jere

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Anthony C. George
yes, the docs are kind of confusing... it would be: perl2exe -gui -icon=favicon.ico thefile.pl >tony - Original Message - From: "Jeremy Aiyadurai" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 01, 2001 9:16 PM Subject: [perl-win32-gui-users] Perl2exe > > Hi all, > > Thanks for all your h

Re: [perl-win32-gui-users] Gui-program problem

2001-04-24 Thread Anthony C. George
doh! didn't see the attachment from the webclient I was using! sorry... >tony - Original Message - From: "Anthony C. George" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2001 9:28 AM Subject: Re: [perl-win32-gui-users] Gui-program problem > Also a cod

Re: [perl-win32-gui-users] Gui-program problem

2001-04-24 Thread Anthony C. George
Also a code segment is always helpful :) >tony - Original Message - From: "Jeremy Blonde" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2001 9:26 AM Subject: RE: [perl-win32-gui-users] Gui-program problem > When the gui window is created the program enters a messaging loop. It > pr

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

2001-01-11 Thread Anthony C. George
I'm pretty sure you could just use the include for perl2exe: somewhere in the script: #perl2exe_include c:\winnt\system32\perlcrt.dll then it will get extracted(and hopefully used) to the TMP or TEMP dir check the docs on it, the syntax on the include directive is in there, i've used it before to

RE: [perl-win32-gui-users] newbie - trying to get data from text box

2001-01-05 Thread Anthony C. George
To get the text in the box: $myText=$Frame->aTextField->Text(); To set the text: $Frame->aTextField->Text($myText); >tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Solomon Sent: Friday, January 05, 2001 11:18 AM To: Perl Gui (E-mail) Subject: