Hi.
May problem is: App works fine tested on Simulators and Emulator with 3.5 ROMS. On Emulator with 4.x roms I get "App is close to overflowing stack..." or "..ovewrflowed stack" It happens for example when I enter TODO and tap Details button which shows dialog "Select task" because no task is selected, then wait for my app to run.
Whenever I see "overflowed stack" it's always because I've gotten in an infinite recursion situation. You'll want to check for that. Else look for any whopping great objects you've put on the stack. attempting to increase the stack size is never the correct solution.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
