I\'d like to have an overlay that draws lines between selected items in different Flex 4 List controls.
I have a ButtonSkin (Flex 4 Skin) with a Rect, a Label, and a Group, the Group masking the Rect.On rollOver, I animate the Label\'s x to this.width, and on rollOut, back to the original position.The p
After upgrading a project from Flex4 Beta1 to Beta2, I\'ve found that the background-image style is no longer supported on Halo components.
Flex 4 introduces states that are localized within a skin, and within a component. This makes sense on an MVC model, so the visual elements can have their own states (i.e. for a button: up, down, over
Using flex4, I have a list with an item renderer: <mx:List id=\"queueView\" dataProvider=\"{presenter.queue.items}\">
Is it possible to have a Button object in a column in an Adva开发者_StackOverflow中文版ncedDataGrid object in flex 4? And how would I do this?You can do it in flex 3, so it should be possible in flex
I\'m trying to build a simple component extending spark.components.Group to have a background color, more specifically a spark.primitives.Rect component stretched to fill the background.