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

SkinnableComponent in design mode

Guest
Aug 22, 2011 Aug 22, 2011

Copy link to clipboard

Copied

I created components in Flex Library Project.

package

{

import spark.components.supportClasses.SkinnableComponent;

public class MyComponent extends SkinnableComponent

{

public function MyComponent()

{

super();

}

override protected function getCurrentSkinState():String

{

return super.getCurrentSkinState();

}

override protected function partAdded(partName:String, instance:Object) : void

{

super.partAdded(partName, instance);

}

override protected function partRemoved(partName:String, instance:Object) : void

{

super.partRemoved(partName, instance);

}

}

}

Then add it to build path libraries of other Flex Project. And drap it from custom components to design mode and new skin for it. But I don't see it in design mode.
This is icon give for my component. Help me!!!!

er.jpg

Views

398

Translate

Translate

Report

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
Guest
Aug 22, 2011 Aug 22, 2011

Copy link to clipboard

Copied

LATEST

I used Flash Builder 4.5.1.

I need to create components in Flex Library Project with SkinnableComponent.

All components are created I can not see in design view.

All appear with this iconer.jpg

Please help me!!!

Someone with SWC file in which the components SkinnableComponent please share with me. Thanks

Votes

Translate

Translate

Report

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