Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Creating a sliding browser window in Firefox' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Creating a sliding browser window in Firefox
Authored by: 31d1 on Jul 11, '06 11:27:58AM
The script mentioned here should work for camino: http://www.macworld.com/weblogs/macosxhints/2006/03/safarislider/index.php

[ Reply to This | # ]
Creating a sliding browser window in Firefox
Authored by: smoohova on Jul 11, '06 02:18:33PM

It doesn't exactly work. I get the following error at the line that says:

set {bds1, bds2, bds3, bds4} to bounds of window docName
end tell

Camino got an error: NSReceiverEvaluationScriptError: 4



[ Reply to This | # ]
Creating a sliding browser window in Firefox
Authored by: 31d1 on Jul 11, '06 03:32:36PM
Ok, here's a version of my script that works for Camino.

http://code.cutup.org/applescript/cctl.applescript

I was getting the same error until I changed application process names from lowercase camino to uppercase Camino. The only other thing I had to change was firefox uses openURL and camino uses open url.

It might be worth checking if that was the problem in the other script, as it is more robust.

[ Reply to This | # ]