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

Can i create ADM Modeless dialog using Photoshop CS5 SDK

Guest
Sep 29, 2010 Sep 29, 2010

Copy link to clipboard

Copied

Hi,

I am developing a photoshop plugin using CS3 SDK. I am using ADM to create dialogs. Developing ADM Modeless dialog is not possible in CS3 SDK.

Can any one please tell me whether it is possible in CS5 SDK to create Modeless dialog. ( So that user of my plugin will be free to use photoshop even after invocation of DialogBox. )

If Modeless dialogs are not possible in photoshop using ADM,..... Is ther any other way to create modeless dialogs in photoshop ??

Regards,

Prafulla Vedante

TOPICS
Actions and scripting

Views

1.4K

Translate

Translate

Report

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
Adobe
Guru ,
Sep 29, 2010 Sep 29, 2010

Copy link to clipboard

Copied

This question might be better asked in the Photoshop SDK forum, ADM is not used in scripting.

You can create a modeless dialog( panel ) using the Photoshop Panel SDK which has a javascript backend. Panels can also be created by the new CS SDK which uses actionscript.

Votes

Translate

Translate

Report

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
Sep 29, 2010 Sep 29, 2010

Copy link to clipboard

Copied

ADM isn't even used in the SDK anymore -- we deprecated that P.O.S. a while back.

Votes

Translate

Translate

Report

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
Guest
Sep 29, 2010 Sep 29, 2010

Copy link to clipboard

Copied

Then how to develop Modeless dialog for photoshop plugin ?? ?

Votes

Translate

Translate

Report

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
Sep 30, 2010 Sep 30, 2010

Copy link to clipboard

Copied

You can't do a modeless dialog anyway -- the plugin SDK only allows for modal dialogs.

The closest you could come is a Flash based panel.

Votes

Translate

Translate

Report

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
LEGEND ,
Oct 02, 2010 Oct 02, 2010

Copy link to clipboard

Copied

Or a Flash based Modeless Window. No?

Harbs

Votes

Translate

Translate

Report

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
Adobe Employee ,
Oct 05, 2010 Oct 05, 2010

Copy link to clipboard

Copied

ADM Modeless dialog is not supported in Photoshop in any version.

Your only option to make a panel / palette in Photoshop is to use the CS SDK (CS5) or the "Photoshop Panel Developer's Guide" ( CS4 or CS5 ).

http://www.adobe.com/devnet/photoshop.html

http://blogs.adobe.com/cssdk/tag/cs-sdk

Votes

Translate

Translate

Report

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
LEGEND ,
Oct 06, 2010 Oct 06, 2010

Copy link to clipboard

Copied

Yes. My point was that you can use the CS SDK to create a modeless dialog.


Harbs

Votes

Translate

Translate

Report

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
Guest
Oct 06, 2010 Oct 06, 2010

Copy link to clipboard

Copied

LATEST

Thanks for your response but i still have some querries ..

Using CS SDK can I


1 )  enable/disable items in flash panel from c++ plugin ??


OR

Is ther any way to send data from C++ plugin to Panel UI ??


Votes

Translate

Translate

Report

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