on monday i had to write applescript and i get back the same prob :
no more cut'n passte nor drag'n drop.
i think that time the prob arroses when doing UI scripting using
"System Events" i had to copy an applescript from Script Editor and
paste it into TextEdit in order being able to save it as (x)html.
probably i did some mistake with system events and the result is :
no more cut'n and paste nor drag'n drop.
in the mean time i've reset all the caches, trash Finder's prefs
and script editor too.
no success.
any advice letting me recovering cut'n paste facility ???
Check if the 'pbs' process is still running. You could do this via
the following command (in Terminal):
ps -auxww | grep [p]bs
If it isn't running (you get no output from the above command), then
try logging out and in again.