Hi
I am trying to applescript Show Large Text to put up a big message on
screen then fade it away, without any user intervention.
I have this:
tell application "Quicksilver"
show large type appname
delay 3
end tell
tell application "System Events" to key code 53
It works, provided the user does not touch the keyboard during the
three second delay. But if, for example, the user apple tabs into
another application, then the message gets permanently stuck on the
screen until Quicksilver is manually invoked.
Anyone have an idea of what command/instruction I can send to
QuickSilver after the three second delay to be sure that the message
disappears.
Thanks