Search found 14 matches

by Wolf_22
Fri Mar 12, 2021 8:13 pm
Forum: Help Me
Topic: BridgeTalk Callback?
Replies: 6
Views: 2789

Re: BridgeTalk Callback?

Sorry about that, Kukurykus. I feel like an idiot because I actually had that in my code (in ESTK) but I messed up by not selecting it when I was copying-and-pasting everything into my post on here. But it was in there and it still wasn't working. Here's my complete code since my original post but t...
by Wolf_22
Fri Mar 12, 2021 4:30 pm
Forum: Help Me
Topic: BridgeTalk Callback?
Replies: 6
Views: 2789

BridgeTalk Callback?

I'm trying to illicit ESTK console output from a BridgeTalk callback, but it never seems to work. Here's my script: var bt = new BridgeTalk(); bt.target = 'estoolkit-4.0'; bt.body = function(){ app.clc();//Clears console. }.toSource()+"()"; bt.onResult = function( responseMsgObject ) { $.w...
by Wolf_22
Tue Nov 24, 2020 8:41 pm
Forum: Photoshop Scripting - General Discussion
Topic: Why is pushing into this array resulting in a general Photoshop error?
Replies: 0
Views: 5775

Why is pushing into this array resulting in a general Photoshop error?

So I'm trying to debug some logic I see which was made by someone else. The code is supposed to work when the Count Tool is used and in this specific code, values are being assigned to thePoints array as follows: thePoints.push( [ thisOne.getUnitDoubleValue(//0 stringIDToTypeID("x") ), thi...
by Wolf_22
Tue Nov 24, 2020 7:22 pm
Forum: Help Me
Topic: Looking for a script that can either stamp or paste randomized layers along a path?
Replies: 1
Views: 1888

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

Hi, everyone... I just now came across this site after doing countless Google searches for help with a project I'm working on. So I created an account (this is my first post!) and now I'm hoping someone around here can shine some light on the issue I'm facing... To make a long story short, I'm tryin...