Skip to main content
Known Participant
October 25, 2009
Question

Flex Builder isn't updating SWF with 'Build All', only Clean works???

  • October 25, 2009
  • 1 reply
  • 728 views

Just yesterday my project swfs were updating every time I saved, which is exactly what I wanted.  Now today, even though it rebuilds the project, the screen is blank white!  It's only after I run "clean", every time, that I can see my changes in the browser.

What can this be from?  I'm using the nightly builds of Flex 4 in Flex Builder 3.

Thanks so much,

Lance

This topic has been closed for replies.

1 reply

viatroposAuthor
Known Participant
October 25, 2009

Also, if I make a change to a second project, and then go back and make a change to my original project, the browser shows the update.  It looks like it has something to do with the compiler and what project it's currently focused on... or something to do with build states?

viatroposAuthor
Known Participant
October 26, 2009

Figured it out!  Phew .

In my sandbox, I changed the "var contentGroup:Group" to an accessor, so I could dispatch an event when it was changed, making it [Bindable('contentGroupChanged')].

I bet the compiler was hardcoded to the variable name, since the metadata can be extracted from either variables OR accessors.

Which leads me to wonder, can SkinParts be accessors?????  If not, that should definitely be fixed.

Thanks!

Lance