Emilio Miranda wrote:
> 
> I am working in my aplication and sometimes appear a message of "Memory Mgr
> Null Handle" does anybody know the reason of that?
> 
> I will really apreciate if anybody help me.
> 
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
> 
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palmos.com/dev/tech/support/forums/

If you are setting text in a field in  remember:
1) Get the old handle with FldGetTextHandle
2) Set the new handle with FldSetTextHandle
3) Deallocate the old handle with MemHandleFree

If you do not deallocate the old handle, the system does not it.
When the application is running, too many text setting of the
same field will result in a Null Handle.         
                             Daniel

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to