Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "open location" osax question



On Feb 11, 2005, at 3:43 PM, Marc K. Myers wrote:

I wrote a script to do a Google query to get the lyrics of whatever track iTunes is playing. It assembles the URL and then uses "open location" to send it. I found that

    open location theURL

doesn't do anything.  But if I say

    tell application "Safari" to open location theURL

it works perfectly. I'm wondering why that is. My understanding was that the osax could be used anywhere and would open the default application for the protocol of the URL.

Not really, no. What it does is tell the targeted application to open that URL. There's a default handler installed by the system that will open it in the default application for the URL scheme, but applications can (and obviously do) override that with their own handlers. There's actually no way to distinguish the "tell this particular application" case from the "just open the URL using the appropriate application" case -- you simply have to tell an application that won't have any custom handling. As a script, "me" is pretty reliable for this purpose.



--Chris Nebel AppleScript Engineering

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden

This email sent to email@hidden
References: 
 >"open location" osax question (From: "Marc K. Myers" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.