Hi 
 I faced the same problem when convert application
from OS4 to OS 5 , I found that if you  access
internal structure for any Items it well gave you run
time error if you are using simulator and  do no event
in the device,  for my case I am using Zire 72 and I
solve it by using API's instead of  define allow
access on the top of .c file and also by build new
project in CodeWarroir 9.0 
thanx





At 01:48 AM 7/16/2004, you wrote:
>Are you sure? Cause 0x6000-0x7FFF is a small range,
the OS has other 
numbers
>to use for it's custom or internal events. Why would
the Palm OS Devs
>intentionally use something that could conflict with
user apps without
>documenting it? If it is documented where?

The problem isn't that Palm OS uses those events.  The
problem is that 
if 
you have a form with its own event loop, custom events
that are in the 
queue will be tossed out and never seen by your
program's event 
handler.  The event queues in Palm OS don't stack like
in other OSes, 
so an 
event not handled by the currently active window's
event handler never 
gets 
seen by its parent.




                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to