From: Daniel C. C. <cri...@gm...> - 2007-01-16 21:30:07
|
Hi, I looked at the demo but this class is not used in the printing example. The docs don't say that an initialization is required. Thanks for the help! Daniel -----Original Message----- From: wxp...@li... [mailto:wxp...@li...] On Behalf Of Mark Dootson Sent: Tuesday, January 16, 2007 8:47 PM To: Daniel Cristian Craciunean Cc: wxp...@li... Subject: Re: [wxperl-users] PageSetupDialog exception Hi, Your code fails for me too. (MsWin wxWidgets 2.8.0) Check out the printing example in wxperl demo. (CPAN Wx::Demo). The functions demonstrated there may meet your needs. Unless there is some printing initialisation required that we are both missing, this would appear to be a bug in wxWidgets / wxPerl. The wxPerl XS code looks right to me (but that isn't saying much :-) ). Good Luck Mark Daniel Cristian Craciunean wrote: > 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. > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxperl-users mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-users |