Give some feedback that a field line has been clicked

Peter M. Brigham, MD pmbrig at gmail.com
Wed Feb 22 11:19:05 EST 2012


Probably something like this will do:

on mouseup
  put word 2 of the clickline into lineNbr
  select line lineNbr of me -- assumes autohilite = true
  wait 8 ticks
  select empty
end mouseup

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig

On Feb 22, 2012, at 10:05 AM, Jim Hurley wrote:

> The subject line says it all.
> 
> I would like the like  the clicked line to do something visual that tells the user that his action has been recognized.
> 
> Thanks,
> 
> Jim
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list