----- Original Message ----- From: "D. Kirker" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, April 03, 2004 9:25 PM Subject: Re: Alert close call
> 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 IIRC, in the case of FrmDoDialog, if you return true on non-return buttons, the form will not return. Vu > > "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/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
