i'm having problem while getting text from editable
field. i'm using FldGetTextPtr() for this -- first 2/3
times it's reading the data fine but afterthat it's
giving memory-exception -- Obviuosly problem is with
the memory deallocation -- how i can deallocate memory
here ?? Palm OS
documentation(http://www.palmos.com/dev/support/docs/recipes/editable_fields.html)
says that i have to use memory handle -- but i didn't
get how and why i should use it as i can directly get
the text from field using char pointer thru'
FldGetTextPtr().
Might help to know what you're doing w/ the pointer once you get it. Kind of sounds like you're deallocating it and if so, that would be bad. You don't want to deallocate the pointer you get from FldGetTextPtr()
-matt
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
