Bind tooltip value to TextInput
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:TextInput id="txtTo" width="300"/> <mx:Button label="Send" toolTip="Send e-mail to {txtTo.text}"/> </mx:Application>