I am working in Flash Builder 4.6 and I cannot get Flash Builder to display my application in design mode. I have not modified any Flash Builder configuration options, it just seems to have started on its own. Closing and opening the project, or even Flash Builder itself does not resolve the issue.
Here is what I see:
Notice how I am in design mode, but I cannot hit the "refresh design mode" arrow, and my properties panel notes that I cannot use its features unless I am in design mode, obviously not recognizing that I am in design mode.
Note the "Design Mode Problems" panel near the bottom of the screen, noting that I have a syntax error on line 33 of Theme.mxml
, causing display issues. Here is line 33 of that file:
Notice how there isn't any error, as my application complies and runs just fine.
Any ideas as to how I can solve the display mode issues?
Thank you four your time.