On Sep 21, 2009, at 1:55 PM, Jeff Johnson wrote:

> Ed:  Is there a way to instantiate a form without showing it?


        By default, forms are not shown when instantiated; try this: open a  
command window, and type:

frm = dabo.ui.dForm(self, Caption="Where am I?")

        Nothing visible will happen. Then type:

frm.show()

... and you'll see the form. The same is true of cdxml-based forms.  
How are you creating the form in question?


-- Ed Leafe





_______________________________________________
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