spark

How to remove hover / rollOver effects globally on Spark components?

My goal is to remove all hover feedback from the UI. The motivation is for testing touch interface prototypes and not wanting users to have the queue of interactivity when the mouse hovers which they won't have with a touch interface. I have a partial solution but it has two problems: Requires an event handler on each component. Flick...

Dynamic Spark DropDownList ItemRenderer within Flex Datagrid

I have a datagrid which contains a Spark dropdownlist that needs to obtain dynamic data. The datagrid uses a separate dataProvider. When I use a static ArrayCollection within my ItemRenderer, it works (please see listing 1). However, when I use Swiz to mediate a 'list complete' event to load the ArrayCollection, the dropdownlist does n...

Is there an event in a Spark List that lets me know what row is highlighted?

I know you can listen for the click event on a Spark List but I need to be able to listen for a highlight event. ...