Tagged Questions

3
votes
7answers
964 views

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 ...
2
votes
1answer
1k views

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) { ...
2
votes
1answer
3k views

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 ...
1
vote
3answers
44 views

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 ...
1
vote
3answers
274 views

How to access other panels in Flex 3 ViewStack?

I have a ViewStack with 2 panels: <mx:ViewStack id="viewstack1" height="243"> <mx:Panel id="gridPanel"> <mx:DataGrid id="grid" right="10" left="10" top="10" bottom="10" width="300" ...
1
vote
3answers
308 views

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 ...
1
vote
2answers
830 views

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: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" ...
1
vote
4answers
355 views

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). ...
1
vote
3answers
477 views

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. ...
1
vote
3answers
2k views

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 ...
0
votes
2answers
222 views

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 ...
0
votes
0answers
386 views

Running Flex 4.5 SDK in Flex Builder 3

Is it possible to run Flex 4.5 SDK in Flex Builder 3? I've had no problem in the past compiling and running against Flex 4.1 SDK but after downloading and configuring the 4.5 SDK via Project > ...
0
votes
2answers
904 views

How to import flex on eclipse

I am using the linux Flex builder with eclipse 3.3 on my ubuntu 8.04 machine for the very first time, and I need to modify a preexisting flex project. How do I import this project (its version ...