Hello All!
How can I add information about alpha-channels to parametres to dialog box?
or delete everything except CMYK
Search found 17 matches
- Wed Jan 19, 2022 11:59 am
- Forum: Help Me
- Topic: Info about Alpha-Channels
- Replies: 1
- Views: 2515
- Wed Jan 19, 2022 10:16 am
- Forum: Help Me
- Topic: Extract part of path) and button Cancel - not work at cancel)
- Replies: 9
- Views: 9441
Re: Extract part of path) and button Cancel - not work at cancel)
Hello All!
How can I add information about alpha-channels to this script, in dialog box?
or delete everything except CMYK
How can I add information about alpha-channels to this script, in dialog box?
or delete everything except CMYK
- Wed May 13, 2020 3:19 pm
- Forum: Help Me
- Topic: Extract part of path) and button Cancel - not work at cancel)
- Replies: 9
- Views: 9441
Re: Extract part of path) and button Cancel - not work at cancel)
ahahaha! how cool) Thank you very much!))
- Wed May 13, 2020 8:08 am
- Forum: Help Me
- Topic: Extract part of path) and button Cancel - not work at cancel)
- Replies: 9
- Views: 9441
Re: Extract part of path) and button Cancel - not work at cancel)
Wow! Great Job!
I can imagine how difficult it is to dig into someone else's code)
on "true" changed even before that, and did not work, in the end, and tangled
It remains only Alt+F4 to configure - the script works when closing for now.
I can imagine how difficult it is to dig into someone else's code)
on "true" changed even before that, and did not work, in the end, and tangled
It remains only Alt+F4 to configure - the script works when closing for now.
- Tue May 12, 2020 10:55 am
- Forum: Help Me
- Topic: Extract part of path) and button Cancel - not work at cancel)
- Replies: 9
- Views: 9441
Re: Extract part of path) and button Cancel - not work at cancel)
but, FullPath
I need 6 digits only in the first line
p.s.: and Cancel not Cancel ((( Worked at OK))
and now... on the red cross - not closes))) - Work script
I need 6 digits only in the first line
p.s.: and Cancel not Cancel ((( Worked at OK))
and now... on the red cross - not closes))) - Work script
- Tue May 12, 2020 9:55 am
- Forum: Help Me
- Topic: Extract part of path) and button Cancel - not work at cancel)
- Replies: 9
- Views: 9441
Re: Extract part of path) and button Cancel - not work at cancel)
Something's wrong anyway I've already confused myself var strtRulerUnits = app.preferences.rulerUnits; app.preferences.rulerUnits = Units.MM; var docRef = app.activeDocument; filePath = docRef.path; var fileName = docRef.name.slice(".") var dlg = new Window('dialog', 'Параметры:'); dlg.fra...
- Fri May 08, 2020 2:40 pm
- Forum: Help Me
- Topic: Extract part of path) and button Cancel - not work at cancel)
- Replies: 9
- Views: 9441
Extract part of path) and button Cancel - not work at cancel)
Hello! 1. is it possible to extract part of the text from the file path? 6-digit number 2. Button "ok" - do script / Button "Cancel" - do script too( 1. filePath.slice("ish") ? Example path to part 6digit-number \\FS\M\200508\ish\bbb\1card.tif to 200508 \\FS\M\200509\is...
- Thu Nov 21, 2019 7:04 am
- Forum: Help Me
- Topic: vector objects in photoshop through scripting
- Replies: 1
- Views: 4000
Re: vector objects in photoshop through scripting
hm, rectangle and ellipse shape with text...
- Wed Nov 20, 2019 11:16 am
- Forum: Help Me
- Topic: vector objects in photoshop through scripting
- Replies: 1
- Views: 4000
vector objects in photoshop through scripting
Hi
is it possible to create simple vector objects in photoshop through scripting?
for example(*.pdf) - https://yadi.sk/i/PTvqegTJ5ylH4g
So that you can then use these objects as a vector in the Illustrator...
is it possible to create simple vector objects in photoshop through scripting?
for example(*.pdf) - https://yadi.sk/i/PTvqegTJ5ylH4g
So that you can then use these objects as a vector in the Illustrator...
- Wed Nov 20, 2019 10:45 am
- Forum: Help Me
- Topic: switch between active documents (Ctrl+Tab)
- Replies: 2
- Views: 4834
Re: switch between active documents (Ctrl+Tab)
Thanks, but I used this:
So, I can change this)
Code: Select all
ishDoc = app.activeDocument
var theCopy = aDoc.duplicate (filename);
FaceDoc = app.activeDocument
app.activeDocument = ishDoc