Re: Custom URL Handling

2008-08-10 Thread Ken Thomases
On Aug 9, 2008, at 7:12 PM, Uli Kusterer wrote: On 10.08.2008, at 01:50, Jacob Bandes-Storch wrote: It doesn't seem to make sense to use the script suite stuff to receive the URL event.. shouldn't it be used for scripting only? Or am I mistaken? Apple Events are simply a means for applica

Re: Custom URL Handling

2008-08-09 Thread Uli Kusterer
On 10.08.2008, at 01:50, Jacob Bandes-Storch wrote: It doesn't seem to make sense to use the script suite stuff to receive the URL event.. shouldn't it be used for scripting only? Or am I mistaken? Apple Events are simply a means for applications to communicate. Just like you can use App

Re: Custom URL Handling

2008-08-09 Thread Jacob Bandes-Storch
It doesn't seem to make sense to use the script suite stuff to receive the URL event.. shouldn't it be used for scripting only? Or am I mistaken? On Aug 9, 2008, at 3:03 PM, Uli Kusterer wrote: I see some implementations use -[NSAppleEventManager setEventHandler:andSelector:forEventClass:an

Re: Custom URL Handling

2008-08-09 Thread Uli Kusterer
On 09.08.2008, at 22:53, Jacob Bandes-Storch wrote: I want to implement a custom URL scheme (such that myscheme:whatever will open my app and somehow pass the URL as a parameter). I've been looking around for information on how to do that, and I'm getting mixed messages. I'm not a specia

Custom URL Handling

2008-08-09 Thread Jacob Bandes-Storch
I want to implement a custom URL scheme (such that myscheme:whatever will open my app and somehow pass the URL as a parameter). I've been looking around for information on how to do that, and I'm getting mixed messages. The Info.plist documentation is very clear, and I've got the keys all