RE: [perl-win32-gui-users] Text boxes -- Interactive

2001-11-12 Thread Peter Eisengrein
Two Textfields from the sample textfield.pl ### Single line, colored $Textfield = $Window->AddTextfield( -name => "Textfield", -left => 10, -top => 10, -text => "sample text", -width=> 180, -height => 22, -foreground => [0,255,0], -background

[perl-win32-gui-users] Will write a Tutorial on Win32::GUI ...

2001-11-12 Thread Johannes Gamperl
Hello all, i'm a german editor of webdevelopement. i' playing to write a documentation for the Win32::GUI and also a detailed tutorial for a planed Book to Perl Developement on Win32 and specialy for GUI Developement. My work will be published on Web, after doing ... but this could be taken a whi

[perl-win32-gui-users] Problems with ListBox in separated modules

2001-11-12 Thread e5485630
I am using WIN32::GUI and I have separate some Windows in different .pm modules. I have add the -name => "PackageName::ControlName" in order to use the event in each module and it works ... ..but I am terrible confuse because I have a ListBox that change this information when a user click o