Bruno, Try changing this line:AppEvent.addListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);To this:ViewerContainer.addEventListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);
AppEvent.addListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);
ViewerContainer.addEventListener(AppEvent.WIDGET_RUN, checkIfLinkWidget);
Bruno, You would only be getting this error if you are attempting to use this Flex Viewer 2.4 widget in an earlier version.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.