RE: Getting data into wxPrintPreview

2010-04-02 Thread Steve Cookson
Hi Jeff, Yes, I think it's the same code. Mine is: http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/src/richtext/richtextprin t.cpp?view=markup Which is a bit we easier to read. So far I've done nothing except convert and modify the C++ wxRTC editor into wxPerl which edits and creates an RTC

Re: Getting data into wxPrintPreview

2010-04-02 Thread perltk
Regards Steve -Original Message- From: Steve Cookson [mailto:steve.cook...@sca-uk.com] Sent: 30 March 2010 16:45 To: wxperl-users@perl.org Subject: Getting data into wxPrintPreview Hi Guys, Its not at all clear to me how to get data into Wx::PrintPreview (and I expect Print too, when

RE: Getting data into wxPrintPreview

2010-04-02 Thread Steve Cookson
Regards Steve -Original Message- From: Steve Cookson [mailto:steve.cook...@sca-uk.com] Sent: 30 March 2010 16:45 To: wxperl-users@perl.org Subject: Getting data into wxPrintPreview Hi Guys, Its not at all clear to me how to get data into Wx::PrintPreview (and I expect Print too, when I get to

Getting data into wxPrintPreview

2010-03-30 Thread Steve Cookson
Hi Guys, Its not at all clear to me how to get data into Wx::PrintPreview (and I expect Print too, when I get to that), I have pulled what I can out of the Wx::Demo and I have constructed an event-handler as follows: sub on_click_richtext_preview { my( $this, $event ) = @_;