"Eric Lauer" <[EMAIL PROTECTED]> writes: > 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 it possible that your app is catching FrmUpdateEvent (i.e., returning true from your event handler on that event)?. If the OS can't do a save behind due to low memory, it will send your app a FrmUpdateEvent. If you catch it, but don't actually take actions to redraw the form, you will likely see this. -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! A can of ASPARAGUS, 73 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | pigeons, some LIVE ammo, and a Seattle, WA, USA | FROZEN DAQUIRI!! http://www.rudedog.org/ | -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
