tags:

views:

66

answers:

2

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
I got an error on `large type` when compiling. Where does that come from?
mipadi
A: 

you could use growl to display the result.

Nikolaus Gradwohl
Yeah, that's what I am doing right now.
mipadi