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

AI CS6 install - sample code can't run correctly

Explorer ,
Feb 26, 2013 Feb 26, 2013

Hi

I have problem with run sample code in AI CS6.

I install AI CS6 and download SDK for AI CS6. I build plugin sample code (tutorial, webter). I build success but This program can't run in CS6.

With Tutorial. It's apprirance in menu Help and menu Object->Filter->SDK->Tutorial. But no action when I click there

With webter. It's apprirance in menu Help and menu Window->SDK->webter. But no action when I click there

My Os is windown XP SP3.

I build with visual studio 10.

I can build success plugin sample code in SDK CS5 and run success with AI CS5.

Do you have same problem ?

TOPICS
SDK
1.4K
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

correct answers 1 Correct answer

Explorer , Feb 27, 2013 Feb 27, 2013

Hi Hehiha,

Because you have the menu items appearing I think the C++ side of the sample should be running correctly. However both these samples use a flash extension to provide the UI which is something that has changed between the CS5 and CS6 SDKs. If the extensions that provide this UI were not installed or running using Extension Builder then I would expect it to lead to the behaviour you are experiencing.

To install  the extensions to confirm that this fixes the issue you can do the following

...
Translate
Adobe
Enthusiast ,
Feb 27, 2013 Feb 27, 2013

Hello,

Have you set your environment correctly?

Have you added the directory where to look for the plugin you had just build? (in the preferences menu).

Have you tried to debug step by step just to check if your plugin was loaded correctly?

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
Explorer ,
Feb 27, 2013 Feb 27, 2013

Hi Hehiha,

Because you have the menu items appearing I think the C++ side of the sample should be running correctly. However both these samples use a flash extension to provide the UI which is something that has changed between the CS5 and CS6 SDKs. If the extensions that provide this UI were not installed or running using Extension Builder then I would expect it to lead to the behaviour you are experiencing.

To install  the extensions to confirm that this fixes the issue you can do the following:

If you look in the TutorialUI or WebterUI folders you should see an output folder in with TutorialUI.zxp or WebterUI.zxp if you double click those files they should open Extension Manager and install the extension.

If you restart Illustrator and retry the plugins I would expect them to now show a panel after you have clicked on the menu items. That is if the problem is what I have described.

I hope that helps,

Thanks,

Robert

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
Explorer ,
Feb 27, 2013 Feb 27, 2013
LATEST

Dear Robert

I run sample sucess, after following you comment.

Thank you very much.

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
Explorer ,
Feb 27, 2013 Feb 27, 2013

Thank Toto RoToTo

My plugin loaded correctly. In menu Help and system info have show that loaded Tutorial and webter. My problem just only no action no show dialog when I slecteced Tutorial and Webter.

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