> From: Brad Jenkins
>
> Anyway I tried skipping the hole
> buffer thing
> and tried to copy a string into ptext like this
>
>    ptext=MemHandleLock(htext);
>    StrCopy(ptext,"This is a test");
>    MemHandleUnlock(htext);
>
>    FrmDrawForm(frm);
>
> and I still only get the 5 charactors to dislplay,  no mater what string I
> try to load into it.   I don't know what is going on.

[snip ... the Lyris List Manager now only allows 100 continuous quoted lines
from previous messages]

Assuming this is not the first call to FrmDrawForm (i.e., the form has been
previously drawn), you should do a FldDrawField after a FldSetTextHandle
since FldSetTextHandle doesn't update the display.


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