Thanks. I was talking about modal behavior. The hiding trick seems to be a good option.
Bor-rong On Tue, Sep 28, 2010 at 4:47 PM, Ed Leafe <[email protected]> wrote: > On Sep 28, 2010, at 4:37 PM, Bor-rong Chen wrote: > >> Just to follow on this. For a single Form application, can a dForm be >> parent of another dForm in the same way as dForm being parent of >> dDialog? i.e. Can one force the user to have to close the child dForm >> in order to access the parent dForm? > > If you specify a Parent for a form (or any object, for that matter), > it will be released when its Parent is destroyed. > > As far as forcing the user to close one before you can access the > other, you're describing modal behavior, not parent/child behavior. Currently > only dDialog supports modal operation; if you want something like this for > dForm-based windows, you'll have to hide the parent form when the child is > shown, and re-show the parent when the child is released. > > > > -- 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] > _______________________________________________ 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]
