Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Application window halt..!!?

New Here ,
Dec 04, 2014 Dec 04, 2014

Does anyone know how do I run JavaScript UI so that doesn't halt Application window?

TOPICS
Actions and scripting
458
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Dec 09, 2014 Dec 09, 2014

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

Translate
Adobe
Community Expert ,
Dec 05, 2014 Dec 05, 2014

What do you mean by "halt Application window"?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2014 Dec 05, 2014

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?

Doubt.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 05, 2014 Dec 05, 2014
Is it possible ?

Not with a ScriptUI dialog.

You could create a html5 panel, though.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 05, 2014 Dec 05, 2014

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 09, 2014 Dec 09, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines