How to set skin at runtime in Flex 4
Date : March 29 2020, 07:55 AM
I wish this help you I have a bunch of custom controls based on a SkinnableContainer. , mmmmm, found it actually.. have to set a style.. something.setStyle("skinClass", MySomethingSkinClass);
|
How do I use an SWF in a Flex 4 skin?
Date : March 29 2020, 07:55 AM
will be helpful for those in need Adobe created a format just for this called FXG that you export from illustrator. It is based on SVG. check this out or search google for FXG Spark examples.
|
How to skin buttons in flex 3?
Date : March 29 2020, 07:55 AM
may help you . In terms of performances, it would be better that your skin inherits from ProgrammaticSkin instead of UIComponent. ProgrammticSkin itself inherits from Shape and provides utility methods for skinning such as verticalGradientMatrix, drawRoundRect, ... That's all I can say looking at your code.
|
Flex mobile skin overriding hostComponent of parent skin?
Date : March 29 2020, 07:55 AM
Hope that helps ?Problem is pretty simple, I extend Button to create ImageButton, and I extend ButtonSkin to create ImageButtonSkin. But, when I define hostComponent like this: , How do I extend a skin AND provide a new hostComponent for it? var myImageButton : ImageButton = hostComponent as ImageButton;
myHostComponent.setStyle('myImageColor',0x000000);
this.getStyle('myImageColor');
|
Custom Flex Skin - Secondary button within button skin
Date : March 29 2020, 07:55 AM
it should still fix some issue My question is actually two pretty related questions, and I'll answer them both here. 'X' button's hover state is ignored
|