I want to display a HTML file for a mobile application using Flex Builder 4.5. The following code does not work -
I have two datagrids: - Division - Members Both have single columns. Selecting one item from Divsions datagrid should display members of that Division in the Members datagrid. But following code h
I have the follow class : package my.controls.charts.series { import mx.charts.series.LineSeries; import mx.collections.ArrayCollection;
We have a flex application that connects to a proxy server which handles authentication. If the authentication has timeout out the proxy server returns a json formatted error string. What I would like
I get the this \"Error: unable to resolve \'/assets/images/**.png\' for transcoding\" while building on FlexMojos 4.0-RC2 and Flex SDK 4.5.1.21328. Code is like below
Following is the line of code which embeds the flash swf file. It runs as original swf file on simulator but not great in iPad2. The speed of the animation decreases and animation breaks while run开发
I guess I just entered the wrong search phrases or is there really no overview of all the components that are useable on the mobile device?
I am using Flex 4.5 for mobile development on Windows. 开发者_如何学运维I want to package my application for iOS but I don\'t have a MAC. Is this possible from windows?
I recently started developing mobile applications using Flex 4.5 with开发者_JAVA百科 the help of a book, but was unable to find the API documentation for the same from Adobe.
i make a PieChart at run time, and i want to interpolate data change, but i have some difficult. The Code is her开发者_如何转开发e: