in reply to Re: wxPerl fails with a cryptic message: "variable is not of type Wx::Point"
in thread wxPerl fails with a cryptic message: "variable is not of type Wx::Point"

You could even write

my $app = Wx::SimpleApp->new; my $frame = MyForm->new; $frame->Show(1); $app->MainLoop;
skips the extra subclassing :)
  • Comment on Re^2: wxPerl fails with a cryptic message: "variable is not of type Wx::Point"
  • Download Code