From: bartek w. <ba...@re...> - 2004-08-12 11:51:42
|
It seems that my message didn't make it to the list, so I'm resending in. I'm sorry if it will appear more than once. 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 |