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.htmlYou 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/01m300000030000000/You will have better luck getting answers if you follow a little forum etiquette. 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.Don't forget to click the Mark as answer check on this post and to click the top arrow (promote) as shown below:
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:
ViewerContainer.dispatchEvent(new AppEvent(AppEvent.DATA_CREATE_INFOWIDGET, data, infoReady));
AppEvent.dispatch(AppEvent.DATA_CREATE_INFOWIDGET, data, infoReady);
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.