[perl-win32-gui-users] perl-win32-gui-users win32:gui in a

2002-01-21 Thread Pete
Jeremy, Johan, thanks you were both right in this case :)

[perl-win32-gui-users] perl-win32-gui-users win32:gui in a subroutine

2002-01-20 Thread Pete
I'm trying to get a routine running as either a subroutine or more ideally an object(using strict and diagnostic). It works fine if it is all in the main body but once I put it in a subroutine It generates errors when trying to access the subroutine called from the "button Click" subroutine. So f

[perl-win32-gui-users] win32:gui in a subroutine

2002-01-20 Thread Pete
my $Win = new Win32::GUI::Window( -left => 276, -top=> 365, -width => 580, -height => 361, -name => "Win", -text => "Single Runner" ); my $Bad_Results = new Win32::GUI::Window( -left => 460, -top=> 372,

[perl-win32-gui-users] win32:gui as a subroutine

2002-01-20 Thread Pete
I'm trying to get a routine running as either a subroutine or more ideally an object(using strict and diagnostic). It works fine if it is all in the main body but once I put it in a subroutine It generates errors when trying to access the subroutine called from the "button Click" subroutine. So f