mx
You are browsing the archives of "mx."
I was getting this error when clicking my AdvancedDatagrid. This only seemed to occur after converting the app to a module.
The answer to the problem was to add the following to your main application.
Hope this helps you spend a lot less time than I did resolving the problem
import mx.managers.IDragManager;
private var iDragManager:IDragManager;
Here is the […]