flexbuilder

Flash Builder 4 debug issue

I am trying to debug an application in Flash Builder 4. The application I am working makes use of php session variables to ensure that the user is logged in. When not debugging, after logging in I can simply path to the container html file and everything works fine. However, when I am debugging a new IE window is launched but for som...

How to force asdoc run in English

My operation system is Window XP in Chinese. I'm running flex sdk > asdoc in command line. Asdoc picks up the system default language. How can I force it to be run in English language environment? ...

Flash Builder vs Flexbuilder 3 for Actionscript only projects

Hi 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 any convincing reasons? Was it worth it? ...

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: <mx:DataGridColumn width="23" src="images/testimage.jpg"/> ...

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 cleaning the project, deleting the bin-debug folder even reinstalling flex builder, but n...

Using BOTH Flexbuilder 3 AND FlashBuilder on the same machine

Hi I have been using the standalone Flexbuilder3 for a while now on my mac without a problem. While I debate whether its worth the hefty upgrade to FlashBuilder (or to switch to FDT) I'd like to have both applications installed and accessible on the same machine. According to the official docs, this should be no problem. However, in rea...

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 fine if I'm working on an exploded war deployed under "JBOSS_HOME/server/default/deploy"...

Flex Builder: generate html wrapper parameters

hi, 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 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="${application}" w...

install flex builder with eclipse ubuntu 9.10

I have the linux alpha version of flex builder installed in /opt/flex and eclipse was installed with synaptic package manager into /usr/lib/eclipse. It looks like eclipse is not aware of flex, since when I attempt to create a new file with eclipse I don't see flex builder as an option. ...

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 rely on the data so how can I go about making sure that the data is loaded first before a...

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. ...

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

Hi 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' automatically created for me. Not sure why the interface wasn't made simpler, allowing access to ...

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) 'halo' Here is the offending mxml element: <mx:TextInput x="245" y="86" id="code1" maxChars="15" c...

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 like By Product Company Name Expected Close Month ...

Flex builder error

My flex builder suddenly stopped highlighting compile time errors. Its also not giving any code completion suggestion, even after pressing ctrl+Space. What could be the possible reasons? Regards, PK ...

flex builder 3 compiler won't show errors or compile specific pages

In flexbuilder 3 for some mxml files I can purposely put in syntax errors and the compiler will seem to compile the specific page(but actually not compile it) or report any errors for that page. Is there any way that you know of to get the compiler to report the errors to me so I can get it to compile the page. I've tried rebuilding all ...

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 I tried closing it, but I couldn't. Then I tried dragging it and realized I could drag i...

Importing JAX-WS web service in adobe flex builder

I found that the Flex Builder 3's import WSDL functionality doesnt work with the WSDL generated by the JAX framework. Is there any solution to this or a workaround? ...

Flex dropdown combobox selected background color?

Hi. 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. ...

Flex learning path...

Hi all I am current learning Flex 4 programming now and trying to get as much knowledge as I could from the books and adobe website. I have finished 5 days video training from Adobe website and almost done with a book. However, most of them only talk about basic stuffs. (like create skin, components, events..etc) When I checked the...