> From: Hong Yu [mailto:[EMAIL PROTECTED]] > I create a Multiple-line Field with "HASSCROLLBAR" style. > But the scrollbar never appear at all.
That's right. The HASSCROLLBAR style does *not* add a scroll bar nor any actual scrolling behavior. You need to implement those yourself. The HASSCROLLBAR style only tells the field to send more fldChanged events so your code can update the scroll bar correctly. This is well covered in the documentation and archives. Happy reading! -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
