is \"Tooltip\" an option if I want a caption with buttons ? I actually need to add a fading-in caption on top of my object without changing its width. (I guess not adding directly the faded-in captio
i am creating flex 3 component when ire开发者_Go百科 size the window i need to re size the labels and text.how to do this?
I need to get the fillcolo开发者_JS百科r from a legendItem, howerver doing lItem.getStyle(\"fill\")
In flexbuilder 3 for some mxml files I can purposely put in syntax errors and the compiler will seem to compile the specific page(but actually not compile it) or report any errors for that page. Is th
开发者_开发技巧My flex builder suddenly stopped highlighting compile time errors. Its also not giving any code completion suggestion, even after pressing ctrl+Space.
I\'m currently using the Flex HSlider control. I\'d like the slider to only al开发者_如何学编程low the user to pick the values: [0, .5, 1, 2]
I am plotting an AreaSeries and a LineSeries on a AreaChart using Flex 3 in built chart components. I want to code a custom item renderer for LineSeries to be shown at the intersection points where Li
I want to update a file using FLex3/AIR File class. I know how to do this , but before writing(updating) to file i want to check if current file is open in the OS or some 开发者_运维百科other applicat
I am looking to subclass RemoteObject. Instead of: <mx:RemoteObject ... > <mx:method ... />
I have four columns in advance datagrid like company, contact_person, product and date. I want to sort by product followed by company and followed by date. How can I do this in Advance Datagrid?开发者