right click on a list field

Klaus Major klaus at major.on-rev.com
Wed Nov 18 06:44:38 EST 2009


Bonjour Thierry,

> Hi all,
> 
> Can someone confirm that we can't select a line in a list field
> when right clicking on any line ?
> 
> Rev4 - MacOsx
> 
> And any quick workaround ?

add this to the field script:

on mouseUp what
  if what = 3 then
    select line (word 2 of the mouseline) of me
  end if
end mouseUp

> Regards,
> Thierry

Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com




More information about the use-livecode mailing list