Questions tagged [flexbuilder]

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

720 questions
0
votes
1 answer

Flex dropdown combobox selected background color?

Flex is so tricky to style. I have a combobox, when I arrow up and down over a select it has a background color, how do I change this color. This should be easy.
CafeHey
  • 5,699
  • 19
  • 82
  • 145
0
votes
1 answer

Flex Builder 3 Unclosable Editor Windows

See: http://i.imgur.com/pQNQh.png Somehow I made this happen and I don't know how to undo it. The image linked above shows my Flex Builder session. The largest section of the window is the editor. Initially, there was a blank window on the screen so…
Sam Goldman
  • 1,446
  • 13
  • 13
0
votes
2 answers

How can we generate Reports using flex bulider?

is it possiable we can bulid the reports using flex bulider ? or can we and any frameworks for build the reports ? . i don't know what way to bulid the reports flex bulider have any build reports compoents there? i want sorting reports order…
vijayakumar flex
  • 553
  • 1
  • 12
  • 37
0
votes
1 answer

backgroundDisabledColor error when upgrading from Flex3 to FlashBuilder 4

I've upgraded a FlexBuilder3 project to FlashBuilder4, and I am seeing many compilation errors regarding unsupported tag attributes: The style 'backgroundDisabledColor' is only supported by type 'mx.controls.TextInput' with the theme(s)…
DShultz
  • 4,381
  • 3
  • 30
  • 46
0
votes
1 answer

How to Make Flash Builder Package Explorer emulate Flex Builder's Navigator window?

Does anyone know if there is a way to make the new Package Explorer window in Flash Builder emulate Flex Builders 'Flex navigator' window? Bottom line is I don't always need to peer into SWC's, and I don't like having a 'default package'…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
3 answers

Can Flash Builder 4 Premium compile Flex Builder 3 Pro project?

That's about it. Oh, and I don't want to convert the Flex Builder Project making it incompatible with Flex Builder 3 Pro.
user56512
0
votes
1 answer

Flex app to load data before anything else

I have a flex app that takes data from a back end database then displays the content in one of 3 views. These views are all in a viewstack which is instantiated in main.mxml The method to get the data (remote object)is also in main.mxml. The views…
0
votes
2 answers

Flex Builder: generate html wrapper parameters

how can I set embed parameters for html wrapper using Flex Builder ? For example, I would like to generate the code that allows fullscreen, directly from Flex Builder, so I can debug properly. Where can I find these parameters ? thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
0
votes
1 answer

Flex Builder / BlazeDS / JBoss / Seam integration issue

What's the best way to develop JBoss/Seam/Flex/BlazeDS based applications? The problem that I'm facing is in having an easy and clean way of having a deployed ear while having Flex/BlazeDS still debuggable from Flex Builder. Everything works just…
Bruno Santos
  • 1,530
  • 1
  • 15
  • 22
0
votes
1 answer

how to embed image into flex grid column

Is there an easy way to embed an image into a flex grid column? Something similar to:
jon
  • 5
  • 3
0
votes
1 answer

Flash Builder vs Flexbuilder 3 for Actionscript only projects

Right now Flexbuilder 3 is my editor of choice for all as3, xml ,js editing. I'm not 100% convinced that I need to upgrade to FlashBuilder. Also early betas seemed a bit sluggish compared to Flexbuilder3. Does anyone who has made the upgrade have…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Flex Builder: I want to go from titleWindow to a panel

I'm building a user login page and I want to go from titleWindow to Panel. I'm using the following function but it always takes me back to parentApplication. My question is how can I go to my panel and not to Application page? I know that I'm using…
dejaninic
  • 134
  • 2
  • 9
0
votes
1 answer

Flex Builder : How to use a specific firefox profile for launching?

I tried doing the above by giving the following params in Window -> Preferences -> Web Browser -> Edit -> Parameters : -P devpro -no-remote But whenever I run an application from flex builder, it asks me to choose a profile. I also tried: -P…
simplfuzz
  • 12,479
  • 24
  • 84
  • 137
0
votes
1 answer

Adding a button to a Flex mx datagridcolumn while retaining Label as itemRenderer?

I'm curious how others would tackle this: Consider a DataGrid with every column using a Label subclass as its itemRenderer (for toolTip stuff or etc). In the first column I'd like to display a button inside each cell (for example a pencil icon which…
0
votes
1 answer

is indentation working in Flex Builder on mac?

is indentation working in Flex Builder on mac ? I'm pressing APPLE + i, but my MXML code layout doesn't change. Is it maybe only for Actionscript ?
aneuryzm
  • 63,052
  • 100
  • 273
  • 488