Hello,
I'm sorry if this is asked before. I hadn't any possibility to read
this list the last weeks. I looked at the Knowlegdebase, but did not find
what I was looking for.
I try to update my application to work with OS3.5 and noticed that
a FrmUpdateEvent follows FrmDrawForm in 3.5. Since I didn't noticed this
in an earlier version, I have some difficulties with the following
statements
Within my Event-handler I add a UpdateEvent manually, when the forms
was opened:
case FrmOpenEvent:
FrmDrawForm();
AddUpdateEvent;
handled = true;
break;
case FrmUpdateEvent:
Doing some calculations...
handled = true;
break;
Now the calculations within the update-handling are executed once for
PalmOS 3.1, 3.3, ... and twice for OS3.5.
How can I change my code, so it is only called once for every OS ?
Thanks in advance,
-----------------------------------------------------------------------
Mfg
Maik Boenig
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html