Questions tagged [spark-skinning]

New skinning architecture of Adobe Flex 4

Spark skins can contain multiple elements (graphic elements, text, images, and transitions). Skins support states, so that when the state of a component changes, the skin changes as well. Skin states integrate well with transitions so that you can apply effects to one or more parts of the skins without adding much code.

You create Spark skins by either editing an existing skin class or creating a new skin class for a Spark component.

17 questions
0
votes
1 answer

skinning scroller flex 4

I need to skin the scrollbar. I have figured out how to change base color, however need to change the border color of scrollbar as well (I need it more greyish). Here's the code:
Richard
  • 1
  • 1
0
votes
1 answer

Change the label and icon placement for a Flex Spark ButtonBar control

Im trying to create a custom skin for ButtonBarButton. I need to create vertical layout of icon and label placement like in this exapmle for mx ButtonBar component:…
janiss
  • 158
  • 2
  • 11
1
2