Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
6
votes
5 answers
Flex : Unable to open 'locale/en_US'
Using Flex Builder :
I have created a new Actionscript Project.
I want to use mx.controls.Button class in it,
so I did the following :
Added '-locale=en_US -source-path=locale/{locale}' to the Actionscript compiler arguments
Added 'framework.swc'…

simplfuzz
- 12,479
- 24
- 84
- 137
5
votes
4 answers
Which files should go into source control in a Flex Builder project?
I noticed that Eclipse (Flex Builder) generates hundreds of metadata files. Should I check them into my source control? They seem necessary, because if I delete them Flex Builder just opens up an empty workbench...
Some of these files plainly do not…

Assaf Lavie
- 73,079
- 34
- 148
- 203
5
votes
2 answers
Link report files for Flex with multiple modules overwrite each other
I am using the link-report option in Flex Builder 3 to try to track down dependencies in my Flex application's modules.
However a different report is generated for each module and they all use the same filename so they end up overwriting each…

Simon_Weaver
- 140,023
- 84
- 646
- 689
5
votes
4 answers
Flex Compile Time Constants - Timestamp
I'm trying to use Flex Compile Time Constants to include the date and time the SWF was built (source control revision/timestamp such as SVN:Keywords is not sufficient for our needs, we need to know the actual build time, not the commit time).
I've…

MightyE
- 2,679
- 18
- 18
5
votes
2 answers
What does End Of File on a socket mean?
Using Action Script 3 in Flex Builder 3.
When handling a SOCKET_DATA event, I occasionally, seemingly at random, get an "Error #2030: End of file was encountered." when calling socket.readInt(). I'm confused as to what this error means, since I'm…

AaronLS
- 37,329
- 20
- 143
- 202
5
votes
1 answer
Flex : How do bind an Sqlist query at an S:list to an S:Textarea
In flex builder 4.6,am trying to bind data from am sql query, showed in a with an item renderer
My Code as follows:

Geth With Doubt
- 51
- 2
4
votes
3 answers
How do teams use Flex Builder Pro to develop large applications?
We develop applications for the Flash platform, which have LOTS of run-time loaded assets (graphics, data, audio, code-libraries, etc.) Those assets are logically organized within project folders. Programmers and designers get the latest from…
user56512
4
votes
0 answers
Flash Builder debugger silently calls getters to update Variables View - is this a flaw?
I've been using Flex/Flash Builder for a couple of years now, and have only discovered something today. I was looking at some complex code which worked fine, but I needed to know how it behaved, so I placed a breakpoint in it and low and behold it…

Drew
- 477
- 1
- 5
- 16
4
votes
1 answer
Comments in FlashBuilder (aka Flex) mm.cfg file?
FlashBuilder's undocumented mm.cfg file has a lot of cool options as shown here and elsewhere. But what about comments?
Can anyone out there verify if comments are supported in FlashBuilder's mm.cfg file?
If so what are the rules? For example:
REM…

jwfearn
- 28,781
- 28
- 95
- 122
4
votes
3 answers
Flash Builder 4 Security error accessing url Destination: DefaultHTTP
I have built a FB4 application which accesses a .NET web service of a partner company. The app runs just fine in FB4 development environment, but won't work when published to my server. I can not figure out how to get past the following…

tom
- 41
- 1
- 5
4
votes
1 answer
In IntelliJ how to create relative paths to swcs in module dependencies for Flex or actionscript modules?
Can someone tell me if its possible to create relative as opposed to absolute paths to swcs in module dependencies for Flex or actionscript modules?
In Flex Builder i would simply edit the swc path as
'../lib/.swc
But there doesn't seem to be a way…

Bachalo
- 6,965
- 27
- 95
- 189
4
votes
1 answer
Flex Interface method createAutomationIDPartWithRequiredProperties error
I'm currently creating a class that extends UIComponent in Flex 3, but when the flash builder try to compile show me some errors
1044: Interface method createAutomationIDPartWithRequiredProperties in namespace mx.automation:IAutomationObject not…

goseta
- 770
- 1
- 7
- 26
4
votes
1 answer
How is FlexBuilder compiling my app?
I'd like to see the command-line arguments that FlexBuilder is using to compile my application. This is so that I can build them into the ANT script I'm working on. Is there any way to view the command line compilation step?
The reason I'm asking…

Tim Merrifield
- 6,088
- 5
- 31
- 33
4
votes
3 answers
clean project in flash builder on debug launch
Using Flash builder 4 to build an AIR app.
I keep having my code changes not take effect when I launch the project with the debugger, probably happens about once an hour. So does anyone know how to have FlashBuilder clean the project automatically…

invertedSpear
- 10,864
- 5
- 39
- 77
4
votes
7 answers
Flex Builder 3 executing old source codes
I'm facing this problem again and again, but can't find any solution (except mine, which is not as a good one I guess).
Don't know why, sometimes Flex Builder executes old source codes after making changes. While debugging I see how it steps through…

Gorro
- 95
- 3
- 9