Search found 14 matches

by r4nd3r
Tue Aug 09, 2016 3:00 am
Forum: Photoshop Scripting - General Discussion
Topic: how to run scripts within another scripts
Replies: 9
Views: 23585

Re: how to run scripts within another scripts

I got it. thanks to everyone who helped me I did not express myself very well because I used the google translator see the result: /////////////////////////// // SET-UP // /////////////////////////// var Name = app.activeDocument.name.replace(/\.[^\.]+$/, ''); var Ext = decodeURI(app.activeDocument....
by r4nd3r
Mon Aug 08, 2016 9:31 pm
Forum: Photoshop Scripting - General Discussion
Topic: how to run scripts within another scripts
Replies: 9
Views: 23585

Re: how to run scripts within another scripts

I found this example web: 1- JSX compile the code and export it as binary,You get something like this: @JSXBIN@ES@2.0@MyBbyBn0ACJAnASzDjNjTjHByBneNiIjFjMjMjPhMhAiXjPjSjMjEhBftgBbyBn0ABJCnABXzIjDjPjOjUjFjOjUjTCfXzBhQDfXzJjTjFjMjFjDjUjJjPjOEfjzDjBjQjQFfVBfyBnfABnzBifGnbyBn0ABJGnAEjzFjBjMjFjSjUHfRBVBfy...
by r4nd3r
Mon Aug 08, 2016 9:21 pm
Forum: Photoshop Scripting - General Discussion
Topic: how to run scripts within another scripts
Replies: 9
Views: 23585

Re: how to run scripts within another scripts

Sorry for the confusion, I actually want to run the code within 2 ofa single script by conditional "if".
Without the need for second script for this
by r4nd3r
Fri Aug 05, 2016 2:22 pm
Forum: Photoshop Scripting - General Discussion
Topic: how to run scripts within another scripts
Replies: 9
Views: 23585

how to run scripts within another scripts

Hi Friends, I have a script that calls another script. example: var originalRulerUnits = preferences.rulerUnits; preferences.rulerUnits = Units.PIXELS; var Name = app.activeDocument.name.replace(/\.[^\.]+$/, ''); var Ext = decodeURI(app.activeDocument.name).replace(/^.*\./,''); var SCRIPTS_FOLDER = ...