Set MX datagrid Header background color
I am trying to change a backgound color in one of datagrid's column header.I am using the following code: <mx:Style> .headerCustomStyle { fontWeight: bold;...
View ArticleRestoring a Spark List scroll position after updating its dataProvider
Hello fellow Flex coders, I have a question and have prepared a very simple test case to demonstrate my problem I wonder, how restore the position of a Spark List's scrollbar after data been loaded...
View ArticleImageSnapshot quits working when not using Flash Builder debugger
Hey all, I use the below code to capture and save a screenshot. It works fine when using the Flash builder to run but it breaks down when moved to another computer or started outside of the builder....
View ArticleError: Could not resolve to a component implementation.
while try to run this code in flex3.2sdk<?xml version="1.0"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Script> <![CDATA[ import...
View ArticleError #2046: The loaded file did not have a valid signature in flex 4
As part of our CI build, the ant script that builds the client side (flex 4) projects also runs a set of FlexUnit4 tests on the deployed project. Most of the tests work but a few fail with this error...
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 ArticleSyntax checking without building
Is it possible to do syntax checking of as3 code without doing a full compile? Some mxmlc magic I don't know about? An external tool?
View ArticleRSL Error 1 of 1, Error #2032, Flex 3.6A, Flash Builder 4.6
We are transitioning from Flex 3.1A to 3.6A. Everything has worked fine for years under 3.1. We have been testing under 3.6 for a month under HTTP and everything is working. When weinstall to our...
View ArticleConverting Array Objects into ArrayCollections
Hi, I am facing problem with converting Array Objects into ArrayCollections. How can i convert Array Objects into ArrayCollections. If any one knows how can we do that Pl reply. Thanks in advance to...
View ArticleFlex swf cache issue in IE
Hi, We are facing an important issue with the IE cache of the swf file. Could you please help us? For example, we built and put calendar.html & calendar.swf on server. We don't want users to...
View Articleproblem of cannot access local resource...
I am using the SDK nightly build 10339. I created a very simple application with only a TagNavigator in it. But when I run it, I got the message: SecurityError: Error#2148: SWF file...
View ArticleThis component requires that the embedded font be declared with...
I'm getting the following warning for my project. "warning: incompatible embedded font 'MyFont' specified for views::MyViewInnerClass0 (MyViewInnerClass0_61) . This component requires that the embedded...
View ArticleAngular Gauge chart in flex
I have been using fusion charts in the past. Now I want to add an angular gauge chart like this one in my application:http://www.fusioncharts.com/widgets/Gallery/Angular7.htmlI couldn't find any thing...
View ArticleDisable Flex list auto scrolling on drag over
Hi Folks, I have a list, which is dropenabled. I can able to drop the contents from other container to this list. I want to disable the autoscroll option while dragover on this list. Kindly send...
View ArticleDay 2, Exercise 4 Error
I am getting an error on exercise 2.4 when trying to run the application with the network monitor enabled. Copied directly it reads: [RPC Fault faultString="HTTP request error"...
View ArticleBest way to set up Eclipse + Flex 4.5 SDK?
I have followed this tutorial to set up Eclipse with the Flex 4.5 SDK. It leaves a lot to be desired. In particular:* Setup is a pain and requires many steps* There doesn't appear to be any source...
View ArticleHow to upgrade Flash builder 4 from 3 standard
The adobe store is very unclear. It seems to be just shipping 4 premium with an upgrade from 3 premium (?)the eligibility is missing. there is no flash builder 4 standard for sale.
View ArticleCould not resolve...to a component implementation
Hi All. This is a common problem but I still could not resolve my issue by searching through the forums. Using FlashBuilder 4. Here is my error:Could not resolve <widgets:RecordData> to a...
View ArticleI am geting following error please help
ERROR-RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream...
View ArticleBest data type in mySQL for an Image
What would be the preferred data type in mySQL to store an image(jpeg or png)? I would think BLOB would serve this purpose best. Who is currently doing this and what data type are you using? Regards,...
View Article