Skip to main content
Participant
May 14, 2015
Answered

Examples with UIs aren't working

  • May 14, 2015
  • 1 reply
  • 531 views

I'm able to compile and use examples included in the SDK that have no HTML UI, such as EmptyPanel and TwirlFilter.  Things with a UI won't work for me.  I am able to compile the project, move the .AIP into the Pulgins folder, see the plugin in the menus, but then I click the plugin and nothing happens.

What should I do?

My setup:

OS: Windows 7, SP1

Product: A.I. CC 2014, 32-bit
SDK: AI_CC_2014_SDK_Win_430_3

IDE: Visula Studio 2013

This topic has been closed for replies.
Correct answer LeoTaro

Sorry, I have an older version of the CC SDK.

Looks like they converted all the flex ui stuff to html5 in the CC 2014 (and 2014.1) SDK and didn't include the built versions. I have never built a plugin with an html5 ui. This might get you started:

Introducing HTML5 extensions | Adobe Developer Connection

1 reply

Inspiring
May 15, 2015

Look in the output subfolder of the UI folder, e.g. DrawArtUI/output and you should see a zxp file. Install this file using the Adobe Extension Manager.

Krausr79Author
Participant
May 15, 2015

The only output folder in my SDK folder area is the one in the samplecode where the API files are:

C:\Users\198339\Desktop\AI_CC_2014_SDK_Win_430_3\Adobe Illustrator CC 2014 SDK\samplecode\output\win\Win32\Debug

There are no .zxp files anywhere in my SDK folder area.  Do I need to do something to create them other than compiling the associated project in the non-ui folder?  For example, I compiled \samplecode\Tutorial\Tutorial.vcxproj which created the.AIP file.

LeoTaroCorrect answer
Inspiring
May 15, 2015

Sorry, I have an older version of the CC SDK.

Looks like they converted all the flex ui stuff to html5 in the CC 2014 (and 2014.1) SDK and didn't include the built versions. I have never built a plugin with an html5 ui. This might get you started:

Introducing HTML5 extensions | Adobe Developer Connection