From: Bartosz <ba...@mi...> - 2004-08-12 06:51:40
|
Hi, I'm trying to embed Pythoncard in an existing wxPython Application. What I want to do is to open a pythoncard background as a child window of my wxpython app. The problem I have is that I can either try to use model.childWindow(wxApp,someClass) - but it does not work as wxApp has no stack model.PythonCardApp(someClass) - which does the wxApp initialization again and breaks everything. There should be at least one (and preferably only one) elegant method to do it. Anyone has any ideas ? Thanks for any help in advance -- Bartek Wilczynski |