ArgumentError: Error #3500: The extension context does not have a method with...
i am working on the Flex library. i added the .ane to my sample project . i am getting above error.
View ArticleWord wrap for Label Text
Hi, My label text used is causing scrollbars to appear when label text is somewhat longer.Note that the label "<mx:Label text="{day0[0].dayPart0[1].dayDesc}"/>" is the one which has smaller...
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 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 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 ArticleFlash Builder 4 installation fail
Unable to install Flah Builder, bad start... Here the message, there no log file in C:Common Files, any idea? Exit Code: 7 -------------------------------------- Summary...
View ArticleMaintaining state of Tree after refresh from server (expand open nodes)
My current project contains a Tree that has an XMLListCollection dataProvider. The dataProvider is populated by an HTTPService, and gets refreshed from the server each time a new item is created,...
View ArticleError #2031: Socket Error. URL: xx.xx.xx.xx - Please help?
Hi All, I posted my code recently as I am writing my first Flex/Adobe Air application to connect to an FTP server and upload a file. My initial issue was that I would connect to the FTP server but for...
View ArticleHow to disable a tab in a spark tab bar?
I have a spark tab bar linked to a ViewStack. In olden days, IIRC, setting the enabled property of a viewstack member would set the corresponding tab inactive. However, if I try that now, the tab...
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 ArticleRead a CSV file into Flex
Hi all,I'm new to flex and have been asked to provide a small widget that will display the contents of a csv in a list. Can I use the HTTPService to open a csv file and then create an actionscript 3...
View ArticleAttn LuigiL :-) Problems using Flex Component Kit
Hi, Luigi;I thought I'd appeal to our local Flash Component Kit expert. My end goalis to be able to take a 3rd party component that is intended to be used inFlash and make it usable in Flex. To this...
View ArticleSwc for embedding asset stopped working
I'm working in Flash Builder 4, ran the latest update. In my project (using flex 3.5 SDK) i have a swc folder in my library path. The swc is generated from an FLA with various linked objects (bitmaps,...
View Article3 errors when adding SWC Component to Library Path
Anyone know why these might be popping up in the Problems panel when I add SWC components to the library path? Also, I have to restart Flash Builder for the components to even be visible when added to...
View ArticleFlex 4.6 unable load module, if it contains a chart component.
Hi All, I am facing a problem in 4.6 flex SDK however it is working fine in earlier version sdks.I used a column chart in a module and tried to load the module in flex 4.6 Application . It gives the...
View ArticleProblem to install FlexComponentKit.mxp
Problem to installHi !I try to install FlexComponentKit.mxp without sucess :(Can you help me please ?I try to follow the process :http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex_skinsBut it...
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 ArticleRemoving Flex Hero DataGrid Header
Hi. I'm a bit lost as to how to remove the header of the Spark DataGrid in Flex Hero. I just wanted to have a 2-column DataGrid, with no headers on either of the columns. I came across this link that...
View ArticleCSS type selectors are not supported in components ?
If I put an <mx:Style> section in an MXML-based component, I get a number of warnings statingCSS type selectors are not supported in components. That said, the styles appear to actually work, and...
View Article