Search found 33 matches
- Sun Dec 03, 2023 4:15 am
- Forum: Help Me
- Topic: How to bypass the error "The command [name] is currenly unavailable"
- Replies: 3
- Views: 9470
Re: How to bypass the error "The command [name] is currenly unavailable"
@Kukurykus perhaps post the full script. Your missing sTT part Which is normally this function cTID(s) { return app.charIDToTypeID(s); }; function sTID(s) { return app.stringIDToTypeID(s); }; What has suspend history actually to do with a selection not available? your code suspends visibility of the...
- Wed Mar 23, 2022 6:42 pm
- Forum: Help Me
- Topic: How Can i Convert JSXBIN TO JSX
- Replies: 18
- Views: 36872
Re: How Can i Convert JSXBIN TO JSX
The tool worked fine for me till couple weeks ago. On Win11 it now doesnt work nomore using latest rs22579
- Tue Jan 18, 2022 10:44 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Localize buttons makes them squared inside group
- Replies: 3
- Views: 6846
Re: Localize buttons makes them squared inside group
Well my goal was to make the buttons which are the main dialog buttons stay rounded. ive noticed there is something about the naming doing this as well. But i see different buttons in say the preferences dialog of photoshop have more buttons rounded. Ive now used ok and cancel for name in those butt...
- Sun Jan 16, 2022 2:02 am
- Forum: Photoshop Scripting - General Discussion
- Topic: Reopening dialog makes it none responsive
- Replies: 6
- Views: 9098
Re: Reopening dialog makes it none responsive
Well at the time i didnt know an easy method of reading the JSON preset and setting all input fields and dropdown menus with the settings from that preset file. So my workaround was read the preset send it to the descriptor, so its read as last used setting. Then reopen the main dialog so it would r...
- Sat Jan 15, 2022 8:25 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Localize buttons makes them squared inside group
- Replies: 3
- Views: 6846
Re: Localize buttons makes them squared inside group
What ive found this far is the first buttons which are assigned as ok and cancel seem to be getting rounded. When i comment out that first panel, then i do see other buttons getting rounded as well hide-panel-rounds-otherbuttons.png When i set the last buttons to be ok and cancel, then those get rou...
- Sat Jan 15, 2022 8:14 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Localize buttons makes them squared inside group
- Replies: 3
- Views: 6846
Localize buttons makes them squared inside group
Im updating this CEP panel which has many script and a couple dialog windows. Ive started now adding localize to it and notice some weird behavior which i can find in the resources ive found. The "issue" im seeing is that when buttons have hard-coded text, defined when they are created. Bu...
- Thu Jan 13, 2022 10:10 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Reopening dialog makes it none responsive
- Replies: 6
- Views: 9098
Re: Reopening dialog makes it none responsive
I got everything working now inlcuding the color picker, its also changes color now when i use one of the preset. Now i need to clean code and see where i can make parts of the code simpler and perhaps see where i can reuse code make new function. Still need to check if this also still works in Wind...
- Thu Jan 13, 2022 3:15 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Reopening dialog makes it none responsive
- Replies: 6
- Views: 9098
Re: Reopening dialog makes it none responsive
My other solution now is read all the items from exportInfo and set them directly in the same onChange function, so im skipping the close and reopen window. This seems to be working. Yet im still wondering why closing and reopen the dialog makes the dropdown menu render useless. The other script i h...
- Thu Jan 13, 2022 2:17 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Reopening dialog makes it none responsive
- Replies: 6
- Views: 9098
Re: Reopening dialog makes it none responsive
Share basic dialog with only part you have a problem together with descriptor code you want to use with. Sorry, but i dont quite understand the first part of your reply.. I was already thinking this explanation isnt good enough. Ive made a simple dialog, though this one works without objectToDescri...
- Wed Jan 12, 2022 9:59 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Reopening dialog makes it none responsive
- Replies: 6
- Views: 9098
Reopening dialog makes it none responsive
Im busy with a custom new documents dialog window. Everything works including color picker, preset for colors and frames and seconds. I was trying to build in a preset system using json files. This also work now. The issue im having is using descriptor to reload them into inputs and dropdowns. They ...