"Eric Lauer" <[EMAIL PROTECTED]> wrote in message news:75237@palm-dev-forum... > > A client of mine has voiced a concern with overlapping screens in the > application I am coding for them. The problem occurs going from a full > screen form (MainForm) to a modal form (PINForm) to another full screen form > (Form1). The app. goes from Main Form to PINForm fine, then from PINForm to > Form1. After going to Form1 it appears as though MainForm and Form1 are > overlapping. I have not been able to duplicate the issue, but the client > has on numerous occasions. > > Navigation between forms is done with FormGotoForm. PINForm, the modal form > is not set to "Save Behind". Can anybody help me with this issue? I test > the app. on a Palm V, the client is testing with a Palm Vx.
Is there a reason your modal form isn't "Save Behind"? On some OS versions, the background of the form won't be erased unless this bit is set. To get around this, I'd suggest doing a WinEraseRectangle to erase the background before you do your FrmDrawForm for the modal form. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
