AdvancedDataGridAccImpl issue
Today I added Kapit Inspect (http://lab.kapit.fr/display/kapinspect/Kap+Inspect) back in to my project to help me debug some strange goings on. The compiler then started complaining with:
- Definition mx.accessibility:AdvancedDataGridAccImpl could not be found.
- Access of undefined property AdvancedDataGridAccImpl in package mx.accessibility.
Explanation (yeah, like it was that easy): Kap Inspect uses AdvancedDataGridAccImpl, which is not included in the base Flex SDK download – it is in the additional data visualisation zip (available from http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk) which I hadn’t installed on the sdk on this new machine. Doh.
k.