mxml
How do I get the root display object of a MovieClip to be a MovieClip object with Flex?
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[详细]
2023-03-15 06:59 分类:问答Move cursor inside textarea to end
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[详细]
2023-03-14 22:58 分类:问答Add custom style property to MXML Custom Component
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.[详细]
2023-03-14 11:35 分类:问答Flash Builder composite component - custom skin properties in property inspector
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[详细]
2023-03-14 11:18 分类:问答Difference between visible and includeInLayout properties of a component in Flex
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[详细]
2023-03-13 19:23 分类:问答Trying include '*.as' instead of <fx:script>
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[详细]
2023-03-13 11:33 分类:问答How to set flex ComboBox prompt property to empty string
Here is my code: <mx:ComboBoxprompt=\"\" editable=\"true\" dataProvider=\"{tableSelector.list}\"/>[详细]
2023-03-13 02:45 分类:问答How Can I Make an MXML Variable Bindable in Flex 3
Is it possible to use the Bindable compiler setting when using mxml? I\'ve got a string that I want to make bindable开发者_如何学运维:[详细]
2023-03-12 17:26 分类:问答Bind data from datagrid
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[详细]
2023-03-12 08:57 分类:问答Flex MX text doesn't vertically align, but other components do
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[详细]
2023-03-12 08:13 分类:问答