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; }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.