Re: [Boa Constr] Why are double-spaced lines necessary to make Frame Designer work?
Status: Beta
Brought to you by:
riaan
From: Blaine L. <bl...@te...> - 2001-12-21 20:22:34
|
Warren, My understanding is that it is required for parsing the methods. Some of the documentation does state that modifications to any _init_* methods are strongly discouraged. Personally I have done some changes to _init_* methods but with mixed results, (ie. I probably didn't save any time in the end). Blaine Lee Warren Postma wrote: > I have noticed that if I delete the empty lines shown here from my Frame > object, Boa's form > designer stops working: > > class wxFrame1(wxFrame): > def _init_coll_menuBar1_Menus(self, parent): > > parent.Append(menu = self.menu2, title = 'FileMenu') > > def _init_utils(self): > self.menuBar1 = wxMenuBar() > > self.menu1 = wxMenu(title = 'Test') > > self.menu2 = wxMenu(title = 'Test2') > > self._init_coll_menuBar1_Menus(self.menuBar1) > > Is that by design? If so, why? > > Warren > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |