Printing from WX

Hi all, I am trying to incorporate viewing of charts and the

    > printing of the viewed chart from an application written in
    > WxPython V2.5 and Python V2.3 My preference at the momment
    > is to use the EMBEDDED method of displaying the charts in my
    > Python app. I want to have a print button that the user can
    > just click to get a printout of the chart.

    > Can anyone point me to somewhere that tells me how to print
    > a displayed chart.

Printing is typically platform dependent, which you don't mention.
Here is a solution for embedded wxagg on win32

  http://sourceforge.net/mailarchive/message.php?msg_id=9061267

Let me know if this works for you...

JDH

John Hunter wrote:

Printing is typically platform dependent

wxPython provides a platform independent printing framework. It certainly should be possible to make use of it in the wx Back end. When I have a need for it, I may take a stab at it.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...