> Hi :)
>
[quoted text clipped - 30 lines]
> How do I get this URL in my application like camino (and some other
> applications) do?
You get an Apple event, and you parse it.
<http://developer.apple.com/documentation/Carbon/Conceptual/LaunchServic
esConcepts/LSCConcepts/chapter_2_section_6.html>
m.

Signature
matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/
Tiger - http://www.takecontrolbooks.com/tiger-customizing.html
AppleScript - http://www.amazon.com/gp/product/0596102119
Read TidBITS! It's free and smart. http://www.tidbits.com
Karl Syvert Løland - 20 Jun 2007 16:05 GMT
> You get an Apple event, and you parse it.
>
> <http://developer.apple.com/documentation/Carbon/Conceptual/LaunchServic
> esConcepts/LSCConcepts/chapter_2_section_6.html>
>
> m.
Thanks! I solved it using events.
Mvh
Karl Syvert Løland