Erik Wickstrom wrote:
> Hi,
>
> The menubar of OS X is showing the application name as Python instead of the
> name of my app. (This also happens with the AppWizard and Class Editor).
> How do I make my application name show-up in the menu bar?
>
> Thanks!
> Erik
>
Set the caption of your app's MainForm as:
class myMainForm(dabo.ui.dForm):
def initProperties(self):
self.Caption = "My Main Form"
Uwe
_______________________________________________
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]