Help with WxPerl logging

2022-06-18 Thread Henry Law
se base 'Wx::App'; sub OnInit { my $frame = MyFrame->new; $frame->Show( 1 ); } package main; my $app = MyApp->new; $app->MainLoop; A log window appears, and "foo" appears in it, but it also appears in a dialog box. What do I have to do to lose the box? -- -- Henry Lawn e w s @ l a w s h o u s e . o r g Manchester, England

Re: wxPerl revival

2024-09-20 Thread Henry Law
and I would like to keep them in the air! -- Henry Lawn e w s @ l a w s h o u s e . o r g Reading, England