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"

 for position (i.e. [20,30]) needs to be a Wx::Point instance.

Close , but that is a wxPerl shortcut for Wx::Point->new( 20, 30 ), like explained in the introductory tutorials, see my wxWidgets / wxPerl / wxGlade tutorial, Re: wxPerl fails with a cryptic message: "variable is not of type Wx::Point"

  • Comment on Re^2: wxPerl fails with a cryptic message: "variable is not of type Wx::Point"
  • Download Code