On 26 Jan 2014, at 14:28, 1.61803 wrote:

I checked QS's dictionary to show a notification but couldn't find any
details about these options.

I never knew that was in there.

How can I set image data?

I assume AppeScript has some concept of an image. There’s probably a way to get one using the path to a file. Didn’t try it.

What is image name?

It appears to accept input similar to `-[QSResourceManager imageNamed:]`, though it doesn’t work with bundle identifiers. So you can use anything the OS already knows about, and anything defined by a plug-in under `QSResourceAdditions`. For example:

    tell application "Quicksilver"
show notification "Error" image name "AlertStopIcon" text "This shit isn't working"
    end tell


--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to