RE: [perl-win32-gui-users] terminate

2002-05-20 Thread Rogers, John
> > sub Settings_Terminate { > $Window2->Hide(); > return 0; > } > > > Settings is the -name of the pop up Window ? must be the windows name . EG my $Window2 = new Win32::GUI::Window( -title => 'hello.pl', -left=> 100, -top => 100, -width => 150, -heig

[perl-win32-gui-users] accelerators

2002-05-20 Thread markd
hi. more about accelerators. i posted a question about them on the perlmonks site and the response was that accelerators actually worked in a previous version of win32::gui but they were broken later. can anyone verify this and if so does anyone have a copy of the version that it works in? thanx

[perl-win32-gui-users] terminate

2002-05-20 Thread markd
i'm having a problem with a little popup window. if i click on the x the close the window and then click on settings to open it again, it doesn't show. however if i click on save and exit, when i click on settings it will show itself. code below... sub Settings_Click { &GetSettings; $Win

[perl-win32-gui-users] Sunken labels

2002-05-20 Thread Jonathan Southwick
Is there a way to make labels appear sunken ... or any widget for that matter? Jonathan