Re: printing with wxPython

2005-04-13 Thread Peter Hansen
Fabio Pliger wrote: Yeah, There are two about printing... there is also an example in the wxDemo... but they all talk about printing text... In my case i need to print (or at least to make a print preview) a bitmap (or a panel...) The technique used should be the same. Basically you need to be doi

Re: printing with wxPython

2005-04-13 Thread Fabio Pliger
Yeah, There are two about printing... there is also an example in the wxDemo... but they all talk about printing text... In my case i need to print (or at least to make a print preview) a bitmap (or a panel...) "Peter Hansen" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > F

Re: printing with wxPython

2005-04-12 Thread Peter Hansen
Fabio Pliger wrote: Hi! I'm using wxPython to handle my application gui.. So, I have a notebook widget and i have to print the object inside it's tab ... Maybe doing a preview before printing... I know that wx has many objects to handle printing.. i've tryied to use them, but i wasn't able to... A