I\'m pretty new to Flex development in Spark and wanted to clarify the best way to build components. I had previously tried to use a binding expression to set the selected index of a ViewStack:
I made a research, but I didn\'t find anything to helps me answer this question When you have a flex project, is it bett开发者_开发百科er to use different skins for different components or to use jus
I have a simple doubt. I have made a custom ActionScript mxml component, which is a spark TitleWindow with a text area, which header (titlebar) should display a green background if it finds the word \
I am currently using databinding on a group of spark form elements and want to know if the data class I am bound to is dirty.
I have a Flex form made up mostly of MX components. Due to limitations with开发者_运维技巧 the MX mx.controls.ComboBox, I\'d like to use the Spark control, spark.components.ComboBox. This works, excep
I have an issue with Spark Lists whereby I am trying to ensure that an item is always selected and ensure that the GUI displays this to the user.
I am using spark DropDownLists and I don\'t want to see any horizontal scrollbars in the dropdown. I\'m OK with the dropdown being wider than the anchor, so I have a custom skin that sets popUpWidthMa
We\'ve been using Spark view engine for a while now in our application. Since the release of Resharper 6 with its great Razor support, we\'ve caved and started to swap over.
This question already has answers here: Closed 11 years ago. Possible Duplicate: What are the downsides to using Spark over Halo in Flex?
There 开发者_开发问答is event in spark Button - buttonDown. But how to determine the button up event?There is no buttonUp event. Although you can always rely on keyUp(for Keyboard) and mouseUp(for mou