Hello stackOverFlowers,
I'm creating an flex 3 application with 3 togglebuttonbars. What i would like to do is disable the tooltip of the buttons on one togglebuttonbar. Does anybody know how i can access the buttons on the togglebuttonbar to disable the tooltips?
I don't want to disable all the tooltips off the total application(ToolTipManager.enabled = false;).
I have set the tooltip of the togglebuttonbar to null but it doesn't disable the creation of the buttons within the togglebutttonbar.
does anybody know how i can disable the tooltips of the buttons on the togglebuttonbar?
DJ