Hi All, I'm working on an AS3 project using Flex and I'm trying to figure out how to change the background from that default light off blueish color to...
So I am going to assume you are using a loop, and lastLabel is a variable set to the last label created in the loop. You're code's going to break on the first...
Thanks for the honest reply Richard. You are very correct in that we are talking about a Flex application here. However, I also am involved in an equivalent...
That error is not specific to charts. Can we see the line of code that is throwing the error? You are probably trying to do something to an object before it is...
Not to disparage PureMVC (glad it works for you), but I don't really get the significance of the fact that it's not Flex-specific. We're developing Flex apps. ...
Since I don't have the Flex 3.3 charting sources handy, has anyone encountered this error? TypeError: Error #1009: Cannot access a property or method of a null...
In the short term, export the Flex project to an archive (zip) file. It takes only seconds. Restoring is then just a matter of "importing" that archive, again...
I have to concur with Chris. I've been using PureMVC and took a stab at Cairngorm and Mate in the beginning but felt they were too tightly coupled with Flex,...
Had this prob with another program, it was a major software conflict, something like a windows BSOD so bad that it couldn't even do a BSOD. Tracing this...
Second that personally for Mate. Done right, it can result in a much cleaner code base than the 2 frameworks mentioned. Swiz is also a viable alternative. ...
If you don't need interactivity, this sounds like an ideal place for bitmap caching. Do you need to have the user click on various items within the display, or...
It has happened now 4 times, When I exit Flex Builder 3 my system crashes, screen goes black and the system restarts. When I re-run Flex Builder it shows...
PureMVC is the bomb. Yes there is boiler plate code but the things it allows you to do is very useful. The learning curve is a bit steep if you are not...
Hi Tracy, I am afraid your code sample is too generic and will not help me to isolate your issue. Me as a native speaker that uses Cyrillic alphabet had never...
Hello, Is it easy to learn and use Cairngorm or PureMvc. I have a one year application and I would like to use these frameworks to structured it. Thank you, ...
Are you adding the image with a script? if so you can change the height and width of the image setting it equal to the height and width of the container...
Hello, In fact - I don't know what I really need from Canvas. I'll try and replace it with UIComponent to check if it can reduce the footprint. Thanks for the ...
Hi Alex. Thanks for the advice. I think I know what chain of events is leading to this bug.....its the appearance of the sort arrow. When I place my mouse...
oops, typo, *For a Date being passed in format new Date(2009,5, 25) or new Date(Feb 10 2009"))  yields 5/09 in the chart horizontal axis. ... From:...
... OK, I got it installed. Some oddness in the GUI. See the issue for the full details. -- Helping to conveniently enable e-services as part of the IT team of...
Hi, I have a linechart which uses DateTimeAxis to format the horizontal axis. I send a Date object to parseFunction property of DateTimeAxis and set...
150376
Eduardo Dias
eduardodias@...
Dec 1, 2009 11:41 am
Hello Everyone, I'm using a FlashComponent generated by the Flash Component Kit into a Flex Application. Everything looks fine except when I try to use the key...
Cairngorm's ViewHelper is a good example of this. http://www.actionscript.org/resources/articles/950/1/Cairngorm-Getting-S tarted--Part-2/Page1.html Gk. Gregor...
Hi there It is the mx:TextArea: <mx:TextArea width="200" y="20" x="20" /> Here is a code snippet: <mx:Box width="100%" height="100%" horizontalAlign="center"...