Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
1 answer
ComboBox in Flex
I have a combobox with multi selection. when i click on add button, which ever data is selected in the Combobox, those data has to be displayed in the another comboBox.
Please check the code and Can anyone of you please help me on this.
…

RKCY
- 4,095
- 14
- 61
- 97
0
votes
2 answers
FlexBuilder debugger: what can the "expressions" tab be used for?
As the title suggests, is there any documentation on the FlexBuilder "expressions" tab, and what expressions it can accept?
As far as I can tell, it can show the value of variables, but that's it: comparisons, function and method calls all fail:
alt…

David Wolever
- 148,955
- 89
- 346
- 502
0
votes
1 answer
Screenflow based application in Adobe Flex/Flash
I'm searching for some code samples for my Flash application. The app is based on screen-flows , i.e each screen is defined with some visual elements with some buttons which have async events associated with them(consuming web services basically).…

iceman
- 4,211
- 13
- 65
- 92
0
votes
2 answers
How to get the server time in flex
I want to display the digital clock in my project which should display the server time.

Datanet
- 1
- 1
0
votes
1 answer
How to print entire scene contents in Actionscript 3 for Flash Builder 4?
How do i print the entire scene contents to photographic paper?

Carlos Barbosa
- 1,422
- 2
- 23
- 42
0
votes
2 answers
Flex Builder debug problem
I am running on Windows XP and recently updated Flash Player from v9 to v10.1. And Now, in the Debug Console under Flex Builder, I am getting a lot of debug statements(I think that is assembly). Below is an example, of what I get:
"
active:…

Chetan Sachdev
- 738
- 1
- 12
- 31
0
votes
4 answers
Adobe Export Release Build doesn't work - Mac OSX - Flex Builder 3
I have an AIR application i'm trying to release with flexbuilder.
Launching application has no problem ... bin-debug dir is correctly filled with my files.
But when i want to create the AIR file (export release fuild), AIR files content view is…

user358501
- 438
- 6
- 8
0
votes
2 answers
Using Flex Builder with source control
When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both?…

Dan Monego
- 9,637
- 6
- 37
- 72
0
votes
2 answers
Insane Graphics.lineStyle behavior
I'd like some help with a little project of mine.
Background:
i have a little hierarchy of Sprite derived classes (5 levels starting from the one, that is the root application class in Flex Builder). Width and Height properties are overriden so that…

Simon
- 9
- 1
- 4
0
votes
2 answers
Flex Builder 3 debug flash player fails to install
I recently upgraded to Windows 7 (not sure if that's related) and after re-installing Flex 3, I get the error that I'm using a non-debug version of Flash Player (when trying to run debug on a project).
That makes sense, so I go to install the latest…

Paul
- 35,689
- 11
- 93
- 122
0
votes
1 answer
password validator using RegExp in Flex
I have seen several examples in Flex for passowrd validator using RegExp. But every where the validation is happend for single validation.
I have a requirement, like password validations like
• At least one Upper case letter
• At least one numeric…

RKCY
- 4,095
- 14
- 61
- 97
0
votes
1 answer
flex transition effects works on 2nd and after transition, but not on very first transition
i have a flex app that transitions between 2 states with the toggle of a button. my issue is that the effect of fading only seems to work on the 2nd transition and after. However, for my first transition... going from State1 to studyState... there…

Rees
- 1,757
- 9
- 33
- 50
0
votes
2 answers
Populating a Datagrid with variable number of columns and rows in Flex
I am trying to figure out how to manage a Datagrid based on an XML object like this:
0.5
0.21
0.6
0.9
…

Mino
- 911
- 1
- 7
- 14
0
votes
3 answers
flex 4 release changes to application are not showing up
I just took over a clients flex project and I can't get the app to reflect even a simple trace statement.
Before I took over, the project was last successfully built using the Flash Builder Beta 2 environment/sdk. I have the latest release version…

guacamoly
- 632
- 1
- 7
- 15
0
votes
1 answer
Flex learning path
I am current learning Flex 4 programming now and trying to get as much knowledge as I could from the books and adobe website. I have finished 5 days video training from Adobe website and almost done with a book. However, most of them only talk about…

FlyingCat
- 14,036
- 36
- 119
- 198