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

2002-02-13 Thread Marcus
On 13.02.02 at 18:18 [EMAIL PROTECTED] wrote: >I know this isn't a gui question but I would like everyone's opinion on >which is better PerlApp which comes with the PerlDevKit or Perl2exe. I only know Perl2Exe, and can say it works. Just remember to specify used modules referenced by other modules

[perl-win32-gui-users] PerlApp vs Perl2exe

2002-02-13 Thread Joseph_Vieira
Hello, I know this isn't a gui question but I would like everyone's opinion on which is better PerlApp which comes with the PerlDevKit or Perl2exe. My perlgui scripts are almost done and I want to start deploying them on user machines ranging from Windows 98/NT/2000. Development done on NT. Whi

Re: [perl-win32-gui-users] size of AddTextfield ?

2002-02-13 Thread NAHUM Marc
Excactly what I need !!! Thank you very much - Original Message - From: "Peter Eisengrein" <[EMAIL PROTECTED]> To: "'NAHUM Marc'" <[EMAIL PROTECTED]>; Sent: Wednesday, February 13, 2002 5:57 PM Subject: RE: [perl-win32-gui-users] size of AddTextfield ? > $Textfield = $Window->AddTextfie

RE: [perl-win32-gui-users] size of AddTextfield ?

2002-02-13 Thread Peter Eisengrein
$Textfield = $Window->AddTextfield( -name => "Textfield", -left => 10, -top => 10, -text => "sample text", -width=> 180, -height => 22, ); $Textfield->MaxLength(3); > -Original Message- > From: NAHUM Marc [mailto:[EMAIL PROTECTED] > Sent: W

[perl-win32-gui-users] size of AddTextfield ?

2002-02-13 Thread NAHUM Marc
How can'I limit the number of character into AddTextfield I want juste put a IP adresse : 3 character/Textfield thanks for help, marc,