Ed: Is there a way to instantiate a form without showing it? In VFP we could do:
ofrm = CREATEOBJECT(frm) ofrm.Show() Ed Leafe wrote: > On Sep 21, 2009, at 11:50 AM, Jeff Johnson wrote: > >> When starting my Dabo app I get a bar across the screen saying that >> the >> bizobject is being added to my startup form. >> >> http://www.kj7lo.com/pictures/python/bizobject%20bar.jpg >> >> Is there a way to hide this? > > That's the status bar of your form, but without the rest of the form > showing. > > Maybe only show the form after it's fully instantiated? > > > -- Ed Leafe > > > > > [excessive quoting removed by server] _______________________________________________ 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]
