have you tried return false from update events? -----Original Message----- From: David Eyler [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 10:47 AM To: Palm Developer Forum Subject: layered modal forms
Hi everyone, I've been really unable to solve this problem for over a month now so any help is greatly appreciated. I've got a non-modal form with a list on it, and then a modal form that pops up on top of it. The modal form has a selector trigger which pops up another modal form that lets the user enter some data. I've got Save Behind checked for both of the modal forms. So here's what is happening. 1) the user brings up the first modal form. 2) the user taps the selector trigger and brings up the second modal form and enters some data 3) the user taps the Done button, and when the first modal form redraws it (incorrectly) draws the down arrow from the list from the original *non*-modal form. My sequence of calls for both modal forms looks like this frm = FrmInitForm() FrmDrawForm(frm) //draw stuff here FrmSetEventHandler(eventHandler) FrmDoDialog() //save user data here FrmDeleteForm() And I handle frmUpdateEvents in all forms by calling FrmDrawForm(FrmGetActiveForm()) and returning true. Thanks for any help. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
