Hi,
I was updating the Flex SDK to 4.11 version for my project, but when I use a Task (for example PrintTask), there is an error with the JSON utilities include in the Flex Arcgis API.
This is the stack trace when I launch task.
I don't know if the problem come from Flex SDK or JSONUtil, but if I use the Flex SDK 4.9.1, it works.
Could you give me your feed back if I you resolve this problem for the next release of Flex Arcgis library.
Best regards.
I was updating the Flex SDK to 4.11 version for my project, but when I use a Task (for example PrintTask), there is an error with the JSON utilities include in the Flex Arcgis API.
This is the stack trace when I launch task.
Code:
Error: Propriété inconnue : dispatchResetEvent.
at mx.collections::ListCollectionView/http://www.adobe.com/2006/actionscript/flash/proxy::getProperty()[/Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/projects/framework/src/mx/collections/ListCollectionView.as:940]
at JSON$/stringifySpecializedToString()
at JSON$/stringify()
at com.esri.ags.utils::JSONUtil$/encode()[C:\checkout\flex_api\api\src\com\esri\ags\utils\JSONUtil.as:49]
at com.esri.ags.tasks::Geoprocessor/toURLVariables()[C:\checkout\flex_api\api\src\com\esri\ags\tasks\Geoprocessor.as:991]
at com.esri.ags.tasks::Geoprocessor/submitJob()[C:\checkout\flex_api\api\src\com\esri\ags\tasks\Geoprocessor.as:843]
at com.esri.ags.tasks::PrintTask/submitJob()[C:\checkout\flex_api\api\src\com\esri\ags\tasks\PrintTask.as:360]
Could you give me your feed back if I you resolve this problem for the next release of Flex Arcgis library.
Best regards.