(Â`Â._)Schizophrenia(Â`Â._) wrote:
hi!You might be able to use FrmDoDialog(), depending on what you want to allow the users to do on that popup form. FrmDoDialog() will return as soon as the user taps on a control (button, for instance, but not a checkbox or popuptrigger).
In Codewarrior 6.0:
i want to show a modal window like in Visual C++, when i show one modal dialog box i want to return to the line that opened this window after this modal dialog box finish.
what can i do? i used 'FrmPopupForm()' but not do that i want...
You would initiate the form, set any initial values on that form, run FrmDoDialog(), then capture any settings upon return and delete the form. Then your code would proceed from where it left off.
Bob.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
