Hi.
I have several noneditable fields in my form.
In my func there is something like that:
        Char buff[]="          ";
        FrmDrawForm(form);
        StrCopy(buff, smthelse);
        FldSetTextPtr(fldptr,buff);
        FldDrawField(fldptr);

In OS 3.3 one can select content of that field, but it won't destroy it.
In OS 3.5 one can select content and it erases it.

What can I do?
They told me to catch penDown event and check bounds...
I have editable field on form too.
Is there easy way of sorting this out?

Thanks for any help
Wojtek

       



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