On Tuesday, January 28, 2014 1:30:01 AM UTC+1, Patrick wrote: > > Why isn’t setting a file path working for you? >
Yeah the path works with image name. It doesn't with image data — which is what I was wrongly trying. If you open an image in Preview, select and copy it, shouldn't the following code work? I guess not, since ImageRawData is a list of 8 records ;) which one should I use? tell application "Finder" to set ImageRawData to the clipboard tell application "Quıcĸsıɩⅴεʀ" to show notification "Error" image data ImageRawData text "This notification isn't working" -- 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.
