Questions tagged [flex-skins]

7 questions
6
votes
2 answers

How can I define custom 'contentGroups' in a custom Flex 4 component?

The spark panel component for example can be written like this And its skin file will handle layout of the…
swidnikk
  • 546
  • 1
  • 3
  • 16
0
votes
2 answers

Flex : Use custom background skin on datagrid header for currently sorted column

I use a flex mx:datagrid. I can set the headerBackgroundSkin to specify a skin or a picture to be displayed in all datagrid column's headers and it works just fine ! The problem is I can't find any way to specify a custom skin for the currently…
Kim
  • 3
  • 2
0
votes
3 answers

Can anyone recommend good Flex 4(.5) Mobile iOS/iPhone/iPad styled Components?

Can anyone recommend good library with components or skins for existing components that would mimic iOS/iPad style for Flex 4.5 Mobile Application project please? Thanks in advance.
David Sergey
  • 364
  • 1
  • 3
  • 18
0
votes
1 answer

flash cs4: how to convert symbol to flex component?

I've read on the net that there is the flex component kit for flash that allows me to convert flash symbol to flex component or container. I tried installing Flex_Skins_12_05.mxp that suppose to enable these features in flash cs4 but under the…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

how to set padding for flex spark panel

I tried using css style to set padding for the panel, but it doesn't work .logo-bar{ paddingRight: 20px; } Hello But the same style will work on flex 3…
Mark Ma
  • 1,342
  • 3
  • 19
  • 35
0
votes
1 answer

Styles in Adobe Flash Builder Mobile Project

What is the CSS equivalent for HTML, in Adobe Flash Builder. I understand that Adobe Flash Builder Mobile projects use Flex and Action script to code. However I want to create a style for all of my buttons on the page. How do I do this in an Adobe…
Ryan Watts
  • 611
  • 1
  • 9
  • 27
0
votes
0 answers

Modifying a spark.components.DropDownList to act like mx.controls.PopUpButton

Is it possible to add a "push button" functionality to Spark's DropDownList? (I.e. you select an item from the list and then click at the "main button" to dispatch an event). Can this be achieved by creating a custom skin based on the…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416