on 3/8/01 6:05 PM, LePhuronn at [EMAIL PROTECTED] wrote:
> As far as I know you cannot hilite the background of line using the text
> member. You will have to use a field member instead.
>
> P.S. Could you send me the code to hilite a text line?
>
> mail off list at [EMAIL PROTECTED]
>
>
> [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!]
>
Hi,
this is my hilite code, but it have that problem i've mentioned. It not
selecte the entire line (the carriage return too).
on mouseDown
thisField = sprite(the clickOn).member
ML = the mouseLine
if ML <> -1 then
thisField.line[ML].hilite()
end if
end
If someone can point in how to make select all the line, i'll apreciate. ps:
it is a field cast member
Thank's in advance
Rodrigo Peres
[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!]