var timer:Timer = new Timer(501, 1); timer.addEventListener(TimerEvent.TIMER_COMPLETE, function():void{ var cId2:Number = ViewerContainer.getInstance().widgetManager.getWidgetId("Point Buffer"); AppEvent.dispatch(AppEvent.WIDGET_CLOSE, cId2); }); timer.start();
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.