[PythonReports-users] Refactor Editor to be able to integrate it into another wxPython app
Brought to you by:
a1s
From: Werner F. B. <wer...@fr...> - 2012-12-18 11:38:41
|
Hi, I would like to be able to use the Editor within my wxPython application, i.e. open a wx.Frame which contains the editor. I don't think this is possible the way things are structured at the moment, am I correct or am I missing something? If above is correct, what about moving all the non wx methods from EditorApplication to EditorForm? So, EditorApplication would be used in "stand alone" mode and EditorForm would be used if one wants to use it from within another wxPython application. Werner |