dublove
Advisor
dublove
Advisor
Activity
Mar 09, 2025
12:05 AM
@m1b @Eugene Tyson I tried it out, and change the following app.bringToFront(); to BridgeTalk.bringToFront(“photoshop”); and it works. I'm just noticing that occasionally the InDesign window won't pop up with a single click. Could it be that the ID is bottomed out? Frozen?
... View more
Mar 08, 2025
08:40 PM
@m1b @Eugene Tyson After reinstalling PS to the C drive by default on 3-8, the scripts were not working properly that day. Woke up from a nap and rebooted the computer. Both scripts worked. Speechless. Follow up a little more. How do I get the PS software to pop up to the top of the list (change to the current window) after the script runs. line doesn't seem to work. The app.bringToFront(); Thank you very much.
... View more
Mar 08, 2025
07:39 PM
How to realize it? Very much looking forward to it.
... View more
Mar 08, 2025
08:59 AM
@rob day I was the one who made the mistake. This one still only opens images in the windows default app. And can it be changed to not differentiate between "Selection Tool" and "Direct Selection Tool"versions?
... View more
Mar 08, 2025
08:56 AM
Attachments available
... View more
Mar 08, 2025
07:47 AM
@m1b @Eugene Tyson @rob day It seems like I'm mistaken. The code still only opens as a windows default application if (app.selection.length > 0) {
var s = app.selection[0];
if (s.constructor.name == "Image") {
s.itemLink.editOriginal();
} else {
alert("Selected item is not an image.");
}
} else {
alert("No items selected.");
}
... View more
Mar 08, 2025
07:25 AM
@m1b @Eugene Tyson There are ghosts........ I've installed PS to the C drive by default, and it still prompts the same error. I tried several versions of the script.
... View more
Mar 08, 2025
03:48 AM
// use your own path to Photoshop here:
var photoshopAppFile = File('D:/Program Files/Adobe/Adobe Photoshop 2025/Photoshop 2025/Photoshop.exe');
// launch it
photoshopAppFile.execute(); The paragraph above seems to evoke Ps, I see the ps pop up but no image opens. I'll replace the paragraph below. if (!photoshop)
return alert(“Photoshop is not available.”);
... View more
Mar 08, 2025
12:52 AM
Yes, that may be the reason for the confusion. But theoretically, it should be possible to evoke any program with a path. Not just photoshop.
... View more
Mar 07, 2025
11:08 PM
I do: I originally installed PS to the C drive by default. Then I made a copy to the D drive, and after I reinstalled my winsystem, I never installed PS again, I just used the PS on the D drive. So ......
... View more
Mar 07, 2025
10:47 PM
Yes, BridgeTalk does not perceive photoshop. Need to set a specific path for photoshop.exe like Eugene Tyson did.
... View more
Mar 07, 2025
10:09 PM
Just tried, same thing: Photoshop is not available. Obviously, the path to Photoshop.exe is not recognized. If it is recognized, PS will jiggle a bit and then it will show up on the front end.
... View more
Mar 07, 2025
08:25 PM
Hi m1b. Thank you very much. Tested, pop-up: “Photoshop is not available” My PS is a bit unusual in that it requires a path to be specified. Normally, Eugene Tyson's code is what should work. It's just that mine is a bit special;
... View more
Mar 07, 2025
07:09 PM
Hi @m1b @Eugene Tyson I tested it. ps There still doesn't seem to be any response.
... View more
Mar 07, 2025
09:30 AM
Thanks. Really looking forward to him, the legendary great m1b, it's been a while.
... View more
Mar 07, 2025
05:55 AM
Maybe there's something wrong with this paragraph. var cmd = '"' + photoshopPath + '" "' + filePath + '"';
... View more
Mar 07, 2025
05:36 AM
Same problem, seems like BridgeTalk() is not working well since ID 2024. My other script also has BridgeTalk() , which used to work, but now it doesn't respond either.
... View more
Mar 07, 2025
02:29 AM
There is no error popup when the path is wrong. When the path is correct, the error on the screenshot pops up. I have my ps open and it says I don't have ps open. I've restarted ps too.
... View more
Mar 06, 2025
08:28 AM
Hi. Eugene Tyson Do I need to install Bridge? I don't have it. Two prompts pop up. It's like the ps isn't being evoked.
... View more
Mar 06, 2025
08:18 AM
Bridge Might be a great choice, except I guess I haven't liked it in all these years, maybe it's just too big.
... View more
Mar 06, 2025
03:09 AM
D:\Program Files\Adobe\Adobe Photoshop 2025\Photosho.exe I have a bit too many versions installed, so I may have messed up
... View more
Mar 06, 2025
02:18 AM
Senting image to ps...... my ps not responding Can I set my PS installation path?
... View more
Mar 05, 2025
11:47 PM
No reaction. Or could it be that it doesn't recognize the PS path, I have both versions of PS. Is it possible to customize the PS path?
... View more
Mar 05, 2025
09:39 PM
Thank you very much. I really didn't realize that there are others who share the same hobby as me. In fact, this code still doesn't open in PS ...... Rather, it opens in the default application in windows. The qualification of having to use the white arrow is a bit self defeating.
... View more
Mar 05, 2025
09:20 PM
HI @rob day @Sesamme @Peter Spier @ How not to have to distinguish between black and white arrow choices. The distinction sometimes adds to the hassle. More often than not we use black arrows. In fact, this code still doesn't open in PS ...... Rather, it opens in the default application in windows. Thanks.
... View more
Mar 04, 2025
07:01 PM
Is it possible to generate static captions for all diagrams that have the AA object style applied? And apply BB object style for caption. Sometimes the client's information is very messy, I always organize, categorize and sort the images first. Do simple layout design and then generate captions one by one. This saves repeated adjustments to the text. Is there any way to generate all the captions at once, and then apply object styles to the captions? Thanks
... View more
Mar 04, 2025
06:25 PM
This one didn't respond. I don't know what went wrong.
... View more
Mar 04, 2025
06:13 PM
Closing a document after selecting all will also prompt to close all documents. Thank you very much.
... View more
Mar 04, 2025
09:50 AM
1 Upvote
Sorry ~ I forgot it.
... View more