Creates ToolTips for each of the buttons
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:ButtonBar> <mx:Object label="OK" toolTip="OK tip" /> <mx:Object label="Cancel" toolTip="Cancel tip" /> </mx:ButtonBar> </mx:Application>