You need to step through your code and find out where
it is crashing. I don't believe there is any
compatibility problems with T|E and < 5.2
I originally wrote one of my Palm Apps for Vx (3.5)
and I didn't have to do anything to get it to run
correctly on Tungsten E.
FYI, I am using the nil event as well for a clock.
Craig.
--- Ramiro <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Why my application, running on a Tungsten E freeze
> when I tap in the
> 'application launcher' icon???
> The same application runnig on Zire (m150) work
> fine.
> I'm using nilEvent to handle some operations.
> Here is the event loop code:
>
> static void EventLoop(void)
> {
> EventType event;
> Err err;
>
> do
> {
>
> EvtGetEvent(&event, 0);
>
> if (! SysHandleEvent(&event))
>
> if (! MenuHandleEvent (NULL, &event, &err))
>
> if (! ApplicationHandleEvent(&event))
>
> FrmDispatchEvent(&event);
> }
> while (event.eType != appStopEvent);
> }
>
>
> need help
> thanks!!!
>
>
> --
> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/