Have you tried running this on the Tungsten E simulator or any other Palm OS
5.x simulator?

Mike

--- 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/

Reply via email to