mxml
in Flash Builder 4.5, is there any fixable reason why Design view isn't correctly visualizing a simple Label?
Question: I tried the very simple code below based on an instructional code snippet, where I create a Label called \"headline\" with MXML, but use Actionscript to set headline.text = \"ABC\".[详细]
2023-03-28 01:57 分类:问答Flex 4 Custom Scroll bar on tree component
I want to customize the scrollbars on a mx|Tree component is Flex 4. I would 开发者_如何学JAVAlike to mimic this functionality: http://flexponential.com/2009/10/09/changing-the-position-of-the-scroll-[详细]
2023-03-27 11:16 分类:问答MXML-class initialization order
I have written a few custom components in Flex 4, and run into this issue a few times. var myForm:MyForm = new MyForm;[详细]
2023-03-26 02:20 分类:问答Different tooltips for different parts of a component in Action Script
I want to have a tooltip that s开发者_如何学编程hows different things when the mouse goes over a different part of a component. For example if it is the top half of a component it will show one toolti[详细]
2023-03-25 00:50 分类:问答How to reach elements of an inline component in flex?
I have a problem with inline components. I want to reach an inline component from another one.. From the first component, i want to change \"enable\" value of the linkbutton named \"Add\" which is in[详细]
2023-03-23 18:10 分类:问答using flex components in pure actionscript without any mxml
my Main.as extends flash.display.Sprite, I want to use a ComboBox compone开发者_开发问答nt in the as, without any mxml, how to implement it? I read this Possible to use Flex Framework/Components witho[详细]
2023-03-23 13:28 分类:问答Looking for a more efficient way to clear controls
In main.mxml I have a bunch of textInput controls a combobox and a few checkboxes that I would like to be able to clear with some sort of loop. Right now, I开发者_JAVA技巧 do it like this:[详细]
2023-03-23 05:36 分类:问答Show a threshold line in Flex Chart
I am stuck with a requirement to display a horizo开发者_开发知识库ntal line on a ColumnChart to indicate a threshold level. I have the data to the Chart as an ArrayCollection.[详细]
2023-03-22 17:49 分类:问答How to create and use popup window in flex 3?
I have used a datagrid and one button in control bar. by clicking button the application goes edit state from base state.[详细]
2023-03-22 08:20 分类:问答Php outputs mxml for Flash player
I have some ideas about flex and php comunation, and i want your suggestions and answers of the problem. My flex project will communicate with PHP that will output xml code, Actionscript will get this[详细]
2023-03-22 01:52 分类:问答