Flex 3 Errors
You are browsing the archives of "Flex 3 Errors."
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 […]