This will work for certain operations, opening a folder, opening an app, sending URL schemes to apps. However, if you use this to try to open file:///Users/johnnyappleseed/Documents/foo.txt, TextEdit will complain about permissions. The same goes for opening any file with a sandboxed app that that app doesn't already have permission for. There may be other limitations on this as well as a warning, but we don't know all of them.
On Jul 7, 11:18 am, Josh <[email protected]> wrote: > …not that i've tried this at all, but as a guess: have you tried using a > file:// url? > Eg. file:///Applications/Growl.app > > On 7 Jul 2012, at 15:01, Vighnesh Pai wrote: > > > > > > > > > How Can i open a finder location?? Like you Are opening a URL.. > > Also I'm using Growl 1.2.2 on Mac OS X Leopard. Is this posible for me to > > open a Finder location when i click on a Growl Notification? > > > On Thursday, 21 June 2012 01:21:25 UTC+5:30, Daniel Siemer wrote: > > tell application id "com.growl.GrowlHelperApp" > > set the allNotificationsList to ¬ > > {"TestLogging"} > > set the enabledNotificationsList to ¬ > > {"TestLogging"} > > register as application ¬ > > "Growl Log Test" all notifications allNotificationsList ¬ > > default notifications enabledNotificationsList ¬ > > icon of application "AppleScript Editor" > > > notify with name ¬ > > "TestLogging" title ¬ > > "Hi Im number two! > > Testing multi line title" description ¬ > > "This is a test AppleScript notification." application name > > ¬ > > "Growl Log Test" icon of application ¬ > > "Xcode.app" callback URL ¬ > > "http://growl.info" with sticky > > end tell > > > Clicking the notification should open growl.info in your default > > browser. > > > On Jun 20, 3:05 am, George Papadakis <[email protected]> wrote: > > > Any example on how to actually implement it? > > > > On Monday, June 11, 2012 10:59:28 PM UTC+3, Daniel Siemer wrote: > > > > > Was added in Growl 1.4 > > > > > On Jun 10, 6:41 am, Czech X Team <[email protected]> wrote: > > > > > Hello, > > > > > I have a question: statement "callback URL" in AppleScript Growl > > > > > dictionary is available from Growl 1.4 or is it also in Growl 1.3? > > > > > > Thank you. > > > > > > -FE > > > -- > > You received this message because you are subscribed to the Google Groups > > "Growl Discuss" group. > > To view this discussion on the web > > visithttps://groups.google.com/d/msg/growldiscuss/-/dP5NWxLWV-cJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/growldiscuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
