Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
3 answers
Flex Builder Debugger doesn't display local variables
I am using the Flex Builder 3 debugger almost every day and it's starting to be a real pain that the 'Variables' tab in the 'Flex Debugging' view doesn't show local variables, only 'this' is displayed.
Also I can not add Watch Expressions for local…

motto
- 1,305
- 3
- 16
- 30
0
votes
1 answer
How can i add flex plugin to eclipse?
I'm trying to create a web application using Flex in Front Office, so i tried to download the flex plugin for eclipse from http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipse but the download dosen't launch, i tried with many pc and…

Sidaoui Majdi
- 399
- 7
- 26
0
votes
2 answers
FLASH/FLEXBUILDER: computeSpectrum stops computing the spectrum for no reason
I'm using flex builder to compile my SWF. Im using mp3's on my local machine and computeSpectrum() to analyze the mp3.
After playing for 20secs, my computeSpectrum stops returning values, instead, it starts returning this error:
SecurityError:…

Kasper
- 1,282
- 4
- 20
- 39
0
votes
1 answer
how to get a function to activate which is ment to be used with
I have this code were I take from a external XML file a Link of an Image load it with ...
private function loadRemoteImg(url:String):void {
textboxLink.text
.....
loader, completeHandler etc.
Save Image(),…

aktell
- 144
- 1
- 1
- 4
0
votes
3 answers
how can I write a generic property modification function in Flex/Actionscript3?
I'm new to Flex, although not new to programming. I want to write a generic event handler that will be called by all my textinput boxes when they receive focus. When they have focus, I want to change the colour of the textinput box. When they lose…

Jaymie Thomas
- 812
- 2
- 10
- 22
0
votes
0 answers
3 state checkbox in advancedDataGrid when grouped using data as arrayCollection
I am looking for a 3 state checkbox added in advancedDataGrid when data is grouped, similar to the one i find in the search
http://techrays.wordpress.com/2008/02/18/a-3-state-checkbox-in-an-advanceddatagrid-itemrenderer/
this is really good other…
0
votes
1 answer
Flex: HTML file not getting generated
The project I am working on uses Cairngorm Architecture of flex. I am able to build and run the application perfectly on my local host. But, When I am deploying this code in my server "Main.html" is not being generated.
I am moving the code to some…

Pri
- 31
- 2
- 4
0
votes
6 answers
How do I make FlexBuilder recognize my MXML files as applications instead of components?
I am attempting to import mxml files that I developed with Emacs into a new project in FlexBuilder...I have created a project and manually added all my MXML and actionscript files into FlexBuilder.
I now can't figure out how to run the application.…

mmattax
- 27,172
- 41
- 116
- 149
0
votes
0 answers
Display auto suggest properties while coding in flash builder 4
I have installed Flash builder 4.0 standard version.When i am writing code in adobe flex, auto suggest properties is not displaying when enter ctrl+space bar or by defautt. I have try to change setting sin preference also but it does not work.
I…

RKCY
- 4,095
- 14
- 61
- 97
0
votes
2 answers
Data filtering for XML. Flex
I am trying to filter xml data but right now I there are no data appearing in the list. Am I doing something wrongly? Sorry guys I am still new to this website too. Pardon me If I posted the wrong way.
This is the error.
TypeError: Error #1034:…
user2648243
0
votes
1 answer
Unable to resolve this Compilation Error in Flex builder 3
I am new Web App development using Flex Builder 3 and currently I am facing the following problem:
Attached is a code snippet from the mxml file:
user220751
0
votes
3 answers
How to do Actionscript trace and/or component flow log using debugger
An existing (though incomplete) FLEX3 project was given to us to finish (always a nightmare).
It is quite small but highly abstracted (contains well over 150 files to support only about 10 page views). I'm attempting to trace a single mouseclick…

dude22
- 1
0
votes
1 answer
Disable unselected items in a List After 5 items are selected
Im new to flex development. I have a dynamically data bound list component. I need to restrict user from selecting more than 5 items.
List is made with checkboxes and labels
getSelectionCount() method returns the number of currently selected…

Sachith Deshan N
- 160
- 4
- 14
0
votes
1 answer
FDT:Flex and cannot access local file
I am using FDT for Flex development and when I compile, and it tries to access a flv file, I get the error "cannot access local file". This is obviously a security sandbox thing.
Now I tried adding crossdomain.xml to the root and it still makes the…

Doz
- 7,009
- 12
- 61
- 69
0
votes
2 answers
Can I make a Flash/Flex Drop Down Extend outside the flash object boundaries?
We are developing our app in flash/flex builder for the front end hitting .NET backend webservices. There is one section of the old app that will not be initially converted, so we need have it appear in an iFrame.
So far all that works fine.
We…

klkitchens
- 1,202
- 2
- 16
- 39