From: <bra...@om...> - 2005-03-30 18:23:40
|
Thanks, Liam. Your approach of the using the PythonCard MenuBar constructor has worked for me. from PythonCard import menu menu.MenuBar(self, self.getParent().menuBar) In cases where a child window is the child of a PageBackground, I just store the wx.GetTopLevelParent(self).menuBar in the PageBackground, and the child window can obtain it from there. |