Skip to main content
Participant
December 13, 2013
Question

Has anybody tried to design an Illustrator panel as windows WPF and load it as a plug-in?

  • December 13, 2013
  • 1 reply
  • 582 views

This would allow to quickly design neat panels, at least for Windows 😉

This topic has been closed for replies.

1 reply

Toto RoToTO
Inspiring
January 9, 2014

As far as I know, the only way to design illustrator panel is

- to use FlashBuilder and Extension Builder to create a flash-based extesion. (CS5-CS6). (flex).

- or to use a third party library to design it (such Qt).

- For Creative Cloud extensions/plugins panel, you will have to use HTML5.

  (flash-based extension will be deprecated).

Thomas.