private function toggleButton(idx:uint, selected:Boolean):void { var b3:ButtonBarButton = buttonBar.getChildAt(idx) as ButtonBarButton; b3.enabled = selected; }
this.callLater(yourDisablefunction);
var b3:ButtonBarButton = tbb.getChildAt(idx) as ButtonBarButton;
var b3:ButtonBarButton = tbb.dataGroup.getElementAt(idx) as ButtonBarButton;