hi yo gomi
i have some suggestions fo rthe following
> can I highlight words in
> field when mouseEnter? Finally how can I get rid of
> [ and "" when the list
> appears in a field?
...............use the value() command to get rid of [
and "" .
use the hilite() command in the following way.

on mousewithin----dont use mouseenter.
    member("field name").line[the mouseline].hilite
end

on mouseup me
    set zz=member("the same field").line[the
mouseline]
go to zz
end

write both these handlers in the same cast member
script window for the field cast itself.

best of luck.
junaid
multimedia programmer
india







____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.in address at http://mail.yahoo.co.in

[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!]

Reply via email to