Using Flash builder 4 to build an AIR app. I keep having my code changes not take effect when I launch开发者_StackOverflow社区 the project with the debugger, probably happens about once an hour. So d
When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other pr
I\'d like some help with a little project of mine. Background: i have a little hierarchy of Sprite derived classes (5 levels starting from the one, that is the root application class in Flex Builder)
I am trying to figure out how to manage a Datagrid based on an XML object like this: <matrix rows=\"5\" columns=\"5\">
I opened up an old project in Flex Builder 3 which runs on Adobe AIR 1.0. I believe it was originally written in Flex Builder 2. When I try to run the Adobe Air application, nothing happens. When I tr
I recently upgraded to Windows 7 (not sure if that\'s related) and after re-installing Flex 3, I get the error that I\'m using a non-debug version of Flash Player (when trying to run debug on a projec
I\'m seeing something weird in my actionscript code I have two classes foo and bar, bar extends foo.In a model class I have a foo member variable, I assign an bar object to the foo variable.But after
i have a flex app that transitions between 2 states with the toggle of a button.my issue is that the effect of fading only seems to work on the 2nd transition and after.However, for my first transitio
alt text http://img710.imageshack.us/img710/4107/flashbuildershite.jpg All of a sudden Flash Builder 4 is missing all kinds of fundamental things and is generating incorrect errors. I\'ve had the sam
I just took over a clients flex project and I can\'t get the app to reflect even a simple trace statement.