> 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