I have a spark skinnable component which contains a datagroup with images. The datagroup is scrolled by hovering the mouse over it. Everything works fine except one thing: after I change the datagroup
On a flex project, I have a slider and text box on a form whereby I seek user input using either the slider(for ease) or the textinput(for precise numbers). Based on user input on either of these, I u
I need to register ev开发者_运维技巧ents in flex and listen to them in java script. Is there any way other than using external interface.
Is there a way to get a list of all the skin classes that are in the current application? I\'m using Flex 4.5.1.
I found an issue in the Flex framework. I use Flex 4.1. In skin class of the MySkinnableContainer, List component defined:
I have a TabbedViewNavigator application with a navigatory bar which opens view just fine.In each view there is a ButtonBar that will open a new view related to the parent view. I have a single handle
I have a renderer that looks like this: <s:ItemRenderer xmlns:fx=\"http://ns.adobe.com/mxml/2009\"
I have a scenario that I get an string with html data, this is not just html data it\'s an email (outlook) sav开发者_JS百科ed as an html file and dropped in the string.
How to add accessibility requirements to a swf created using mxml+flex sdk? I have a few buttons and textfield开发者_运维百科s in the swf and the impaired user should be able to increase the button si
I want my list control has its content height as I don\'t want scroll bars. For the scrolling purpo开发者_开发问答se I have my own scroller in parent container.