Search found 528 matches

by Kukurykus
Wed Mar 31, 2021 7:49 pm
Forum: Photoshop Scripting - General Discussion
Topic: ES3 and Line Number?
Replies: 13
Views: 10688

Re: ES3 and Line Number?

Then I have no idea what to do. Maybe reinstall it...
by Kukurykus
Wed Mar 31, 2021 6:57 pm
Forum: Photoshop Scripting - General Discussion
Topic: ES3 and Line Number?
Replies: 13
Views: 10688

Re: ES3 and Line Number?

For me it's number of the line it's put at. Maybe get latest ESTK 4.0.0.1?
by Kukurykus
Tue Mar 30, 2021 4:08 pm
Forum: Help Me
Topic: Open Random Images of different Folders as Layers
Replies: 3
Views: 2230

Re: Open Random Images of different Folders as Layers

preferences.rulerUnits = Units.PIXELS, sTT = stringIDToTypeID; (ref = new ActionReference()).putProperty(sTT('property'), gP = sTT('generalPreferences')) ref.putClass(sTT('application')); (dsc1 = new ActionDescriptor()).putReference(sTT('null'), ref); arr = ['placeRasterSmartObject', 'resizePastePl...
by Kukurykus
Mon Mar 29, 2021 9:55 pm
Forum: Photoshop Scripting - General Discussion
Topic: ES3 and Line Number?
Replies: 13
Views: 10688

Re: ES3 and Line Number?

Code: Select all

Error().line
by Kukurykus
Mon Mar 29, 2021 2:41 pm
Forum: Help Me
Topic: Open Random Images of different Folders as Layers
Replies: 3
Views: 2230

Re: Open Random Images of different Folders as Layers

What would be images format, orientation, dimension and their resolution, the same for all?
by Kukurykus
Mon Mar 15, 2021 3:12 pm
Forum: Help Me
Topic: BridgeTalk Callback?
Replies: 6
Views: 2758

Re: BridgeTalk Callback?

It doesn't make functionality problems. You use bt.send() without parameter when you send message without awaiting callback.
by Kukurykus
Sat Mar 13, 2021 2:42 pm
Forum: Help Me
Topic: Looking for a script that can either stamp or paste randomized layers along a path?
Replies: 1
Views: 1852

Re: Looking for a script that can either stamp or paste randomized layers along a path?

Simulate Click with Brush looks similar to yours problem. I attach resources I got for E-Mail to that request.
by Kukurykus
Fri Mar 12, 2021 9:06 pm
Forum: Help Me
Topic: BridgeTalk Callback?
Replies: 6
Views: 2758

Re: BridgeTalk Callback?

For me it works. I see 'test1' in alert, and true in console, also when I use number 1 or higher in bt.send(), debugger activates.
by Kukurykus
Fri Mar 12, 2021 7:55 pm
Forum: Help Me
Topic: BridgeTalk Callback?
Replies: 6
Views: 2758

Re: BridgeTalk Callback?

Remove: //Clears console.
And add at end: bt.send()

Ps. I never used debugger and sendResult(), so I'd like to see some working examples of it, something better that's in 'JAVASCRIPT TOOLS GUIDE'.
by Kukurykus
Fri Feb 05, 2021 11:20 pm
Forum: Help Me
Topic: Hide/open UI windows with JS
Replies: 16
Views: 10703

Re: Hide/open UI windows with JS

Code: Select all

togglePalettes()