alpal has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::GUI; $main = Win32::GUI::Window->new( -name => 'Main', -text => 'Swg_checkit', -height => 300, -width => 400, ); $main->AddLabel( -text => "NOOO!!" ); $main->Show(); Win32::GUI::Dialog(); sub Main_Terminate { -1; }
$main->AddLabel( -text => "NOOO!!" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI bizarre problems??
by sheep (Chaplain) on Feb 14, 2004 at 22:15 UTC | |
by NetWallah (Canon) on Feb 15, 2004 at 03:55 UTC | |
by alpal (Novice) on Feb 14, 2004 at 23:44 UTC | |
|
Re: Win32::GUI bizarre problems??
by Popcorn Dave (Abbot) on Feb 14, 2004 at 21:05 UTC | |
|
Re: Win32::GUI bizarre problems??
by NetWallah (Canon) on Feb 14, 2004 at 21:44 UTC | |
|
Re: Win32::GUI bizarre problems??
by jplindstrom (Monsignor) on Feb 15, 2004 at 18:48 UTC |