[Quoting Mark Dootson, on March 5 2011, 15:34, in "Re: Acelerators for "] > I forgot the following to setup inheritance (appears elsewhere in my code) > package Wx::HtmlHelpFrame; @ISA = qw( Wx::Frame );
That get's rid of the error. But it still doesn't work. I seem to recall something about shortcuts -- they only work if there's also a corresponding menu item or button on the same window? -- Johan