unselect a line

Sylvain Le Gourriérec sylvain.legourrierec at son-video.com
Tue Sep 24 09:55:01 EDT 2002


it does not work in my case...

---- create a  field with "List behaviour"

----- here comes the script of that field

on mouseUp
   
  if the long id of me is the focusedObject then
     
     put the selection into message 
     select empty
     
  end if
   
end mouseUp


I want to select my line, do something with it and deselct it....


thanks





More information about the use-livecode mailing list