From: <so...@bl...> - 2002-08-12 18:39:49
|
hello all has someone an idea why i get: > Can't locate object method "Show" via package "Wx::GenericMessageDialog= " > (perhaps you forgot to load "Wx::GenericMessageDialog"?) when i try: > my $dialog =3D Wx::MessageDialog->new($this, "foo", "bar", wxOK); > $dialog->Show; on linux ? (works on windows!) the sample doesn't work too (listctrl.pl -> File -> About -> Crash (on linux)) greeting Marco PS: WxPerl version 0.10-1 |