Hi. I tried to create a menu based on my own class but there's a problem 
that I can't understand. I did something like this in main.py:

[...]

class MainMenu(dabo.ui.dBaseMenuBar):

     def initProperties(self):

         self.append(caption="&Test")

if __name__=="__main__":

     app = dabo.dApp(MainFormClass=None)

     app.MenuBarClass = MainMenu

     app.setup()

[...]


I tried many possibilities, but I haven't succeeded to append this item 
to the menu. I really don't know how I can do it. Thank you for help.

-- 
Regards
Stanislav Colotinschi

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to