flex4.5
can we use flex and c++ on android?
I have created an AIR app on windows which uses fl开发者_运维知识库ex as front end, and c++ native binaries at back end. The two are loosely coupled, and communicate with the help of flex NativeProces[详细]
2023-04-04 10:22 分类:问答Download PDF file in Flex with HTTPService
HiSomeone know how to download a pdf file with HTTPService? I do that private function downloadPDF():void[详细]
2023-04-04 06:06 分类:问答How do I debug a crash with a Flex/AIR Mobile application?
I have a flex app using the 4.5.1 sdk and AIR 2.7 running on an Android 3.2 tablet.During use, I can get it to crash fairly regularly.It\'s usually when I\'m rapidly scrolling around in a List control[详细]
2023-04-04 03:43 分类:问答Detect mouse click on spark.components.List items, but ignore arrow keys
I have a custom component, containing a List displaying items from an XMLListCollection: [Bindable] private var _games:XMLListCollection = new XMLListCollection();[详细]
2023-04-03 21:58 分类:问答Flex conditional compilation of MXML?
In Flex it is now possible to use the -define compiler option to do all sorts of cool stuff. In my program, I am using the option such that some of my code is excluded by blocks like this:[详细]
2023-04-03 20:05 分类:问答Displaying black and red ToolTips as speech baloons
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.[详细]
2023-04-03 19:50 分类:问答How to add a background gradient to an Application?
I\'m a Flex newbie and am porting a 开发者_高级运维pure Flash/AS3 application to Flex 4.5. In my original Flash/AS3 application I had a Sprite acting as a background. I put it underneath all other Di[详细]
2023-04-03 19:41 分类:问答How can I make Adobe Flex run faster? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-03 16:43 分类:问答flex : regular expression for accepting only numbers, letters , white spaces
I want to write a regular expression to check string that contains only letters,digits,spaces,#and the string length should be minimum 10 and maximum 29 and string should not begin with blank.[详细]
2023-04-03 08:20 分类:问答MaxCharLimit on the TextInput according to it's width
I am using Flex 4.5 and I want to set the maximum characters limit according to the textinput width 开发者_运维问答means if user enter more character then the textinput width it should not accept thos[详细]
2023-04-03 06:19 分类:问答