Posted At : November 21, 2007 10:51 PM | Posted By : Brendan Meutzner
Related Categories:
Flex 2,
Flex 3
So after a short period of searching, there doesn't seem to be a straight-forward way to disable a single ToggleButtonBar button instance... here's what I found worked:
Button (tBBInstance.getChildAt(X)).enabled = true|false;
AFAIK, there is no method to get the reference of buttons..
-abdul