Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---
<?xml version="1.0"?>
  <!-- skins/EmbedSWF9ButtonSkins.mxml -->
  <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; height="1500"
    xmlns:myComps="*">
    <mx:Button label="Click Me"
      upSkin="MyButtonUpSkin"
      overSkin="MyButtonOverSkin"
      downSkin="MyButtonDownSkin"
      disabledSkin="MyButtonDisabledSkin"/>
    <myComps:MyButtonUpSkin/>
    <myComps:MyButtonOverSkin/>
    <myComps:MyButtonDownSkin/>
    <myComps:MyButtonDisabledSkin/>
</mx:Application>

The errors:
---
Severity        Description     Resource        In Folder       Location
Creation Time   Id
2       1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml     flashComponent  line 4  May 10, 2007 6:22:38 PM 282
2       1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml     flashComponent  line 4  May 10, 2007 6:22:38 PM 284
2       1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml     flashComponent  line 4  May 10, 2007 6:22:38 PM 286
2       1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml     flashComponent  line 4  May 10, 2007 6:22:38 PM 281
2       1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml     flashComponent  line 4  May 10, 2007 6:22:38 PM 283
2       1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml     flashComponent  line 4  May 10, 2007 6:22:38 PM 285
1       Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml     flashComponent          May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.



Linc


Reply via email to