Questions tagged [flex-builder-3]
19 questions
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
2
votes
1 answer
Flex compiler warning - variable 'item' has no type declaration
I am tyring to learn flex programming myself. Below code gives me a warning
variable 'item' has no type declaration.
var xml:XML = xml as XML;
for each (var item in xml.employee) {
Alert.show(item.@name);
}
What is the type of variable…
DigitalManic
2
votes
2 answers
Flex IntelliJ Idea produces java.lang.NoSuchMethodError: flex2.tools.oem.internal.OEMConfiguration.setIncludeResourceBundles([Ljava/lang/String;)V
We have a project that builds fine with Flex Builder 3.
I installed a trial of IntelliJ Idea 10.5 to try and see if it makes the compilation faster. In IntelliJ you have 3 compiler options. With the 3rd one (Mxmlc/compc) it works, but compilation…

Maralc
- 896
- 1
- 9
- 18
2
votes
3 answers
2
votes
1 answer
Image map in Flex
Anyone have an example of doing something like an image map in Flex? I'm not sure if that is the correct term, since I also want to do things like highlight the selected part of the image or show a popup bubble pointing to it. Any ideas?

Abdullah Jibaly
- 53,220
- 42
- 124
- 197
1
vote
2 answers
Must be a simple mistake I'm making: Flex CSS style not working in a trival case
I must be making a simple mistake (new to Flex). Here is main.mxml:

Mark Laff
- 417
- 5
- 17
1
vote
4 answers
Severe Flex issues
I seem to be having difficulties getting the trace function to output anything to the console in either Eclipse with the Flex Plug-in, Flex Builder, or even FlexBeans (the Netbeans plug-in for Flex). I have removed and then reinstalled the Flash…

cwallenpoole
- 79,954
- 26
- 128
- 166
1
vote
3 answers
How I can detect a click on the border of a canvas, not its contents? in Flex
How I can detect a click on the border of a canvas, not its contents?.
I am aware that I can validate ranges event.mouseX (Y), but my canvas has rounded corners and in some cases appears to be a circle, is there any way of knowing if the border of…

Omar Alejandro
- 47
- 4
1
vote
2 answers
What is the best way to put a Flex3 project under source control (subversion)
Setting up Flex project for group development can be a bit tricky. There are lots of little local settings that might need to be tweaked in order to have a project that can be easily checked out.
I've had limited success using the built-in…

mrankin
- 2,373
- 3
- 25
- 29
1
vote
3 answers
What to do if Flex Builder 3 debugger unable to start
I'm using Flex Builder 3 now and it suddenly refuses to start debugging session. I've reinstalled debugger versions of Flash Player: both 9 and 10 versions. Then I've reinstalled Flex Builder itself allowing it to install it's native Flash Player…

Artem Tikhomirov
- 21,497
- 10
- 48
- 68
1
vote
1 answer
Component names and ids in Flex and Actionscript, where do they come from?
To illustrate my question. Assume the following code snippet:

Gordon Potter
- 5,802
- 9
- 42
- 60
1
vote
3 answers
Is there a way to bind my flex builder to my django application
I am trying to create simple flex application, which uses django as a back-end part. Have a question:
Usually when I run my application Flex Builder creates a file in a directory on my local PC and then opens a browser and points to it. Everything…
Oleg
1
vote
1 answer
Disable Flex keyboardEvent
How to disable alt+tab, window+d keyboard shortcuts in Flex Air Application?
So that our application sticks on and user can not open any other application, when our Air application is running.

Vinay Raj
- 11
- 2
0
votes
2 answers
Flex Builder cannot locate the required version of flash player
I am new to Flex development. I got an error when i tried to run the application as Flex Builder cannot locate the require version of flash player and saying you might need to install flash player 9.
I am using Flex Builder 3 with SDK 3.2 and…

sureshd
- 555
- 1
- 5
- 16
0
votes
1 answer
Installing Aptana 3 on a Machine that has Flex Builder 3
I want to install Aptana 3 on my machine. I've got Flex Builder 3 (I think that I've got the standalone version, but I'm not sure). Both of them are Eclipse based. I don't want to cause a problem with either installation. Which version of Aptana…

Laxmidi
- 2,650
- 12
- 49
- 81