yep, I have seen this before. Are you doing FrmEraseForm and FrmDeleteForm 
before switching to the new form?

This is how I implement form transitions in general:
--------------------------
fP = FrmGetActiveForm();
if ( fP ) {
  FrmEraseForm( fP );
  FrmDeleteForm( fP );
  }
FrmGotoForm( formID );
--------------------------

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

Reply via email to