On Jan 30, 2006, at 9:06 PM, Echo wrote:
def main():
app = dabo.dApp()
app.TimeClockForm = TimeClockForm
app.start()
You need so set the app's MainFormClass property. Change the method
to read:
def main():
app = dabo.dApp()
app.MainFormClass = TimeClockForm
app.start()
Also, you can lose the 'import wx' line.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev