> > Create the form as a dDialog. Show the form as a modal form. When > the user clicks ok or cancel, the form is not destroyed, it merely > hides itself. You are then free to call a method from the dialog > class you created (call it getData or getValue or whatever) and that > function will return your selected value. Then destroy the dialog and > you are done. > > This is simple compared to 2 completely unrelated forms... >
I didn't pursue the dDialog idea because I assumed that it was for simple Yes/No scenarios. I have bizobjs, etc. in my search form. Can I add bizobjs to a dDialog? Or do you mean that there's a way to instantiate my sub-form as a dialog? I did see that you can specify "Modal", but I thought that was a non-starter with wxPython not supporting modal forms. Or have I completely missed your point? :-) Bill. _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
