Our code (ListCollectionView.as) gets away with this. Comment out various sections of code to see if you can isolate the problem. Maybe you have a private length as well?
From: [email protected] [mailto:[email protected]] On Behalf Of jimmy5804 Sent: Tuesday, December 16, 2008 8:25 AM To: [email protected] Subject: [flexcoders] Overlapping interfaces I have a custom class that wants to expose IList and ICollectionView. Both interfaces define the length parameter and I get an "ambiguous renference to length" error when I try to access length. I believe this is essentially a namespace issue, but I don't know how to solve it. Suggestions?

