Questions tagged [flexbuilder]

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

720 questions
2
votes
2 answers

Flex spark application container disable scroll bars

First question, do I have to necessarily have a application container as the root node in my mxml file? Second, I was reading this document on adobe's website and it says that the spark application container has no scroll bars by default and they…
user434541
  • 1,305
  • 2
  • 13
  • 21
2
votes
2 answers

can any one list all the valid arguments for setstyle() function for UIcomponents?

i am working with actionscript flex and using UIcomponents i need all the valid arguments for this function for example component.setStyle("borderColor","white"); i need all valid strings for first string parameter and 2nd valid argument for there…
Badr
  • 10,384
  • 15
  • 70
  • 104
2
votes
1 answer

Perforce integration with Flex Builder / Flash Builder

How well does the Perforce Eclipse plugin work with FB (3 and/or 4)? I've found some claims of compatibility on the internet but I'd like some confirmation of compatibility based on real experience before I bother trying it.
Ajax Sucks
  • 51
  • 3
2
votes
1 answer

Does anyone else use the Flare toolkit? I need some help!

I am trying out the fantastic Flare toolkit, but following the tutorial almost out the gate, I got stuck. I am using Flex builder and there seems to be an error in one of the included library files (Visualization.as), and there isn't anything I can…
picardo
  • 24,530
  • 33
  • 104
  • 151
2
votes
9 answers

flexunit with pure ActionScript project in Flex Builder 3

If you create a pure ActionScript project in Flex Builder 3 and want to do unit testing using flexunit, what is the best option? The built-in Flex builder will refuse to build the mxml file containing the TestRunnerBase component as it is a pure…
Tmdean
  • 9,108
  • 43
  • 51
2
votes
3 answers

Where can I find the official description of Flex html-template and output folder structure?

I'm looking for an official Adobe page explaining the ins and outs of the various directories used in Flex Builder, namely html-template, bin-debug and bin-release. There's a lot happening in these folder: folders get created and deleted, files get…
Niko Nyman
  • 1,916
  • 2
  • 16
  • 26
2
votes
1 answer

Flex and full UTF-8 Support?

Doing some software review for a RIA project - I was hoping to use Flex but need to make sure it has full UTF-8 support - I'm talking all fonts for all languages - everything from English, to Finish, to Russian, to Japanese to Thai to Sanskrit... I…
user297403
  • 31
  • 4
2
votes
1 answer

Flex Ant compile project

i want to use Ant task to compile flex project(with many libraries, modules) i use -dump-config build.xml compiler option in flash builder to extract build config after i create this Ant task(for start, i try to compile only one mxml-module) :…
2xMax
  • 1,639
  • 6
  • 21
  • 41
2
votes
2 answers

Flash Builder 4 Start Page?

i have closed the Start Page in FB4 and now i can not find it. ridiculous. how can i open this panel again?
Chunky Chunk
  • 16,553
  • 15
  • 84
  • 162
2
votes
2 answers

Flex/FlexBuilder: Compile large dependencies into modules instead of main application

I've got a module, MyModule which requires a large library: ... And that large…
David Wolever
  • 148,955
  • 89
  • 346
  • 502
2
votes
1 answer

Flex Builder - How to set relative url in launch configuration properties?

I am trying to use a custom html wrapper for my application, but when I browse to choose my file it defaults to an absolute path to my custom-wrapper.html file. I want to be able to pass off this project via SVN without any necessary configuration…
xncroft
  • 143
  • 1
  • 1
  • 7
2
votes
2 answers

Flex Builder 3 or Flex 4 (Flash Builder 4 aka Gumbo)

In order to learn flex as a beginner, which version should I go for or start i.e. Flex 3 or Flex 4 ? As you might have noticed that both have different components and architecture. Kindly advise it in details
Ravi Kedia
  • 51
  • 2
2
votes
3 answers

Flex SDK missing fundamental things

alt text http://img710.imageshack.us/img710/4107/flashbuildershite.jpg All of a sudden Flash Builder 4 is missing all kinds of fundamental things and is generating incorrect errors. I've had the same issue yesterday, where I fixed it by downloading…
Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
2
votes
2 answers

Flex Builder not building new source code

I have imported an existing project into flex but any changes I make to the source are not being built and displayed when I test run the application. The original files which are in the bin-debug folder dont seem to be changing at all. I have tried…
Cam
  • 21
  • 1
  • 2