Solved! Go to Solution.
ViewerContainer.dispatchEvent(new AppEvent(AppEvent.DATA_CREATE_INFOWIDGET, data, infoReady));
AppEvent.dispatch(AppEvent.DATA_CREATE_INFOWIDGET, data, infoReady);
Angie,
It is pretty straight forward to fix this error.
Old code lineViewerContainer.dispatchEvent(new AppEvent(AppEvent.DATA_CREATE_INFOWIDGET, data, infoReady));
New code LineAppEvent.dispatch(AppEvent.DATA_CREATE_INFOWIDGET, data, infoReady);
Don't forget to click the Mark as answer check on this post and to click the top arrow (promote) as shown below:
Angie,
Can you show me what you had to change...? What I posted should have worked without any change.
The place to find this type of info is here is the Flex Viewer Developer documentation:
http://help.arcgis.com/en/webapps/flexviewer/apiref/index.html
You would have found the announcement about the change back in 2.4 release what's new.
http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/What_was_new_in_2_4_Viewer/01m30000003...
You will have better luck getting answers if you follow a little forum etiquette.Don't forget to click the Mark as answer check on this post and to click the top arrow (promote) as shown below:
- Mark your posted as answered when your original question is answered. I have posted at the bottom of my thread a image with the steps of how to do that, (again).
- If you have additional questions post new threads for each question once your original question has been answered.