Flex 3 Errors

You are browsing the archives of "Flex 3 Errors."

Flex 3 AdvancedDatagrid cannot convert mx.managers::DragManagerImpl to mx.managers.IDragManager

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 […]


Warning: stristr() [function.stristr]: Empty delimiter in /home/thegard5/public_html/gregjessup/wp-content/plugins/wassup/wassup.php on line 2093