>I'm trying to FldSetTextPtr a string into a multi-line field with scrollbar, >but when the field renders, the text gets chopped off with the first line, >instead of wrapping to the following lines of the field.
As Joe noted in his response, you have to call FldRecalculateField() after calling FldSetTextPtr(). Note that prior to Palm OS 4.0, if you passed false for FldRecalculateField's <redraw> parameter, the text wouldn't get re-wrapped. -- Ken Ken Krugler TransPac Software, Inc. <http://www.transpac.com> +1 530-470-9200 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
