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...
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?
...
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?
...
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"/>
...
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...
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...
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"...
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...
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.
...
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...
That's about it. Oh, and I don't want to convert the Flex Builder Project making it incompatible with Flex Builder 3 Pro.
...
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 ...
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...
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
...
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
...
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 ...
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...
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?
...
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.
...
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...