>
> 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
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
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
Is there a way to make labels appear sunken ... or any widget for that matter?
Jonathan
4 matches
Mail list logo