Save PseudoDC to File

Hello,

I would like to save a wx.PseudoDC() to a file and later load a draw it.

It's possible?

Thanks.

···

--
*****************************************
Oswaldo Hernández
oswaldo (@) soft-com (.) es
*****************************************
PD:
Antes de imprimir este mensaje, asegúrese de que es necesario.
El medio ambiente está en nuestra mano.

Oswaldo Hernández wrote:

Hello,

I would like to save a wx.PseudoDC() to a file and later load a draw it.

It's possible?

No, but it sounds like a nice enhancement. Or better would be to make it compatible with pickle then it could be flattened to a string and that can be written to or read from a file or other things.

Anyone interested in working on that?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!