Tagged Questions
Adobe Flex Builder is the former name of Adobe Flash Builder.
12
votes
12answers
4k views
Is Flex development without FlexBuilder realistic?
Is it realistic to try and learn and code a Flex 3 application without purchasing FlexBuilder? Since the SDK and BlazeDS are open source, it seems technically possible to develop without Flex Builder, ...
11
votes
4answers
10k views
Compile Flex Builder project from command line
Is there an easy way to build projects created in FlexBuilder via the command line?
I'm beginning to work on adding a couple Flex components to the project I have at work. Currently the rest of the ...
11
votes
14answers
9k views
Any advice for speeding up the compile time in Flex Builder 3?
I run Flex Builder 3 on a mac and as my project grows - the compile time gets longer and longer and longer. I am using some SWC's and there is a fair amount of code but it shouldn't take minutes to ...
9
votes
6answers
1k views
Do I need Flex Builder?
I am completely new to Flex.
Can I realistically develop, say, a medium complex application with the Flex SDK alone, or do I need Flex Builder?
Also, apart from the SDK, what will I need to get ...
9
votes
3answers
4k views
What Causes Flash Error #2012 (Can't instantiate class)?
I am new to ActionScript 3 and have run into a problem:
Using Flex Builder 3, I have a created a project with a few simple classes. If code in class A instantiates an object of class B (class B is in ...
8
votes
3answers
112 views
Actionscript: Why is it possible to assign a variable before it is declared?
inspired by the question int a[] = {1,2,}; Weird comma allowed. Any particular reason? I remembered a question concerning the syntax in Adobe's Actionscript.
For some reason it is possible (at least ...
7
votes
2answers
839 views
How to view shell commands used by eclipse “run configurations”
Given a "run configuration" in Eclipse, I want to print out the associated shell command that would be used to run it.
For example:
Right now, in Eclipse, if I click "play" it will run:
mvn ...
7
votes
3answers
2k views
How can I automate the building of a Flex component library?
I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .swc ...
7
votes
3answers
8k views
Alternatives of Flex Builder
What are the alternatives of Flex builder for flex development (Free ware, open source preferred). I know one that is FlashDevelop, but it is not matured/full fledged flex IDE.
7
votes
6answers
4k views
How does one define a default style for a custom Flex component?
I'm creating a new Flex component (Flex 3). I'd like it to have a default style. Is there a naming convention or something for my .cs file to make it the default style? Am I missing something?
7
votes
2answers
1k views
Building Flex projects in ant/nant
We have a recurring problem at my company with build breaks in our Flex projects. The problem primarily occurs because the build that the developers do on their local machines is fundamentally ...
6
votes
7answers
1k views
Post Build Actions in Flex Builder
How do I add post-build actions in Flex Builder? For example, I'd like my build to work as normal, and execute from the bin folder; but I'd also like a copy of the final SWF to be copied to another ...
6
votes
2answers
2k views
How to exclude files from being copied to bin-debug on build
Using Adobe Flex Builder Pro stand-alone, how do I filter or exclude some files in my project source folder from being copied into the bin-debug folder during a build? Flex Builder is based on the ...
6
votes
10answers
1k views
Can you recommend a good FLEX online resource or book?
Are there any favorite online references or good introductory and intermediate/advanced books on this topic that you could recommend to me?
I'm a java developer, so I'm looking for something which ...
5
votes
2answers
1k views
Flash Builder 4 Profiler: how to spot what objects are causing a known memory increase?
I know profiler questions can be quite general, but here I have a very specific question and example.
I know that in the following code (taken from Joshua's question), that an infinite number of ...
5
votes
5answers
358 views
How to suppress only [SWF] traces when debugging Flash applications
I'm working on an Adobe Flex application that loads lots of Flex Modules and other Flash sub-applications and Flash resources. Each time one successfully loads the flashlog.txt and Flex Console show ...
5
votes
3answers
1k views
Make Flex Builder debugger start listening for incoming debug session connections
Is there any way to get Flex Builder to connect to an existing browser session running Flash Player Debugger? I can connect to FDB like this, but with Builder I need to click Debug and rush to close ...
5
votes
3answers
2k views
How can I add maven dependencies to the flex build path in Flex Builder 3?
We're using maven to build a flex project using flex-mojo's, which is great. The problem is I can't add the swc dependencies specified in the pom to the flex build path. As far as I can see Flex ...
5
votes
5answers
988 views
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 ...
4
votes
2answers
1k views
Free Flex IDE's
could you recommend some good alternative Flex IDE? I am interested in free editions mostly but I will also take under consideration the paid ones.
Thanks
4
votes
4answers
283 views
Should I use Flash or Flex?
Here at SO, I asked what language I should use to create a web app that would capture video from the user webcam and send it to the server when he clicked 'submit' and the answers were mostly Flash.
...
4
votes
1answer
436 views
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 ...
4
votes
4answers
644 views
Open source alternatives to Flex Builder?
Are there any open source (read free) alternatives to Flex Builder? I do not qualify for their student waiver (sad)
4
votes
7answers
359 views
Could Facebook have been implemented in Adobe Flex?
I am considering creating a website with the complexity of Facebook that should be able to scale into the millions of users. My question is: Is there any reason not to use Adobe Flex for such large ...
4
votes
4answers
6k views
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 ...
4
votes
3answers
1k views
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. ...
4
votes
6answers
2k views
How to add relative paths to FlexBuilder's build path?
Is there a way to add entries to FlexBuilder's build path that are relative?
I'm going to have multiple projects that will use a shared codebase, but I'm having trouble getting them to reference that ...
4
votes
4answers
1k views
How to turn off the beep sound in Eclipse?
On Mac OS X, I am running Flex Builder (which is basically a customized Eclipse). When I do a Find it beeps if it cannot find the selected text and when it wraps the search to the top.
Is it possible ...
4
votes
1answer
531 views
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 ...
4
votes
5answers
3k views
ASDoc through the Flex Builder UI?
Is there any way to run ASDoc on your project via the Flex Builder UI? Or, is there a good (preferably free) plugin that will do so?
If there is no UI for it, does someone have a link to a tutorial ...
3
votes
3answers
215 views
how do I use a vslider as the scrollbar for a list?
how do I use a vslider as the scrollbar for a list? I've got this, but can't figure it out from here:
<?xml version="1.0" encoding="utf-8"?>
<s:Application ...
3
votes
1answer
342 views
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 ...
3
votes
3answers
546 views
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 ...
3
votes
1answer
205 views
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 ...
3
votes
2answers
1k views
Flex 4 wont recognise flash.events.UncaughtErrorEvent
test.mxml:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()" x="0" y="0" width="703" height="609" xmlns:ns1="*" >
...
3
votes
2answers
179 views
Large development teams and SVN
A few questions regarding this topic:
1) What's the largest development team (doing actual commits, not counting read-only) you've had on a single SVN repository? Did you have any issues?
2) What's ...
3
votes
1answer
549 views
Quick fix (CTRL+1) in Flash Builder 4
What is the purpose of quick fix in Flash Builder 4? I have tried using it to auto create event listener functions, class methods or properties, local variables etc but none of these work. Does this ...
3
votes
2answers
4k views
Display embed images in Flash/Flex Builder
i'm using image embedding in Flex 4 (the same goes with Flex 3). I have one class with a lot of
[Embed(source="../assets/icons/icon1.png")]
public static const image:ClasS
And i reference them ...
3
votes
3answers
249 views
Is it possible to nest folders in the Flash Builder bin-debug
I'm trying to setup my bin-debug folder so that the structure looks like this:
bin-debug
assets
img
swf
main.swf
css
style.css
js
swfobject.js
index.html
I've tried setting the project's ...
3
votes
2answers
960 views
Using flex 4 sdk in flex builder 3
This question may be an absolute crap. Can i use the flex 4 sdk in flex builder 3? i have a licensed version of flex builder 3 professional. so if i need to use flex 4 sdk in it, do i need to buy ...
3
votes
4answers
195 views
FlexBuilder/MXMLC: Profiling the build process?
I've noticed that, recently, builds in FlexBuilder have been taking much, much longer than they used to (30 or 40 seconds, as opposed to 3 or 4). What is the simplest way of profiling these builds to ...
3
votes
2answers
378 views
Why are my HTML templates disappearing in flex builder when I target fp10?
When I target flash player 10 in flex builder 3, the index.html template along with some other files (history.js, etc) are removed and no wrapper html page is built.
Anyone else experiencing this? I ...
3
votes
2answers
2k views
Flex Builder 3 debugging trace output
I have installed Flex Builder 3 and Flash Player 10 on my machine.
I don't know where the trace output goes because I just don't see it (I tried debug and output windows).
Also the breakpoints don't ...
3
votes
2answers
2k views
git + Flash Builder workflow: how do I set it up so git works smoothly?
I'm using git to track a project I'm developing in Flash Builder, and I'm wondering the best way to go about having it track it, especially regarding Flash Builder generated files, Compiler generated ...
3
votes
1answer
653 views
How do I get WTP added into FlexBuilder 3
Has anyone managed to get Eclipse WTP working underneath FlexBuilder 3, or get FlexBuilder 3 and WTP working in a vanilla Eclipse install?
I had this all working fine with FlexBuidler 2 and Eclipse ...
3
votes
3answers
396 views
Inspect UI elements in Flex
Is there any tool available for Flex applications that acts similar to Web Developer or Firebug toolbar to inspect UI elements?
Basically in a complex hierarchy of UI controls allowing you to browse ...
3
votes
1answer
193 views
Define possible values for a property in Flex
In Flex, is it possible to include some kind of MetaData to a property, to be able to list all possible values that a property can use? I want to be able to list the values when calling the property ...
3
votes
4answers
4k views
Eclipse's local history…where are files saved?
Hi
Can someone explain how Eclipse's local history works?
I accidentally overwrote a file in a project but need to revert to an earlier version.
Is there a chance that Eclipse has the older file ...
3
votes
5answers
1k views
Why the is flexbuilder plugin for eclipse so slow to open and compile?
I've got a decent computer. ( something with dual-core in the name and a lot of ram ).
Sometime FlexBuilder prompt the "builder project" loading bar only when i open a simple mxml file.
It's look ...
3
votes
2answers
5k views
Provider com.bea.xml.stream.MXParserFactory not found
Anyone come across this error when trying to import a WSDL in Flex builder 3?
Seems it only occurs when trying to import a WCF based service which has 'virtual' endpoints...
Some digging around ...