Search found 136 matches

by txuku
Mon May 30, 2022 5:06 am
Forum: Help Me
Topic: how to change the font of selected text by applescript
Replies: 1
Views: 892

Re: how to change the font of selected text by applescript

Bonjour

Applescript is little used here ..............

You should have been to JavaScript and the .jsx scripts! :)
by txuku
Sat May 21, 2022 5:32 am
Forum: Adobe Bridge Scripts
Topic: sort photos randomly
Replies: 1
Views: 9420

Re: sort photos randomly

Bonjour

And what is this script?And what is this script? :)
by txuku
Sun Oct 24, 2021 5:15 am
Forum: Photoshop Scripting - General Discussion
Topic: Closing the dialog window while using Photoshop action?
Replies: 3
Views: 4348

Re: Closing the dialog window while using Photoshop action?

Bonjour

jsx is not js and atn is different

You should code in JSX rather than any gear? :)
by txuku
Thu Jun 17, 2021 6:49 am
Forum: Help Me
Topic: Run .jsxbin for all file .psd
Replies: 5
Views: 2692

Re: Run .jsxbin for all file .psd

Bonjour

you modify the extension:
file.jsxbin to file.jsx
or file.jsxbin in file.jsxbin.jsx


and roll my hen !
(( et roule ma poule ! ) :)
by txuku
Sun May 23, 2021 5:54 am
Forum: Help Me
Topic: Making adjustment layers..
Replies: 6
Views: 3156

Re: Making adjustment layers..

Bonjour Tu dors??? :) I just tried with CS5 by curiosite This gives this :! // ======================================================= var idMk = charIDToTypeID( "Mk " ); var desc4 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref3 = new ActionReference(); ...
by txuku
Mon Apr 26, 2021 7:36 pm
Forum: Help Me
Topic: Gradient creation script
Replies: 3
Views: 2636

Re: Gradient creation script

Bonsoir

I just watched and find it anymore ??? :oops:
by txuku
Mon Apr 26, 2021 7:46 am
Forum: Help Me
Topic: Gradient creation script
Replies: 3
Views: 2636

Re: Gradient creation script

Bonjour

I saw your script on the Adobe forum

The cc scriptlistener goes wrong in cs6! :oops:
by txuku
Mon Apr 26, 2021 7:40 am
Forum: Help Me
Topic: Automated workflow
Replies: 2
Views: 2000

Re: Automated workflow

Bonjour

I have a little trouble understanding the interest of the thing ??? :)
by txuku
Sun Dec 20, 2020 10:41 am
Forum: Photoshop Scripting: Code Snippets
Topic: Select tool list
Replies: 7
Views: 15962

Re: Select tool list

Bonjour If this can be useful for a French jsx programmer - I have this personal work: //Chris Whitaker //www.Funkybunnies3d.com // //simply cycle through a few important tools, //you can edit this by checking the list of tools at the bottom // //PaulMR did most of this work, I just set it up to cyc...
by txuku
Tue Dec 08, 2020 7:11 am
Forum: Help Me
Topic: help: how to have a tag decoding a jsxbin code
Replies: 12
Views: 6276

Re: help: how to have a tag decoding a jsxbin code

Bonjour

If it is a script supplied with Photoshop
You go to the scripts directory
you save them in .jsxbin
can you compare them with yours?

In general when I create a script I give it a name which recalls its use!

You change the extension to .jsx and give it a try?