> Roberto Molari wrote:
>
>> is there a beahvior that hilite the mouseline of a text member?
>
> would changing:
> member(myTextMember).line[myParagraph].foreColor
> do the trick?
>
> failing that, you could use selStart and selEnd to
> highlight the relevant line...
Actually, with text members it's the selection property:
member("textMember").selection = [4,18]
- the two list items are equivalent to the selstart and selend of fields.
You would need to calculate the first and last chars of the line, and I
believe the text member needs to be editable for the hiliting to display.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]