...great, thanks Klaus - that has fixed it!
Best,
Keith..

On 12 May 2011, at 14:01, Klaus on-rev wrote:

> 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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to