Failure importing DataGridColumn & DataProvider

Hi again Kirupeans,

I’m getting some wierdness with importing DataGridColumn & Data provider.

The import statement looks like this - which is after my main package but before by first “standalone” class{}, which they are used in;


import fl.controls.DataGrid;
import fl.controls.dataGridClasses.DataGridColumn;
import fl.data.DataProvider;

But I’m getting these errors;

 
1172: Definition fl.controls.dataGridClasses:DataGridColumn could not be found.
1172: Definition fl.data:DataProvider could not be found.

It’s wierd because it worked yesturday so I’ve reverted back to the same movie & .as code I had then but I still get these errors… I just don’t know what could have changed to make these libraries suddenly unavailable.

Has anyone else seen this problem before?

BTW - Many thanks to all the superb contributions to this site - you are a light in my as3 darkness!

Ben