1
vote
3answers
33 views
Starting with Flex right now - should I go for Flex 3 (stable) or Flex 4 (beta)?
Hi everyone,
I apologize for making my first question not the hard-hitting code-related question I was hoping for, so I apologize if this question is out of bounds of SO:
I'd lik …
2
votes
3answers
25 views
Resources for learning Flex using just the open source compiler, not the IDE
I'm interested in learning just enough Flash/Flex to do things that I can't do from HTML and JavaScript alone - play sound files and video, use multiple file upload things, perform …
0
votes
1answer
34 views
Flex Call ItemRenderer inside a new panel()
I have the below function creating new panels inside my ViewStack.. This works fine and they are great.. However i am trying to put some content into the panels but i am failing.
…
0
votes
4answers
43 views
Database with Flex and ASP.NET
I'm new to Flex, and I'm wondering about the best practices when it comes to getting data from a database and displaying it in a Flex (Flash) swf. Currently I have some C# code th …
0
votes
2answers
15 views
Any dynamic organisation chart avaiable in flex
Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database
1
vote
2answers
36 views
How to disable selected columns in a datagrid in flex for selected rows?
Hi, Is there any way to disable a few columns for a particular row in flex datagrid?
I have a datagrid with about 10 or more columns, say for example a few column names are: Item …
1
vote
4answers
83 views
3D, AS3, Flex - Convert degrees of rotation to visible height
I need to know what the visible height of a display object will be after I change it's rotationX value.
I have an application that allows users to lay out a floor in 3D space. I w …
0
votes
2answers
14 views
Flex: List displaying wrong until scrolled.
I have a List, that is not showing any items until you scroll, then the items show up. Does anyone know how to fix this? I tried calling list.invalidateDisplayList(); and list.inva …
0
votes
3answers
27 views
Text in Flex’s list
How can locate text in the mx:List like this?
|"text1" "test2"|
-----------------------
|"text3" "text4"|
0
votes
2answers
21 views
Flex: adding/removing component from HBox.rawChildren causes horizontalAlign to fail?
I have an HBox displaying a series of canvases. I am removing a child of a canvas and adding it to the rawChildren of the containing HBox, so I can position it, and make it appear …
0
votes
2answers
19 views
Why is the Spring/Flex/BlazeDS Messaging service-adapter not called?
I have attached a service-adapter to a spring message-destination as follows:
<flex:message-destination
id="secured-chat"
send-security-constraint="trusted"
subt …
0
votes
3answers
26 views
Unable to create snapshot of Canvas
Hi,
In my application a canvas object have height=90 px & width =86400 px (indicating 24 hrs 1sex/pixel). The canvas is scrollable and User can add delete components in that.
…
3
votes
4answers
52 views
Flex Component Lifecycle: validateNow, validateDisplayList, invalidateDisplalList, commitProperties, etc.
I am extending VBox to make a Calendar component. What method should I override to add the code to draw itself? What is the difference between all these methods? Is there something …
0
votes
3answers
30 views
Flex install badge inside a Flex Application?
I have created a flex SWF file for my web page. I also have a AIR application.
Is it possible to use the install badge that is available for HTML pages inside my Flex web applicat …
0
votes
2answers
23 views
WebOrb/Flex: How to call a method on a RemoteClass returned by a RemoteObject
I have a RemoteObject returning a 'Schedule' class. I've created a client side RemoteClass to map to it. All properties of the class instance are coming in fine. I just not clear o …

