develooper Front page | perl.wxperl.users | Postings from July 2008

menu shortcuts don't work on Windows?

Thread Next
From:
Gabor Szabo
Date:
July 16, 2008 01:45
Subject:
menu shortcuts don't work on Windows?
Message ID:
d8a74af10807160145j7607cc7ek56d99d7f1de99c2@mail.gmail.com
I have code like this:

 my $bar  = Wx::MenuBar->new;
 my $file = Wx::Menu->new;
 EVT_MENU(  $self, $file->Append( wxID_OPEN,   "&Open"       ), \&on_open    );

On Ubuntu using Wx 0.82 it works.

On Windows (Strawberry Perl) using Wx 0.83 or 0.84 the menu is there
and it works
but the shortcut Ctr-O does not work and I don't even have the nice icons.

How can I make them work and the icons (or at least the short-cuts) to show up?

Gabor

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About