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 [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
