When I run with the debug ROM under the simulator it behavors a little
differently than the release ROM.  The problem comes with a snippit of code
like as follows.

Forma.c
        FrmPopupForm( Formb );

Formb.c
        FrmPopupForm( Formc );

Formc.c
        FrmReturnToForm( 0 );

In the debug roms when I call the FrmReturnToForm from a dialog that is
nested 2 deep, it seem to try to redraw the base form (Forma).  In the
regular mode, it redraws Formb (the behavior I want).  Does anyone know why
this is happening?

Oliver


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