I'm not sure if you're doing this, but you need to do a
FldFreeMemory(FieldPtr field) when you're done with the field.

Zoltan

> -----Original Message-----
> From: Frans Amelink [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 05, 2000 4:06 PM
> To: Palm Developers Forum List (E-mail)
> Subject: Dynamic Field
>
>
> Hi,
>
> I'm creating a dynamic field in an existing form using
>
>               fieldP = FldNewField((VoidPtr *)&frmP, ObjId, x, y, cx, cy,
> stdFont,
>               10,        //num of chars
>               true,      //editable
>               true,      //underlined
>               false,      //single line
>               true,      //dynamic size
>               leftAlign, //justification
>               false,     //auto-shift
>               false,     //has scrollbar
>               false      //numeric
>               )
>
> however after closing the form, I get a "Application has just
> read directky
> from memory manager data structures." warning.
> Funny thing is, that this happens only when I change the data in
> the field.
> Any ideas anyone?
>
> Thanks
>
> Frans
>

Reply via email to