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

How to execute a javascript directly from a c++ plugin?

Engaged ,
May 28, 2012 May 28, 2012
I have created a photoshop plugin. I need to execute a javascript from the plugin itself. I am able to execute the script if I write the script in a seperate jsx file and execute it using its path(filename). But I need a method to execute script if that script is there as a string within the plugin code.

Thanks

TOPICS
SDK
1.9K
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
Adobe
Engaged ,
Jun 01, 2012 Jun 01, 2012

Hi

I have found a method ie. "ExecuteScript" to execute javascript directly from the plugin. This method works fine for photoshop cs5 but this method is not supported in cs3. Is there any alternate method in cs3?

Please help its really urgent.

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
Participant ,
Aug 19, 2012 Aug 19, 2012
LATEST

Hi,

On what data 'ExecuteScript' works?

Could you develop a filter which creates layers, applies on them some actions using Photoshop's filters (Using 'ExecuteScript') and then continue to work on them?

Thanks.

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