flexbuilder

Flex Bulder 3 Version Pro or Not Identification

How do I tell if an installed Flex Builder 3 is the Pro (or Not) version. Help | About only states Flex Builder 3 ...

Flex Drag and Drop

Hi I am trying to do a flex drag and drop. It is very similar to this first example. http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_7.html The problem is that event.currentTarget.mouseX,mouseY is showing the position where I put the mouse down rather than the position where I had finished dragging. I am just wonderi...

How can I downgrade from IE8 to IE7?

How can I downgrade from IE8 to IE7 on Vista? I want to downgrade because my Flex Builder does not correctly close the browser when debugging Flex Applications. I'm sure this may be fixed in some future release of Flex Builder or IE8, but for now, I'd like to downgrade in order to debug more effeciently. ...

Eclipse (3.4): how to get Problems to appear automatically if one has errors?

When I build my projects in FlexBuilder, I want to see any errors immediately; I don't want to have to hover or open the Problem pane every time, nor do I want to always leave it open. Any ideas? ...

[Flex 3] Disabling project refresh on build

In the Flex 3 Perspective in Eclipse, is it possible to disable the refreshing of a project after a build? How so? ...

Can you change the design mode grid in flex builder?

This is probably a rtfm question, but I'll ask anyway since others may be looking for guidance here. Is there a way to change/view the properties of the design mode grid that components snap to in Flex Builder. I've been all through the properties in eclipse and I can't seem to find a way to change it. Can it be set to anything other ...

updating byte count on label through ProgressEvent

Hi, I have main.mxml and an external class com.audio.AudioPlayer.as AudioPlayer loads an audio file and has an event for counting bytesLoaded and bytesTotal. I would like to push the bytesLoaded information continuously as its being loaded into a label on main.mxml from the ProgressEvent.PROGRESS snd.addEventListener(ProgressEvent.PRO...

Flex Builder 3 not debugging

Allope, I've recently bough Flex Builder 3 and I am completely dissatisfied with its reluctance to debug. It manages to debug a few times, but after that, it just doesn't want to "connect to the debugger". Help? ...

ActionScript Project to AIR Application?

I'm not using the Flex libraries or anything from Flash. I'm developing a pure AS3 project in Flexbuilder which I would like to deploy as an AIR application. What are my options? What's easiest? I'm having trouble finding a straight answer here. ...

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 cached somewhere? ...

Error after upgrading Flex SDK: "{ expected "

After upgrading the Flex SDK from 3.1 to any newer version of the SDK and trying to compile an existing project, the following error appears in the Problems pane: Description: { expected Resource: (shows project name, not a specific file) Location: line 15 Any ideas how to solve this or where to start the bug hunt? It looks like the p...

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. ...

Is it possible to do custom display of members in Flex Builder variables view?

Is it possible to display something other than the definition name in the variables view in Flex Builder for special types? Basically, what I'd like to do is display the value of a complex member type instead of just showing it's qualified type name. Take a look at the following image: In the second column you can see the value of the...

Flex Drag and resize

Hi All, I need to draw Line, Circle, and rectangle by mouse drag on canvas and then i need to to move and resize the drawn shapes. How i can perform this in flex as i am new on this platform. Please suggest me the method or refer any example with source to make it understand to me. Please Help. Thanks in Advance. ...

Flex drawing example error

Hi All, I am new to flex and i am trying to run the code for flex drawing application example given at following path: http://www.flashcomguru.com/components/flex_whiteboard/whiteboard_demo/srcview/index.html But I get the following error at the compile time: ''Unable to locate specified base class 'Whiteboard.WhiteboardManager' for co...

to create Whiteboard component

How do I create a simple drawing board/whiteboard functionality in Flex ? ...

Flex doesn't export resources to release build

I'm trying to set image source conditionaly using the following line: source="{data.muted ? '/assets/audioMuted.gif' : '/assets/audio.gif'}" Apps run fine when run from Flex builder, but when I try to export release build from Flex builder, those gif files are not exported. Does anybody have an idea what to do in this case. ...

Adding button in Actionscript code : Using Flex Builder

I created a new actionscript project using Flex Builder 3 and tried to run the following file. I get this error : Definitions: fl.controls:Button could not be found. All I want to do is, to add a button to the application. How could I do it? package { import PaperBase; import org.papervision3d.objects.primitives.Cone...

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' to the library path But now I get this error: unable to open 'locale/en_US' I looked up...

Getting Flex Builder to use a Tomcat server on Eclipse

I'm currently trying to get a Tomcat server I have running in Eclipse on http ://localhost:8080/ to be noticed through Flex Builder 4. I think it may have to do with the config.xml file in my Flex Builder project. It is currently set as the following (as well as some other stuff) <config> <server> http://localhost:8080/myty/myy?p1=a...