This is what I do:

static void GotoPage(FormPtr pForm, Int16 selection)
{
   if(currentForm == (UInt32)(formID_first +
selection))
      return;

   FrmEraseForm(pForm);
   FrmDeleteForm(pForm);
   FrmPopupForm(formID_first + selection);
}

Where currentForm is a global that holds the
currentForm ID (suprise).  Selection is the result
from a popup trigger.

I hope that this helps.

Mike McCollister

--- [EMAIL PROTECTED] wrote:
>     Hey! I am trying to make it so that one form
> will go to another and I got that to work but when I
> try to make the form return a white screen appears
> with nothing on it. 
> 
>     Also, I tried writing an Exit option that I need
> to go back to the home screen "The screen where you
> go to when you hit the home key." and I used
> FrmCloseAllForms(); 
> 
>            and that gives me a blank white screen as
> well. Thanks!
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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