Hi All!
I have a problem with this code:
my $x = Wx::PageSetupDialog->new($myParentFrame);
$x->ShowModal();
This is part of a larger application.
When I run the code it shows me a MessageBox with a Unhandled Exception and
3 buttons (Abort,Retry and Ignore).
Do you have any idea? Any help appreciated.
P.S. sorry for my bad English.
|