> I guess what I'm looking for here is the technique to use to pop up my own
> modal form with my own event handler (instead of using FrmDoDialog) and
then
> return cleanly to the original form with all resources properly cleaned
up.
> What is the sequence of Frm... calls?

Create your own modal form
Set its event handler
Call FrmDoDialog on it

The handler setup by FrmDoDialog will give your event handler a first chance
to deal with events.  I use this technique in the program I'm working on
now.



-- 
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