Jim Witte wrote:

How scriptable is Camino? When I try to open the dictionary in Script Editor, it won't open (although a few other app's dictionaries won't open either)

"If you try to open Camino's AppleScript dictionary, say from Script Editor, you'll get an error. To work around this, open the application package, and remove the "Localized.rsrc" file in |Contents/Resources/English.lproj|. This will, however, prevent Shockwave Director content from loading so we recommend you do this on a copy of the application." (From the Release Notes)


Is there a way to open a URL? The 'open' command works for files, but not URLs. I'd expect something like:

open URL "http://store.metrowerks.com/";
open "http://store.metrowerks.com/"; *as* URL

I have this if-then statement in a program to open C|Net's website. I select which websites I want and then it opens them in Camino (because it's the default browser in my account) :


   if state of button "cnet" of window "main" is 1 then
       open location "http://news.com.com/";
   end if

I have found that, in basic usage, most commands Safari responds to, Camino knows as well. Experimenting is sometimes needed, but there's usually a way, especially when you use System Events.

Hope this helps,

John
_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino

Reply via email to