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


Click here to return to the 'Multi window 'sliding' browser' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Multi window 'sliding' browser
Authored by: mark hunte on Dec 29, '05 03:43:53AM

As far as I know,
Your
if (keys pressed)
will not work without people having the jons commands scripting addition.

http://www.versiontracker.com/dyn/moreinfo/macosx/2274

99% of people will not have this addition. So your script will not compile.

IMHO its best not to submit scripts that can not be compiled or run without explaining this in the submit.



---
mh



[ Reply to This | # ]
Multi window 'sliding' browser
Authored by: robg on Dec 29, '05 05:46:03AM

This script worked fine for me (10.4.3), and I do *not* have Jon's Command installed...

-rob.



[ Reply to This | # ]
Multi window 'sliding' browser
Authored by: bschmidt on Dec 29, '05 09:55:02AM

hmm. I'm running 10.4.3 and I don't have Jon's Commands installed, and the script is failing for me on 'keys pressed'...

---
...ben



[ Reply to This | # ]
(Keys Pressed) issue
Authored by: ehouwink on Dec 29, '05 01:26:37PM
Your right. Just delete the line containing

(keys pressed) 
as it is not functional anymore (slipped through from debugging

[ Reply to This | # ]