i can only recommend you, don't access to form internals. my application used this approach so i can tell you that while it would (mostly) work on real device,you will have really difficult time while debugging especially on debug simulator. also i had some (almost random) crashes on tungsten t5 which disappeared after i rewrote it to api calls
everything i needed i could get using api and palmosglue library. so try this when possible. i wrote it that i test rom version and when its below 4.0 i use internals and when its bigger i use api, so result runs everywhere where supported (in my case palmos 3.1 and higher) Greg wrote: > Found it: > > #define ALLOW_ACCESS_TO_INTERNALS_OF_FORMS 1 > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
