-
1. Re: Scripting plugin
[Jongware] May 25, 2010 2:58 PM (in response to Roy Marshall)You can call any script from any location with doScript.
I made a simple dialog box with my 9 most-often used scripts under radio buttons, and put that script again under a hot key. (I limited it to 9 because I added each number in front of the script names, to act as hot keys within the dialog.)
-
2. Re: Scripting plugin
Harbs. May 25, 2010 3:21 PM (in response to Roy Marshall)Like Jongware says, it's the simple matter of calling a doScript. You can feed in a file reference, and string, or even a function reference.
As far as dialogs go, there's three options:
- Native InDesign dialogs (simple and easy)
- Script UI (harder but nicer with more options)
- PatchPanel (harder yet, but you can do almost anything -- even real panels in CS4)
In CS5, there's Extenson Builder / CS SDK, which has some really cool capabilities...
http://forums.adobe.com/community/creativesuites/extensionbuilder
http://forums.adobe.com/community/creativesuites/cs_sdk
Harbs
-
3. Re: Scripting plugin
Roy Marshall May 25, 2010 8:12 PM (in response to Harbs.)Cheers Jong/Harbs
I think I will make a containing script for now. I have done this before, but was hoping there was maybe another easy way to make panels etc.
If I get the time I will look into PatchPanel (whatever that is!)
Cheers
Roy
-
4. Re: Scripting plugin
Harbs. May 25, 2010 9:59 PM (in response to Roy Marshall) -
5. Re: Scripting plugin
Praveen10 May 25, 2010 10:21 PM (in response to Harbs.)Hi Harbs,
I'm getting the 'Unauthorized' error while linking the above path, pl. confirm.
Thanks,
Praveen
-
6. Re: Scripting plugin
Harbs. May 25, 2010 10:48 PM (in response to Praveen10)The PatchPanel forum was archived. It looks like you need to be a moderator to access archived forums...
Either way, it looks like PatchPanel is a dead end at this point. It looks like it was discontinued with the release of CS5. CS SDK (which is the matured result of the PatchPanel work) is much better than PatchPanel was, but I think it's a shame they took PatchPanel down. It was a very useful hack...
Harbs
-
7. Re: Scripting plugin
Roy Marshall May 31, 2010 1:33 PM (in response to Harbs.)Thats a real shame.
Any other suggestions for making a plugin for CS3 using current software?
Roy
-
8. Re: Scripting plugin
Harbs. Jun 1, 2010 5:22 AM (in response to Roy Marshall)Well, there's always C++...
Harbs
-
9. Re: Scripting plugin
Harbs. Jun 1, 2010 5:26 AM (in response to Roy Marshall)There's also external stuff like REALBasic or totally external apps built in AppleScript or what-have-you.
APID is a really nice platform for integrating external stuff with InDesign.
Take a look at Kris' post here: http://rorohiko.blogspot.com/2007/10/lightning-brain-podcast-click-here-to.html
Harbs
-
-
11. Re: Scripting plugin
Steven.. Jun 1, 2010 7:55 AM (in response to [Jongware])Its not that bad...
I can knock out a plug-in just to run scripts in a couple of hours.. & a nice check





