Is there a way to change the space between aspark form item and its content(textinput, conbobox)? I already set to 0 th开发者_如何学编程e \"gap\" property of the form, but still there is a lot of vert
I would like to know the correct way to close an AIR application programmatically. In my Spark WindowedApplication I have:
I have a simple, reproducable memory leak associated with the Spark Combo box, however I\'m convinced it must be something I\'m doing wrong, rather than an SDK bug.
I have a component that, once it\'s all ready, I need to set the state based on a variable I\'m reading in from XML. I tried doing it with creationComplete, but it\'s apparently not ready, as the stat
I have recently converted a Flex3 AIR project to Flex4, so it now uses Flex4.1 sdk and <s:WindowedApplication>. It is a large project and having painstakingly updated all the vital bits of code
When using t开发者_运维技巧he NumericStepper I want to force the user to only be able to edit the value using the NumericStepper\'s up and down arrows. I do not want the user to be able to type in a v
I have two dataProvider\'s for one DropDownList.The following code can be compiled and run. <?xml version=\"1.0\" encoding=\"utf-8\"?>
Hoping to obtain the help of some Flex 3/4 gurus out there... I am attempting to dynamically change the color of a subset/portion of text in a Spark TextArea control.Using the MX-based TextArea, I co
I need to popup some buttons in Flex 4.Users should be able to see the background (ideally a little faded, but not important) around and in between the buttons.And clicking anywhere except the buttons
Is there an easy way to change the background color of a Flex 4 spark Button without开发者_运维百科 messing with skins?