Hello,
in my project i don't need all printerframework. I need only the print preview page. Is there any way to use only this widget ? And how can i add text's into this widget ? (as i know throught the canvas)
check attachement
best regards, nikolajus krauklis
Nikolajus Krauklis wrote:
Hello, in my project i don't need all printerframework. I need only the print preview page. Is there any way to use only this widget ?
in my project i don't need all printerframework. I need only the print preview page. Is there any way to use only this widget ?
wxPreviewFrame, but you really need to use the framework to use it.
And how can i add text's into this widget ? (as i know throught the canvas)
You draw the text on the DC associated with the preview.
-- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!