Feeds
82747 items (62 unread) in 29 feeds
Director Online Lingo Notes
-
You can get the total number of visual lines in a text member (lines created by word wrap and carriage returns) rather than the lines calculated by carriage returns when you use member().line.count.
Anyways, to calculate the visual lines you can do this:
vLineCount = member("myText").locVToLinePos(member("myText").height)