I am trying to build an MXML application with Flash Builder 4.5, and I am integrating an API that requires the root of a display object to be a MovieClip. Personally I think this is bad design but I h
I have a text area control on a form that is supposed to accept 5 digit US zip codes. I have assigned the control a keyUp event that checks the number of characters entered until it reaches 5 then for
I have a Custom Component that has a couple of Canvas with some backgro开发者_Go百科und colors assigned to them. Now i have hard coded the colors, i want to move them to an external css file.
Adding a manifest.xml and design.xml allows component writers to better integrate with Flash Builder.I have been able to create custom components that have properties visible in the property inspector
Can anybody please tell me what about visible and includeInLayout properties of a component and what is the state of the component when they are in c开发者_如何学运维ombination of {false,false},{false
I have an accordion component nested inside of a tab navigator. Each accordion pane has a form inside of it. The forms have two grids that transfer data back and forth between eachother and a few butt
Here is my code: <mx:ComboBoxprompt=\"\" editable=\"true\" dataProvider=\"{tableSelector.list}\"/>
Is it possible to use the Bindable compiler setting when using mxml? I\'ve got a string that I want to make bindable开发者_如何学运维:
I have a form that consists of two data grids and a button. Datagrid 1, \"myStaticDataGrid\", has values I have added for the user to select from. I want the button\'s click event to send the current
I have the following code layout in mxml. The button will be positioned correctly in the middle, but the text remains anchored to the top. This is not the behavior of the spark component label, but I