Questions tagged [flexbuilder]

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

720 questions
4
votes
5 answers

ASDoc through the Flex Builder UI?

Is there any way to run ASDoc on your project via the Flex Builder UI? Or, is there a good (preferably free) plugin that will do so? If there is no UI for it, does someone have a link to a tutorial on how to set it up to be automatic when I build…
RickDT
  • 2,104
  • 1
  • 23
  • 25
4
votes
5 answers

Failed to connect to remote VM. Connection refused. when trying to debug remote java application in Flash Builder 4.7

At one point, the remote debug used to work. But for the life of me, I don't seem to be able to figure out what broke it. I have a flex/Java application. There is a wrapper that starts the tomcat server. I modified the wrapper.conf file to…
Monte Chan
  • 1,193
  • 4
  • 20
  • 42
4
votes
2 answers

Flex Builder 3 debugging trace output

I have installed Flex Builder 3 and Flash Player 10 on my machine. I don't know where the trace output goes because I just don't see it (I tried debug and output windows). Also the breakpoints don't hit.
Omu
  • 69,856
  • 92
  • 277
  • 407
4
votes
0 answers

How do I get WTP added into FlexBuilder 3

Has anyone managed to get Eclipse WTP working underneath FlexBuilder 3, or get FlexBuilder 3 and WTP working in a vanilla Eclipse install? I had this all working fine with FlexBuidler 2 and Eclipse 3.2, but the FlexBuilder 3 I have is a standalone…
Simon
  • 78,655
  • 25
  • 88
  • 118
3
votes
5 answers

Why the is flexbuilder plugin for eclipse so slow to open and compile?

I've got a decent computer. ( something with dual-core in the name and a lot of ram ). Sometime FlexBuilder prompt the "builder project" loading bar only when i open a simple mxml file. It's look like he does some difficult jobs... i don't ask for…
3
votes
1 answer

How to redirect the web page in flex application?

I have a button control ....i need another web page to be redirected while clicking that button .... how to do that ? Thanks
sevugarajan
  • 9,717
  • 12
  • 34
  • 31
3
votes
3 answers

how do I use a vslider as the scrollbar for a list?

how do I use a vslider as the scrollbar for a list? I've got this, but can't figure it out from here:
user_78361084
  • 3,538
  • 22
  • 85
  • 147
3
votes
1 answer

Flash Builder 4 spaces instead of tabs?

Is it possible to configure Flash Builder 4 to indent using spaces instead of tabs? I've enabled Preferences > General > Editors > Text Editors > Insert spaces for tabs but it still inserts tabs. I've tried editing files with no tabs but it still…
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257
3
votes
2 answers

Using ant, does anyone know how to build a SWF made up of SWCs (that you've built) that include resource bundles?

I'm trying to write an ant build script to build my group's flex app, and I've run into some roadblocks that I'm hoping someone on SO has seen before. We have two projects that we build into SWCs and these components contain resource bundles. One…
dw.mackie
  • 2,025
  • 1
  • 17
  • 18
3
votes
2 answers

flex builder 4 unknown error in xml file?

here is the error the flex builder shows: Unknown error generating output application.xml files. Check the Eclipse error log for more details. /Day View/src/view Unknown AIR application.xml Problem DayView-app.xml and here is that xml file that…
Badr
  • 10,384
  • 15
  • 70
  • 104
3
votes
2 answers

Flex 4 wont recognise flash.events.UncaughtErrorEvent

test.mxml:
wingnut
  • 1,193
  • 2
  • 16
  • 25
3
votes
2 answers

Differences Between Flex SDK and Flash Builder

Can Anyone tell me the differences between Flex SDK and Flash Builder ?? Like - "Mobile development using Adobe Flex SDK "Hero" and Flash Builder "Burrito" Are Both same ?? Please clarify in details. We understand that Flex is an IDE or…
Ravi Kedia
  • 51
  • 2
3
votes
2 answers

Large development teams and SVN

A few questions regarding this topic: 1) What's the largest development team (doing actual commits, not counting read-only) you've had on a single SVN repository? Did you have any issues? 2) What's the largest size team you'd be comfortable with on…
Manius
  • 3,594
  • 3
  • 34
  • 44
3
votes
1 answer

Remove flex license key from Flex builder 3

I had installed flex builder 3 plug-in in Eclispe 3.4. Now the license is expired. So i need to add another license into the same. But i could not able to change the license key because the option is disabled. So please any have idea how to change…
RKCY
  • 4,095
  • 14
  • 61
  • 97
3
votes
7 answers

Display HTML text in the Spark TextArea

The Below code is running well...
Ravi Kedia
  • 31
  • 1
  • 1
  • 2