I tried everything. What was strange is that is added the code back in that caused the warning in the first place then I had two identical warnings. But I did get it to go away by turning off warnings in the compiler options and then turning them back on.
Thanks --- In [email protected], "hbwvt" <[EMAIL PROTECTED]> wrote: > > Have you tried doing a Project > Clean? That usually removes all the > warnings and does a clean build. You could also close the project > and re-open it. > > -Heidi > > --- In [email protected], "Paul DeCoursey" <paul@> wrote: > > > > I have this warning... > > > > > > 1 Data binding will not be able to detect assignments to > > "systemManager". vmxma.mxml vmxma/source line 551 > February 23, 2007 > > 3:42:38 PM 10823 > > > > Which refers to this line... > > <data:ItemProvider id="itemProvider"> > > > > > > I was assigning systemManager to a property on that, but have since > > removed it. Why does the warning still appear? How do I clear > these > > erroneous errors from my problems tab? > > > > Paul > > >

