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
[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
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
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,
-
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
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.
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
>
> 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
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
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
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
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
12 matches
Mail list logo