Stephen, I know my code does not show it but handled is set to true. Any other ideas? Thanks, Mike McCollister > ---------- > From: Stephen Best[SMTP:[EMAIL PROTECTED]] > Reply To: Palm Developer Forum > Sent: Wednesday, February 09, 2000 7:13 PM > To: Palm Developer Forum > Subject: Re: Form not updated in PalmOS 3.5 and bus errors if I try > to fix it > > > I have a program that does not get its form properly updated with Palm > OS > > 3.5 DR4. > > > Here is some code of interest. > > > > > > // from MainEventHandler() > > case frmUpdateEvent: > > MainUpdateForm(); > > break; > > Try adding handled = true to your frmUpdateEvent. Since you already call > FrmDrawForm in MainUpdateForm, you don't want the default handler to do it > again. > > Stephen Best > Bitware Australia > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palm.com/devzone/mailinglists.html > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
