Questions tagged [flexbuilder]

Adobe Flex Builder is the former name of Adobe Flash Builder.

720 questions
0
votes
2 answers

Flexbuilder 3 Install under Linux

Solving this problem would make my life a hundredfold easier, because working in Windows XP blows, and save for this one Adobe POS, I would be working entirely in Linux. The Flex project I'm trying to build can be built successfully on Flexbuilder 3…
emptyset
  • 3,164
  • 4
  • 26
  • 33
0
votes
1 answer

HSlider event listener not triggered when value is updated Flex 3.5

I am writing a web application that will serve as a configuration for a random data generator that I have written in Java. The values that I set in this application will write to xml. The xml data is updated by a file called simulationParams.as…
meepz
  • 363
  • 2
  • 5
  • 15
0
votes
1 answer

Flash player on Ubuntu 10 not working after Flex builder installation

I've just installed Flash builder on my machine, which went ahead and installed the debug version of Flash on my machine as well. It appears now that this has broken Flash in my browsers or at least the browsers have no idea where flash is located…
Fergal
  • 5,213
  • 6
  • 35
  • 44
0
votes
2 answers

Flex bar chart not working

XML Data to plot: 200000 6000000
Saneef
  • 8,620
  • 7
  • 29
  • 42
0
votes
1 answer

Flex Builder : How to mark a warning as an error and aborting the build

Is there a way by which I could make a warning behave like an error in Flex Builder. In particular I am highly worried about this warning : 1100 : Assignment with conditional. Did you mean == instead of =?
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
0
votes
2 answers

Long Image links of Facebook is not working in Flex4 mx.image.souce

I am creating one desktop application of facebook. So here I am getting streams from facebook post. So when any facebook application's long image link I am getting that I can't display in Image container, this is not displaying image. One also fact…
Mitul Golakiya
  • 402
  • 4
  • 20
0
votes
1 answer

FlashBuilder/FlexBuilder hyperlink code navigation and f3 open declaration problem

I am having an issue in FB4 where some classes are not accessible through hyperlink navigation (Command-Space) or Open Declaration (F3). The classes ARE available through Open Resource (Shift-Command-R) and the project compiles fine when I use…
Gabriel Jensen
  • 4,082
  • 1
  • 17
  • 14
0
votes
1 answer

Flex Builder 3 IDE - Mouse Wheel Scrolling

Currently when I am working in the source code view of the Flex Builder 3 IDE my mouse scroll wheel does not scroll the window up and down. Is it possible to enable this functionality somehow?
Martin
  • 39,569
  • 20
  • 99
  • 130
0
votes
1 answer

Flex Builder: Not picking up new files

I have a working AS3 project and it compiles fine to a SWF. I added a new file (via various means: import, drag-drop, new), but it doesn't compile this new file. I'm using Flex Builder 3. I've tried a clean an rebuild. I've tried renaming. It picks…
tom
  • 620
  • 1
  • 7
  • 16
0
votes
2 answers

Flex 3 (Actionscript) query for recordset array for data grid

Hey, all. I am building an application in Flex Builder 3. Yes, I know that it has an auto-magic feature to build datasheet, but that will not work. I see many Flex controls, such as combo box, can take an array as a data source. My question,…
Don Briggs
  • 715
  • 6
  • 11
0
votes
2 answers

Flex Release build not including all files and folders in the exported release

I'm trying to export a release build of a project that includes folders for assets, VO, controllers, models, and view. When I export a release build, the release build is not including all the files and folders that are in the project root in flex…
Alex
  • 443
  • 3
  • 18
0
votes
1 answer

Flex 3 get values from HTTPservice method="GET"

i has a question in flex 3 i can't get vars using HTTPservice method="GET" in the code: private function init():void{ variables.send(); …
Edbrik
  • 91
  • 3
0
votes
1 answer

How can I find what is hijacking backspace key in AS3?

I am developing in flexbuilder 3. I am compiling with Flex 3.5. Something is hijacking my backspace key and I can't find the culprit. In a text field when I type some characters and then try to type backspace, some event fires that tries to change a…
0
votes
1 answer

Capture webcam images always at max resolution !

Is there a way to know the max resolution of a webcam ? I need to capture images from webcam and send its on another notebook throught internet. So I want to capture images at max resolution indipendently from webcam automatically without setting…
xRobot
  • 25,579
  • 69
  • 184
  • 304
0
votes
1 answer

Can I change the default layout ruler guides in FlexBuilder 3?

I'm using FlexBuilder 3. I love the way the layout guides tell you when a component you're placing on a canvas is so far from the next component (presumably 8 pixels). Is it possible to change the distance at which the ruler guide pops up? I'm…
Jaymie Thomas
  • 812
  • 2
  • 10
  • 22