> In the Constructor for Palm OS PDF documentation, it is stated: > > All resources are assigned an integer resource ID. For applications, > resource IDs should be less than 9999. Resource IDs of 10000 or > above are reserved for use by Palm OS.
you can technically have around 6400 resources in your .prc file (i've come over this limit a number of times) :P this is limited to the size of the prc header (each resource requires 10 bytes). > Is this limit really important ? My application resource is about to > break this ceiling (Constructor allows me to create new forms with > IDs above 10000), what kind of bug should I expect if it does ? > Is this limit still relevant on Palm OS 5 and 6 ? the OS uses resource id's > 10000. so, if you define a form with a resource > 10000, it'll most likely replace the system one while your application is active. its still there for OS5 and OS6 :) - except, its more locked to the ARM based resources, not the standard 'tFRM' resources :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
