-
1. Re: Extension panel appears empty
DavideBarranca Jun 7, 2010 1:30 AM (in response to userpsp_)1 person found this helpfulHi,
Have you checked that apedelta.swc library Link Type is set to "external"?
I don't know whether this could be your issue, but I happened to leave it "Merged into code" and got an empty panel.
Hope this could help,
Davide
-
2. Re: Extension panel appears empty
irpatersonJun 7, 2010 1:12 PM (in response to userpsp_)
I am wondering- maybe the debug mode (for StageManager) is not set? A blank panel suggests maybe the StageManager is not loading your extension SWF- the container is being created (a platform window) but no SWF being loaded See http://my.adobe.acrobat.com/p48386410/ and scrub to 19 min 30 seconds or thereabouts for an example of setting the debug mode (in Mac OS at least, on Windows it would be a registry setting).
Another option- if you ignore the debug mode flag but sign and sign/package your extension as per the video on http://blogs.adobe.com/cssdk/2010/05/building_creative_suite_5_extensions_using_the_creati ve_suite_sdk_and_flash_builder_4.html then you may find that it loads correctly?
The StageManager component in Creative Suite CS5 applications that loads extension SWFs will not load in 'release' model unsigned extensions- the exception is when the StageManager component is initialized in debug mode (by setting the player debug mode flag as above).
When using Extension Builder, this is handled by the tooling and is transparent to the developer. However, if using CS SDK directly, then I believe you need to perform this manually.
Best wishes
Ian
-
3. Re: Extension panel appears empty
James BoagJun 7, 2010 1:17 PM (in response to userpsp_)
1 person found this helpfulIt's also possible that there may be some error occuring on the initial loading of the SWF. This could be, for example, if you rely on Flex 4 (this won't necessarily cause an error, but it could do).
I'd suggest attempting to connect the Flex debugger to your application, and see what that reports.
Best,
James
-
4. Re: Extension panel appears empty
userpsp_ Jun 7, 2010 1:47 PM (in response to DavideBarranca)Thanks for the reply, but the link type is already set to external.
Maybe the problem is the debug mode as discussed bellow.
-
5. Re: Extension panel appears empty
userpsp_ Jun 7, 2010 1:50 PM (in response to irpaterson)This theory about StageManager makes sense. Maybe you are on to something. I will try it and report the result later. Thanks.
-
6. Re: Extension panel appears empty
userpsp_ Jun 8, 2010 9:13 AM (in response to irpaterson)Setting Photoshop to debug mode worked like a charm. Thanks everybody for the help.