[perl-win32-gui-users] Event routines

2001-02-07 Thread thomas . emde . te
Is Win32::GUI designed to support something like this: $subtxt = "Simple_Click"; eval qq ( sub main::$subtxt { print "button clicked\n"; $W->SimpleLabel->Text("Got a click"); } ); (Actually this piece of code does not work...) The problem is that I would like to

Re: [perl-win32-gui-users] Event routines

2001-02-07 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: > Is Win32::GUI designed to support something like this: > > $subtxt = "Simple_Click"; > eval qq ( > sub main::$subtxt { > print "button clicked\n"; > $W->SimpleLabel->Text("Got a click"); > } > ); > > (Actually this piece of code does not

Re: [perl-win32-gui-users] Event routines

2001-02-07 Thread Kevin . ADM-Gibbs
Thomas, It is possible to dynamically create windows. I wrote the accompanying script in response to a query quite a while ago. It creates 4 windows and hides all but one of them. Clicking OK brings up the next window. Hope this helps. Kev. [EMAIL PROTECTED] on 07/02/2001 12:03:17 To: pe

[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, -

[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

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

2001-02-07 Thread Aldo Calpini
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? Have I just used the wrong syntax? > Thanks for any help.

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? Have I just used the wrong s

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

2001-02-07 Thread David Hiltz
> > 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. Sorry that I didn't get something out earlier (I've been so busy). Someday I would like to get the GUI Builder stuff out on sourceforge. For n

[perl-win32-gui-users] ppm rep dada -maybe of topic

2001-02-07 Thread Danny Zak
Dear perl-win32-gui-users, i tried to install win32::api since the GB (from david hiltz) needs it.. the easiest way seemed me to install it via the ppm reposotory (http://Dada.perl.it/ppm) although .. this isn't working for me, i have to use a firewall .. is there a special way to st

Re: [perl-win32-gui-users] ppm rep dada -maybe of topic

2001-02-07 Thread Erick J. Bourgeois
Get it from CPAN at http://search.cpan.org/search?dist=Win32-API , then unpack it and build it using nmake (follow the usual steps for making). Should work great. :) erick never stop questioning www.jeb.ca

Re[2]: [perl-win32-gui-users] ppm rep dada -maybe of topic

2001-02-07 Thread Danny Zak
Dear Erick, thanks but .. i can't get any of these compiled on my machine.. errors like these C:\gb\api\Win32-API-0.20>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cl.exe -c -O1 -MD -DNDEBUG -DWIN32 -D_CONSOL

Re: Re[2]: [perl-win32-gui-users] ppm rep dada -maybe of topic

2001-02-07 Thread David Hiltz
There is an easier way. Go out to ActiveState site and download the ZIP for Win32::API, unzip then run: ppm install Win32-API.ppd > but .. i can't get any of these compiled on my machine.. > > errors like these > > C:\gb\api\Win32-API-0.20>nmake > > Microsoft (R) Program Mainten