>On a Palm Pro, the screen behind a menu is not refreshed when the
>menu is hidden. The pixels that were drawn by the menu remain on
>the screen as a drawing glitch. This does not occur on a Palm
>III. I was wondering if this indicates that the stack is running
>very low?
I haven't looked at the OS code on this to make sure, but I'm practically
positive that the memory used to keep the old screen bits is from the
dynamic heap, not the stack. I'd imagine you're running low on heap space
in general.
Try using the "hd 0" command in the console window of the debugger to find
out what's in the dynamic heap.
-David Fedor
Palm Developer Support