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 th
开发者_开发技巧My flex builder suddenly stopped highlighting compile time errors. Its also not giving any code completion suggestion, even after pressing ctrl+Space.
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 w
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. I
That\'s about it.Oh, and I don\'t want t开发者_Go百科o convert the Flex Builder Project making it incompatible with Flex Builder 3 Pro.Yes!Here is an article and video that shows how to use the Flex 3
I have a flex app that takes data from a back end database then displays the content in one of 3 views.
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 wh
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 fold
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.
Is there an easy way to embed an image into a flex grid column? Something similar to: <mx:DataGridColumn width=\"23\" src=\"images/t开发者_如何学Cestimage.jpg\"/>