var b3:ButtonBarButton = tbb.getChildAt(idx) as ButtonBarButton;
var b3:ButtonBarButton = tbb.dataGroup.getElementAt(idx) as ButtonBarButton;
this.callLater(yourDisablefunction);
private function toggleButton(idx:uint, selected:Boolean):void { var b3:ButtonBarButton = buttonBar.getChildAt(idx) as ButtonBarButton; b3.enabled = selected; }
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.