"P. Alan Johnson" <[EMAIL PROTECTED]> wrote in message
news:57706@palm-dev-forum...
>
> Wanted to run this by and see if someone's eyes are better than mine.
>
> I have 3 forms all with the save behind bit off. Form1 calls
FrmGotoForm
> (Form2) upon a button press. Form 2 calls FrmGotoForm (Form3) upon a
button
> press. Form3 calls FrmGotoForm (Form2) and when it does, Form1 draws
then
> Form2 draws over it. I'm using FrmCloseAllForms before using
FrmGotoForm
> calls.
>
> I'm a bit perplexed as to why Form1 is drawing first then Form2
drawing when
> going from Form3 to Form2.

You shouldn't need to call FrmCloseAllForms except in your AppStop
function.  It is possible that calling FrmCloseAllForms is fooling the
redraw code, preventing the normal form erasure than happens.
FrmGotoForm will close your current form, then open the new one.




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