...it's lucky that that's what I'm using then ;-) 
On 12 May 2011, at 14:11, Klaus on-rev wrote:

> Addendum:
> 
> Am 12.05.2011 um 15:01 schrieb Klaus on-rev:
> 
>> 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
> 
> this will only work with a "list field"!
> 
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> http://www.major-k.de
> kl...@major.on-rev.com


_______________________________________________
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