<geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" /> <!-- UI elements --> <widget left="10" top="50" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/> <widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/> <widget right="20" top="55" config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/> <widget left="0" top="0" config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/> <map wraparound180="true" initialextent="-14083000 3139000 -10879000 5458000" fullextent="-20000000 -20000000 20000000 20000000" top="40" addarcgisbasemaps="true"> <operationallayers> <layer label="Dynamic Fires" type="dynamic" visible="false" alpha="1" visiblelayers="0" url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer"> <sublayer id="0" popupconfig="popups/PopUp_Fires.xml"/> </layer> <layer label="Feature Fires" type="feature" visible="true" alpha="1.0" popupconfig="popups/PopUp_Fires.xml" url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer/0"/> </operationallayers> </map>
TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.esri.ags.skins::PopUpRendererSkin/zoomToButton_clickHandler()at com.esri.ags.skins::PopUpRendererSkin/__zoomToButton_click()
Solved! Go to Solution.
Turns out that if you don't have the debugger version installed, it just IGNORES the zoom in function rather than throwing the series of errors.
It has been logged as bug NIM084978.
R_
Are you talking about the identify widget or just clicking on a map feature to fire the normal popup window?
This post is about the popups having an issue with the dynamic layers, and only when I have clicked elsewhere on the map, then try to "Zoom to" button on the popup window. I have never seen the GCOD using the popups, only with the identify widget before it was fixed.
I have tried to make it crash by clicking/zooming around like mad, but can't reproduce the results.
R_