I have 3 pages view, HomeView ViewPg02 ViewPg03 In HomeView, has a List control and when user select an item it will goes to ViewPg02
I would like to disable aspark drop down list but do not want to have the alpha color over it. I want the color to stay exactly the same. (by user requirements)
I\'m trying to add a settings popup to my Flex 4.5 application, but have the problem, that the Form help string is drawn outside the TitleWindow for some reason. Adding width=\"100%\" height=\"100%\"
I am having trouble profiling my application using Flash Builder 4 with any version of Flash Player above 10.0 (approximately, I can\'t remember exactly).To get round this I installed an older version
I am filling my datagrid using XML as datasource. I need to forma开发者_如何学运维t the numeric columns with thousands of separators. Thus I have created a <mx:NumberFormatter id=\"setNumberFormat\
how can i remove object from Tweenlite private var planeCards:Plane; protected function animate():void
Can I handle an event inside a loaded swf file(using swf loader) using MAT开发者_运维百科E when my main application fires the event ? i want to make a remote service call based on the data i get from
The subject says it all. My simplified code is below: <mx:DataGrid id=\"gridFields\" width=\"100%\">
I have a custom component, containing a List displaying items from an XMLListCollection: [Bindable] private var _games:XMLListCollection = new XMLListCollection();
I\'m porting a card game from pure Flash/AS3 to Flex 4.5: I\'m almost done, but the \"speech baloons\" marked by the blue color in the screenshot above are missing.