tagged [apache-flex]

Saving and Loading XML file with flex

Saving and Loading XML file with flex I want to have a xml file for my configuration and so i have to load it from the same directory the swf file lies in and save it afterwards. I saw articles about ...

How can I trace every event dispatched by a component or its descendants?

How can I trace every event dispatched by a component or its descendants? I am trying to determine what events I need to wait for in a test in order to ensure that my custom component has updated all ...

Flex profiler gives "Socket timeout " error. Why for?

Flex profiler gives "Socket timeout " error. Why for? When trying to run the Flex Builder 3 profiler on any I don't get the profiler dialog window and then after a few seconds I get "Socket timeout" i...

22 Sep at 15:15

How to know if an object is dynamic in AS3

How to know if an object is dynamic in AS3 In Action Script 3, you can write a class that defines a dynamic object (MovieClip and Object are two examples), this objects can be modified in run-time. Wh...

I need help styling FormItem components in Flex

I need help styling FormItem components in Flex I have a form that I would like to style. specifcally I would like to chnage the background color of the form item's label. (the backgorundColor attribu...

6 Oct at 15:29

Graph drawing library for Flash

Graph drawing library for Flash I have a bunch of numeric stats data gathered over time. I need to show it as a line graph to user in a HTML page. I want to render graph on client. It would be perfect...

how to load/steup flexlib project source in flex builder?

how to load/steup flexlib project source in flex builder? I downloaded source from [http://code.google.com/p/flexlib/](http://code.google.com/p/flexlib/) I want to be able to set it up and run it in f...

11 Sep at 21:23

Ability to create new File Templates in Flash Builder 4

Ability to create new File Templates in Flash Builder 4 I have a class interface that I have written in a Flex project using ActionScript 3 . I write FlexUnit test cases around each implementation of ...

11 Apr at 17:45

Flex, can't custom style the tooltip

Flex, can't custom style the tooltip I'm having trouble changing the font size of my TextInput tooltip. The text input looks like this: then I create a style like this: ``` @namespace s "library://ns...

16 Mar at 18:59

Display source code in a textarea component

Display source code in a textarea component I am putting together a presentation on flex for adobe user group that specialize in coldfusion. In my example I would like to display the text of the cfc b...

18 Nov at 00:4