Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
0 answers
Add item to xml file in flex builder
I'm a little new to flex builder. I have a xml file successfully imported in my program.
But I want it to be possible to add items to it. I figured it had to be with insertChildAfter. This is what I got, but it won't work and can't find the…

Lammar
- 1
0
votes
1 answer
ActionScript 3 accordion component child container overlay each other
I use accordion list in as3 to display marker cluster info on google map. For some reason, the current selected child container (a vbox) is overlaid partly by the next container's label. And it seems the longer the accordion list, the bigger the…

saurb
- 685
- 1
- 13
- 24
0
votes
0 answers
can I use flex4.6 with flex sd 4.9?
I don't want to switch to Flash Builder 4.7 since there is no graphical builder IDE.
My question is:
can I use Flash Builder 4.6 with the Apache Flex 4.9.1?
I added the Flex 4.9.1 SDK to my SDKs folders and I got an error:
unable to open…

yarek
- 11,278
- 30
- 120
- 219
0
votes
3 answers
advancedDataGrid with two providers
I want to have 2 dataproviders for 1 advancedDataGrid: 1 normal and second one for combobox in a one of columns. I want to have this combobox to have data from a column in database (i already have it in arrayCollection).
I just don't know how to…

fazo
- 1,807
- 12
- 15
0
votes
2 answers
separating data in an array for display in Flex
I'm new to flex/flash builder, i need to read in data from a text document, then slice it into pieces i set out in my custom class.
all of this so far worked
var theCustomer:Customer=new…

Steve Andrews
- 111
- 2
- 2
- 8
0
votes
4 answers
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

magesh
- 1
- 1
- 1
0
votes
1 answer
Execution life cycle of MXML+actionScript files
I know that When we compile a Java class then it will convert it into .class file and then through this .class file we have been able to run our code
Now I am new to Flex4 and ActionScript3 and I want to know what happened when I create a MXML file…

Despicable
- 3,797
- 3
- 24
- 42
0
votes
1 answer
how to call mxml application from action script
I've one main.mxml which has login button which looks like below -

Sam
- 244
- 2
- 5
- 20
0
votes
1 answer
0
votes
2 answers
how to Change the text color of one column on datagrid when user enters data on other column
I had a very simple problem that, I had a spark datagrid of 3 columns in which 2 columns will be with data and the third column is an empty column with text input as itemeditor. So what ever the data user enters in the cells of third column should…

dam
- 33
- 11
0
votes
5 answers
Flex Builder not building changes
I'm having a very strange bug in Flex Builder where none of the changes I make are appearing when I debug/run my program. It only happens with a particular AS3 project, on others, it works fine.
For example, I have a line,var x:int = this.prevX +…

Kai
- 9,444
- 6
- 46
- 61
0
votes
2 answers
Flex mobile app only for tablets
I would like to release my brand new Flex mobile app only for tablets (IPads and Android).
How can I configure the Application Descriptor File properly?
For IOS I know it's possible:
UIDeviceFamily
2
…

gfields
- 17
- 6
0
votes
1 answer
Event.SELECT is not firing for local variables in Flex 3
I made a simple application in flex 3. The code is below.

Asad
- 1,817
- 16
- 23
0
votes
0 answers
ItemRenderer display image according variable
I have the following code from an InterRenderer, where I try to display two kind of icons depending on the value of its labelField within a Datagrid.

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
2 answers
upload file to server in a particular path
In Flex i want to upload a particular file to server form local system.how to do it?
Thanks.

aravinda
- 71
- 2
- 16