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

Illustrator plugin on Mac - empty panels

Community Beginner ,
Jan 31, 2022 Jan 31, 2022

Copy link to clipboard

Copied

Hey, guys.

 

I am running the examples shipped with Adobe Illustrator SDK (build 730) and can get them to compile and run. However, when I open the panels, they are empty:

Screen Shot 2022-01-31 at 11.29.26.png

 

Any ideas what might be the problem?

 

I am using two exaples - the EmptyPanel example (with a programmatic GUI) and the DrawArt example (with a CEP GUI that I am copying to the location `~/Library/Application Support/Adobe/CEP/extensions/`. The problem is in both of them.

 

Thanks

TOPICS
SDK

Views

330

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

correct answers 1 Correct answer

Community Beginner , Feb 02, 2022 Feb 02, 2022

Problem solved.

I had to enable CEP debug mode to run unsigned extensions:

defaults write com.adobe.CSXS.11 PlayerDebugMode 1

Votes

Translate

Translate
Adobe
Community Beginner ,
Feb 02, 2022 Feb 02, 2022

Copy link to clipboard

Copied

LATEST

Problem solved.

I had to enable CEP debug mode to run unsigned extensions:

defaults write com.adobe.CSXS.11 PlayerDebugMode 1

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