Re: [perl-win32-gui-users] GUI Builder 109 (was: Need Gui Builder)

2001-02-08 Thread Bob Stango
[EMAIL PROTECTED] wrote: > Has anyone managed to download it ? I can see the file but not download it - > it > says that the file cannot be found. > > Help > > Cheers > > Paul > I got it this morning with no problems. Bob

Re: [perl-win32-gui-users] Limit size of text field

2001-02-07 Thread Bob Stango
Aldo Calpini wrote: > Bob Stango wrote: > > I found the MaxLength option in the docs but it does not seem > > to limit the field. What I want is to be able to have the field > > restricted to 15 characters. So no more characters could be > > typed in. Is this possible?

[perl-win32-gui-users] Need Gui Builder

2001-02-07 Thread Bob Stango
Did the GUI Builder written by David Hiltz ever find a download home? I need to re-install it and was wondering where I can find it. Thanks. Bob

[perl-win32-gui-users] Limit size of text field

2001-02-07 Thread Bob Stango
Hi all, I am using this to create a text field: # Create text field for Computer Name entry $Win->AddTextfield( -MaxLength=> 15, -text=> "", -name=> "Host_Name", -left=> 285, -top => 243, -tabstop => 1, -width => 100, -