Re: [Boa Constr] BoaConstructor OnMenuHelpAboutMenu(self, event):
Status: Beta
Brought to you by:
riaan
From: vmars <vm...@rg...> - 2008-11-03 19:22:26
|
Thanks for your prompt reply. I made the change, but still no go. But I think we're on the right track [something stupid]. Thanks! -- ô¿ô V e r n WinXp sp2 , Python , wxPython 2.6 , & Docs 2.8 , Boa , Delphi5 http://www.flickr.com/photos/vmars956/ "Wolfgang Strobl" <ne...@my...> wrote in message news:l67...@4a...... "vmars" <vm...@rg...>: >I am stepping thru: "Getting Started Guide for Boa Constructor >Kevin Gill November 1, 2000 March 2005 updated for Boa 0.4.0 >July 2007 updated for Boa 0.6.0 by Werner F. Bruhin " > >Below is their 'Getting Started Program' which works well, except for >the OnMenuHelpAboutMenu . Which calls the Dialog2.py module. >But the Dialog2 Window never comes up. ... >[wxID_DIALOG2, wxID_DIALOG2BUTTON1, wxID_DIALOG2STATICBITMAP1, > wxID_DIALOG2STATICTEXT1, wxID_DIALOG2STATICTEXT2, >] = [wx.NewId() for _init_ctrls in range(5)] ... > # generated method, don't edit > wx.Dialog.__init__(self, id=wxID_Dialog2, name='', parent=prnt, You _did_ edit this method, didn't you? :-) Replace wxID_Dialog2 with wxID_DIALOG2, and it will work. -- Wir danken für die Beachtung aller Sicherheitsbestimmungen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Boa-constructor-users mailing list Boa...@li... https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |