How to find an ArrayCollection item with a specific property value in flex4
Hi all, private var collection:ArrayCollection = new ArrayCollection([ {id:"1", stuff:"whatever1"}, {id:"2",...
View ArticleWeird socket bug, 'Error #2031: Socket Error'
I'm putting together an application which opens a connection to a server, sends a chunk of binary data and then closes the connection. When I run the application without handing IOEventError, I get the...
View ArticleProblem in Flex3.0 Static Automation with QTP 9.2
Hello,I am having problem in flex static automation, My testing envournment is1. QTP 9.2, 2. Flex 3 builder 3. Flash player 9.0.115 4. IE 6.0 WinXP -Service Pack 2 5. QTP plugin I am working on a flex...
View ArticleTypeError: Error #1007: Instantiation attempted on a non-constructor. on port...
I have been porting an app from Flex 3.4.x to 4.0.. I have successfully ported the app and its libraries to flex 4.0 (everything build successfully, all the CSS has the new Namespace stuff added, and...
View Articleimport com.adobe.serialization.json.JSON;
Hello I am using Flex Builder 3 Trial Version, when I import com.adobe.serialization.json.JSON, the IDE gives the following error: 1172: Definition com.adobe.serialization.json.JSON could not be found....
View ArticleGoogle Maps in Flex without Google Maps Flash API
Hello, Does anyone know an alternative to embed Google Maps in a Flex application without Google Maps Flash API (because it is deprecated)?To forgo Google Maps and use another map provider or to...
View ArticleLoading local XML file in flash builder
Hi, iam almost new to flex and flash builder, i am creating an app that loads a local xml file, but i dont know how can i do this on all the new flash builder interface, what url i have to put on the...
View ArticleFlash Builder 4.6 Java Heap Space Error
Hi, I get this error "Java Heap Space" when trying to clean build (or build in any way) my project. I have a lot of embeded assets (png, mp3 and some binary files embeded to be read as a ByteArray)...
View Articlehash map in flex
HiCan any one tell me how to create Hash map object in flex?ThanksAruna.S.N.
View ArticleSo I just saw that cookbooks is gone, to shame Adobe!
Why would they destroy and delete everything? Such a waste of great resources. Why not change to a read only archive if they cared so much??
View ArticleGetting Error#2032
Hi All, I am getting Error#2032 when try to access the swf file through url. It is happening only in few machines. Please let me know how to overcome this error
View ArticleWhy? SOAP Response cannot be decoded. Raw response: null
I'm developing an Application in Flex 4 that contacts with webservices. If I run my application with firefox or Chrome when it should catch one exception from the webservice, it doesn't show my...
View Articleflex web application integration with GoogleDrive
Hi, I want to integrate googledrive sdk with flex using restfulwebservices of google. Is there anysupport of put method or any example ? Thanks
View Articlemxmlc error: Unable to resolve resource bundle X for locale "en_US"
Hi all, I'm getting this error trying to compile a Flex application using mxmlc. I could build the app some time ago using eclipse/Flex Builder 3 in Linux, since now FB3 doesn't work anymoreand so I'm...
View ArticleFLEX Automated UI Testing Tools
Hello, My shop has the need to automate some of the FLEX UI testing. I have been looking for some tools that will do this but am weary of what exists. So far I have...
View ArticleUpload error #2038 on https
I'm using FIleReference upload to upload a file on a webserver. If I'm on "http" protocol it works, if I'm on "https" it returns me a Error #2038. Anyone has any tips?
View ArticleGetting error 1068: Unable to open included file when trying to do include...
We have a big working project that is made on windows. It's fully working right know and we can build with no problems. But we just tried to setup a working environment on a Mac and we got a lot of...
View ArticleFlex and its future
After I have spent close to 3 years designing an application (Flex and Air), my developer is now telling me that Flex as a language is dying and that I should consider a re-write using HTML and Java....
View ArticleHow to download Adobe jars.
Hi All, i want to download these jars 1. adobe-generatepdf-client.jar 2. adobe-livecycle-client.jar 3. adobe-usermanager-client.jar 4. adobe-utilities.jar but i am unable to find these in...
View ArticleFlex 4 -> Datagrid add checkbox to a column
Hello all. I am trying to add a checkbox to a datagrid column, so that i can use it to delete a record from the array. My datagrid is as follows <mx:DataGrid x="10" y="40" width="903"...
View Article