I am currently changing the application to use less globals. I had 28K of globals and am now down to about 4K (I'm getting there). I am experiencing weird behavior. I set a break point in one part of the application (e.g. when form A opens). I run the application and go to form B, my break point that I set in form A is reached. If I continue the POSE device opens at the correct form form B. If I go to form A I don't reach my breakpoint but yet it seems to work. (well not everything seems to work). Could it be I have reached a state where the globals (still too large) are colliding with the stack or causing some sort of weirdness there? Should I just bravely trudge on and keep reducing my global usage? Help! Thanks, Jim -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
