Hello celeste,

I think this is because the field is uneditable.

Making a field uneditable prevent the user (and your code!) from
editing/changing it.

Why not use a Label ? The only problem that I see with that, is label's
can't be multilined.

Regards,

Lennie De Villiers

> but there is a real problem with uneditable field because i don't manage
to
> write on multiple line in a field when i use this code:
>
> Char *setText = "toto";
>
> myfld = (FieldType *)FrmGetObjectPtr(form, FrmGetObjectIndex(form, fld1));
>
> FldSetTextPtr(myfld, setText);
>
> FldDrawField(myfld);





-- 
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