From: Kevin A. <ka...@us...> - 2004-05-10 00:46:05
|
Update of /cvsroot/pythoncard/PythonCard/components In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16543/components Modified Files: iehtmlwindow.py Log Message: removed Stack class, changed self.stack.app references to self.application changed childWindow, Background, and CustomDialog inits so stack arg isn't passed in. only did minimal testing of tools and samples Index: iehtmlwindow.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/components/iehtmlwindow.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** iehtmlwindow.py 5 May 2004 20:27:09 -0000 1.17 --- iehtmlwindow.py 10 May 2004 00:45:17 -0000 1.18 *************** *** 119,127 **** background = wx.GetTopLevelParent(self) - # where should this check go? - # should we just set a "global" in the app instance such as - # self.stack.app.bindUnusedEvents - # this kind of thing isn't going to work for Rowland's compound - # components if wx.GetApp()._showDebugMenu: bindUnusedEvents = True --- 119,122 ---- |