I'm working on an Automator workflow in which I need to take in a text string, do some processing, and then display it to the user, preferably in a manner similar to Address Book's or Quicksilver's "Display in Large Type", but I haven't found any actions to do this. Does anyone know of any?
A:
You could do that using ActionScript
display in large type "Hello World" after delay 5
display in large type "Hello World" with sound "Ping"
display in large type "Hello World" after delay 1min using font named "Lucida Grande"
NullUserException
2010-07-24 17:24:35
I got an error on `large type` when compiling. Where does that come from?
mipadi
2010-07-24 19:36:19