Questions tagged [flexbuilder]

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

720 questions
0
votes
2 answers

flex builder 4 step by step tutorials how to use it?

i am new to flex and need to learn how to use the flex builder 4 IDE is there a step by step tutorial to learn 2ndly i need to know about the following: event model validation cycle display list List-based controls, item renderers,…
Badr
  • 10,384
  • 15
  • 70
  • 104
0
votes
2 answers

Why would Flashbuilder 4 work in Internet Explorer but not in Firefox?

When I produce an application in Flashbuilder 4 and click the green run button, it opens Firefox with this URI: file:///C:/chapter_1/starter/Getting_Started/PersonalTrainerWebApp_Finished/bin-debug/Main.html but the screen is blank (grey,…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
2 answers

How to target debug flash player in Flash Builder 4 on Mac OS X

I'm pulling my hair out with this one. How do I set which Flash Player to use when running a project?
john2x
  • 22,546
  • 16
  • 57
  • 95
0
votes
2 answers

drawing circle in flex

I'm using flex sdk and trying to draw primitive geometry figures, what is wrong in following code? i tried without the trigger(placing) of button, but did not work. import flash.display.Sprite; import…
Abhilash Muthuraj
  • 2,008
  • 9
  • 34
  • 48
0
votes
3 answers

Building Flex Builder projects from commandline

I have several Flex Builder projects which depend on each other (both libraries and "applications", i.e. projects which generate an SWF), and want to compile them from commandline. I know there is the fb.exportReleaseBuild ant-Task, but…
Johannes Bittner
  • 3,503
  • 2
  • 23
  • 21
0
votes
2 answers

How Do I dispose of a Class Instance in Flex?

I have a menu, each time you click on an item it opens up a screen (a new flex component), when I click back on to the screen I want to dispose of that particular instance, is there an easy way to do this?
think1712
  • 106
  • 4
0
votes
2 answers

How do I debug an Actionscript project in Flex builder?

I am trying to use Flex builder for the first time in years. I haven't used the "Run Application" option before, and when I do that now it tells me "Errors exist in required projects" and whether I should proceed. I would like to debug those errors.…
picardo
  • 24,530
  • 33
  • 104
  • 151
0
votes
2 answers

How can I debug an Actionscript project in Flex builder?

I am trying to use Flex builder for the first time in years. I haven't used the "Run Application" option before, and when I do that now it tells me "Errors exist in required projects" and whether I should proceed. I would like to debug those…
picardo
  • 24,530
  • 33
  • 104
  • 151
0
votes
1 answer

Can one keep both version of Flex builder simultaneously (verision 3 and version 4) on his/her machine

I have Flex builder 3 already installed on my machine. Now, I want to use Flex builder 4 also (officially Flash BUilder 4) on same machine. Can I directly start with Flex builder 4 and import my Flex BUilder 3 project there w/o any loss ? If not…
Ashine
  • 4,517
  • 3
  • 24
  • 26
0
votes
1 answer

How do I design a dynamically changing table in Flex 4?

So, I'm new to Flex 4 and have been doing the Flex in a Week crash course online. I need some help trying to build a dynamically growing or shrinking table with columns and rows. The cell backgrounds of the table will change color depending on an…
Blueplastic
  • 803
  • 7
  • 11
0
votes
1 answer

Flex/Flash Builder is renaming my SWF after building

It's only started doing this today, so I assumed it was something I've done, so I've opened a new workspace, created a new project, logged out, restarted, all of the usual suspects. So the application is called ApplicationMain and the computer's…
shashin
  • 392
  • 2
  • 16
0
votes
1 answer

Who's Using Cairngorm 2.2 with Imported Web Services?

I'm very new to Cairngorm, so apologies for what's probably a simple question: I'm working with a number of WCF services imported into Flex Builder 3 (via Data > Manage Web Services), and I'm wondering how to expose those services to the…
Christian Nunciato
  • 10,276
  • 2
  • 35
  • 45
0
votes
1 answer

How can I tell Flash Builder 4 where to look for FlashPlayer.exe

I uninstalled Flash Builder Beta 2 and installed the Flash Builder 4. I tried to import my new projects, but I keep getting a popup that says: " [path/to/Adobe Flash Builder Beta 2/FlashPlayer.exe] Flash Builder cannot locate the required version of…
Cameron A. Ellis
  • 3,833
  • 8
  • 38
  • 46
0
votes
3 answers

Deploying Flex Projects Leveraging Imported Web Services

I'm sure there's a simple explanation for this, but I haven't had much luck at finding the answer yet, so I figured I'd put the word out to my colleagues, as I'm sure some of you've run into this one before. In my (simple) dev environment, I'm…
Christian Nunciato
  • 10,276
  • 2
  • 35
  • 45
0
votes
2 answers

Show all compile errors in FlexBuilder?

Is it possible to make FlexBuilder show all compile errors in all files? FlexBuilder does not show errors in Action Script files, that are not referenced. Also very often I fix a problem just to see new problems pop up after compiling the whole…
Yaba
  • 5,979
  • 8
  • 38
  • 44