At 5:14 PM +0200 21-04-00, Marty Rice wrote:
>Thanks, Dave.  I replaced my Label controls with Fields (non-editable) and
>changed the code to copy the new string to a global buffer (one per field)
>and then called FldSetTextPtr() and FldDrawField().  Works much better.

Yeah, but it's costing you much more memory.  You should probably not be
using fields for this, especially not if a simple label will do.  It's a
lot more OS overhead!  (So it uses more cycles, burning more joules...)

Just use FrmCopyLabel, and your problems will be solved.

                                --Bob



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to