How to use the script ends JSX script
For example, a lot of scripts are opened
For example, I double-clicked 10 JSX scripts on my desktop
Because sometimes opening scripts doesn't respond,
How do I end the JSX script
Re: How do I end the JSX script
I can't understand what you exactly mean, but you don't have to end the script, it ends usually itself with last line of its code.
I don't know what you are trying to do in Photoshop and what your script contains so I can't say why it sometimes doesn't work.
I don't know what you are trying to do in Photoshop and what your script contains so I can't say why it sometimes doesn't work.
Re: How do I end the JSX script
Bonjour
maybe you want to talk about droplets?
Or endless loops: Ctrl Alt Supp and close Photoshop!

maybe you want to talk about droplets?
Or endless loops: Ctrl Alt Supp and close Photoshop!

Re: How do I end the JSX script
How do you tell if there's a constituencyKukurykus wrote: ↑Thu May 28, 2020 3:51 pm I can't understand what you exactly mean, but you don't have to end the script, it ends usually itself with last line of its code.
I don't know what you are trying to do in Photoshop and what your script contains so I can't say why it sometimes doesn't work.
If there is no selection,Exit with a pop-up warning
Re: How do I end the JSX script
The words you use don't reflect Photoshop features. Please post images (screenshots) to show what you want, unless you ask for this:
Code: Select all
sTT = stringIDToTypeID; if (documents.length) {
(ref = new ActionReference()).putProperty(sTT('property'), sTT('selection'))
ref.putEnumerated(sTT('document'), sTT('ordinal'), sTT('targetEnum'))
if (!executeActionGet(ref).hasKey(sTT('selection'))) alert('No selection!')
}
Re: How do I end the JSX script
Can you please do me a favorKukurykus wrote: ↑Sat May 30, 2020 11:03 am The words you use don't reflect Photoshop features. Please post images (screenshots) to show what you want, unless you ask for this:
Code: Select all
sTT = stringIDToTypeID; if (documents.length) { (ref = new ActionReference()).putProperty(sTT('property'), sTT('selection')) ref.putEnumerated(sTT('document'), sTT('ordinal'), sTT('targetEnum')) if (!executeActionGet(ref).hasKey(sTT('selection'))) alert('No selection!') }
I don't know where is wrong
Please help me modify the
Thank you very much
- Attachments
-
- xx.zip
- Beg you to modify
- (12.18 KiB) Downloaded 687 times
Re: How do I end the JSX script
What about code I wrote so far. You didn't say does it help?
Regarding code you want me to fix, I'm sorry, I'm not going to do it. I can help you in little tasks.
btw it's better to say where from you got the code that does not work, and what this script does?
Regarding code you want me to fix, I'm sorry, I'm not going to do it. I can help you in little tasks.
btw it's better to say where from you got the code that does not work, and what this script does?