Studiocode Tutorials | 3.29 Code Window - Tool Tip
NOTE: Beginning December 31st, 2017, development of Studiocode and iCoda will stop and new licenses will not be available for purchase. Please consider Vosaic as a replacement. Read More.
Transcript
In this tutorial we will cover the tooltip option for a code button.
When I set a tooltip for a button I am setting the text that will appear when I hover my mouse over the button. This may be useful if your button is too small to display the full name of the button.
So I will open the inspector for this code button. You can see the tooltip field here in the bottom of the behavior tab. I can click on the white box and type in what I want my tooltip to be. For our purposes I will just make it tooltip demo.
Now when I close the inspector and go into code mode when I hover over the button the text tooltip demo will appear.