Użytkownik OKB (not okblacke) napisał:
> What is the right way in Dabo to specify "extra" information that is
> needed when starting an app or instantiating a control?

Personally, I do that this way:
<code>
# Create application
app = App(MainFormClass=None)
...
app.setup()
# Create main form
app.MainForm = app.ui.FrmMain("put parameters here...")
app.startupForms()
# Start the application event loop...
app.start()
</code>
-- 
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/4f00f9a5.40...@rz.onet.pl

Reply via email to