I have a weird thing occurring with Flash Builder 4 while working on customizing and testing:
If I clean the project then run it ("Project->Clean...", then the green "Run Index" button) the project runs in debug mode, but ignores a couple specific changes I've made; most notable is the selected index on the PrintPDF widget. In this case "Landscape" is selected, even though "Portrait" should be (index 0 vs index 1).
If I change any line of code and run the project WITHOUT the clean, it runs the code as currently entered - meaning the index for the combo is Portrait, as it should be per the code.
If I export a release build it acts the same as the "cleaned" build.
There are other oddities when the PDF is actually produced using each of these methods, but I'm not sure adding that would be helpful right now.
What is the difference in the two methods of running this in debug mode? The "Clean first" seems to be seeing something old that is cached? I'm pretty confused and welcome anyone's thoughts on this.
I know that this MAY be a Flash Builder forum question, but maybe someone here has seen it before.
Thanks!
Brad