Adding text to fields

Nicolas Cueto nicolas_cueto at yahoo.com
Thu Apr 21 18:23:11 EDT 2005


Gordon,

Here's how I was taught to do it:

on doScrollCheck
  ---MAKE SURE FIELDS ARE SCROLLED TO MAX SO READER CAN VIEW MSG
  put the formattedHeight of field "fWhatever" into tHeight
  set the scroll of field "fWhatever" to tHeight
end doScrollCheck

Cheers,
Nicolas Cueto


More information about the use-livecode mailing list