At 10:47 AM -0500 2/10/01, Mitch Fawcett wrote:
>So basically what I am asking is... what is the best way to branch out of a
>function... open a form... do something with the form... close the form...
>and have processing return right back to the function I started out in?

Sounds like a job for a dialog to me...see FrmDoDialog in the 
documentation. It just goes away and handles the dialog (has its own 
event loop), then when the user taps a button it gets rid of the 
dialog form and returns.

Dave Johnson

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

Reply via email to