Highlight list line on hover?
Klaus on-rev
klaus at major.on-rev.com
Thu May 12 09:01:14 EDT 2011
Hi Keith,
> Hi folks,
> I've found mouseEnter, mouseLine and Highlight in the dictionary but can't seem to get the syntax correct to highlight a line in a list field with a mouse hover, rather than a click.
> Any clues would be greatly appreciated.
Use the "mousemove" message!
Put this into the script of the field:
on mousemove
set the hilitedlines of me to (word 2 of the mouseline)
end mousemove
:-)
> Best,
> Keith
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com
More information about the use-livecode
mailing list