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