This content has been marked as final.
Show 3 replies
-
1. Re: [JS][CS5] Running a script from Configurator
Roy Marshall Apr 23, 2011 5:52 AM (in response to Roy Marshall)It does look like Configurator is failing me. The same binary called from an Applescript application I threw together in XCode runs to the end.
I know I need to bite the bullet and look into the CSSDK for making extensions, but is scares me!
Are there any samples I can pull apart? All I want the panel to do is trigger one or more script, nothing more.
Thanks in anticipation...
Roy
-
2. Re: [JS][CS5] Running a script from Configurator
John Hawkinson Apr 23, 2011 8:07 AM (in response to Roy Marshall)Have you tried wrapping your script in a try / catch block to make sure you aren't just triggering an exception that is getting lost along the way?
-
3. Re: [JS][CS5] Running a script from Configurator
Roy Marshall Apr 23, 2011 1:42 PM (in response to John Hawkinson)Yeah. Done that already. Got the catch set to alert(e) but has no
effect. Thanks for the response though.
Roy



