Copy link to clipboard
Copied
Does anyone know how do I run JavaScript UI so that doesn't halt Application window?
Hi,
you might try this ones:
http://www.davidebarranca.com/2012/10/scriptui-window-in-photoshop-palette-vs-dialog/
http://www.davidebarranca.com/2012/11/scriptui-bridgetalk-persistent-window-examples/
BridgeTalk sounds like a viable choice to me.
Regards
Davide Barranca
---
www.davidebarranca.com
www.cs-extensions.com
Copy link to clipboard
Copied
What do you mean by "halt Application window"?
Copy link to clipboard
Copied
Please check below screenshot for clarification
And here is my question.... If I run JavaScript which has UI will open window for some xyz operation ...........but I want to access Photoshop main window(Application Window) simultaneously. Example: I want to move layer 1 to Group 1 when JavaScript window is open...Is it possible ? if yes...Where I have to improve the code?
Copy link to clipboard
Copied
Is it possible ?
Not with a ScriptUI dialog.
You could create a html5 panel, though.
Copy link to clipboard
Copied
As c.pfaffenbichler said, you can't do that with the ScriptUI, in fact, you won't be able to really do anything until the script runs it's course, so as mentioned above, it would be best to make an html5 panel, and break up the script into chunks so that the user can interact with the screen.
Copy link to clipboard
Copied
Hi,
you might try this ones:
http://www.davidebarranca.com/2012/10/scriptui-window-in-photoshop-palette-vs-dialog/
http://www.davidebarranca.com/2012/11/scriptui-bridgetalk-persistent-window-examples/
BridgeTalk sounds like a viable choice to me.
Regards
Davide Barranca
---
www.davidebarranca.com
www.cs-extensions.com
Find more inspiration, events, and resources on the new Adobe Community
Explore Now