I guess the reason why I ask is because I am trying to write some code that
would go as follows:
FORM_A launches FORM_B with FrmPopupForm(FORM_B);
And I am trying to figure out how FORM_A's handler will know when FORM_B has
returned (using FrmReturnToForm(FORM_A)) so that I can call a function
involving a global created in FORM_B's handler. Similar to when you call
FrmDoDialog(...) and it returns the button tapped. I can't use the
FrmDoDialog because FORM_B has other non-returning buttons it has to handle
(that adds variables to a field and store them for when FORM_B returns).

Regards,
D. Kirker

"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 07:34 PM 4/1/2004, you wrote:
> >When a user taps a button on an alert dialog what call is being made to
> >close the dialog?
>
> Probably a combination of FrmEraseForm and FrmDeleteForm, from the alert's
> own event handler loop.
>
>
> -- Ben Combee, senior DTS engineer, PalmSource, Inc.
>     Read "Combee on Palm OS" at http://palmos.combee.net/
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to