|
Editing Popup Tips Text
True Launch Bar allows you to easily edit texts to appear button popup tips. To edit a text, right-click on the button to be edited, then point to the “Appearance” item on the context menu, and then select Change Description. True Launch Bar will display the dialog window where you can edit the tip text:

You can edit the caption and the description texts separately. To edit a tip caption, select Custom in the Caption group and then enter the caption in the Enter custom caption field. If you want to remove caption from the tip, select Hide in the Caption group. If you select Default, True Launch Bar will show the default caption, which normally repeats the button name.
To edit a tip description, select Custom in the Description group and then enter the description in the Enter custom description field. Just as it was described in the previous paragraph, the Hide option removes description from the tip, and the Default option shows the default description.
Enhanced tips

True Launch Bar supports basic HTML tags in tips text, which you can use to enhance the formatting of the text. The supported tags are:
| Tags |
Description |
<b>text</b> |
text will appear in bold |
<i>text</i> |
text will appear in italic |
<u>text</u> |
text will appear underlined |
<s>text</s> |
text will appear strikeout |
<ct=0000FF> |
The color of the text following this tag will be BLUE. You can set any other color in the RGB format. |
<cb=00FFFF> |
The background color of the text following this tag will be CYAN. You can set any other color in the RGB format. |
<al> or <al_l> |
Text will be aligned by the left edge. |
<al_c> |
Text will be centered. |
<al_r> |
Text will be aligned by the right edge. |
<hr=100% > |
Draws a horizontal line for the entire tip width. If you set a different percentage, the line will be smaller. |
<hr=50> |
Draws a horizontal line of 50 pixels length. |
<t> |
Tabulation. Use tabulation to create the tabular appearance. |
<br> |
New line. |
|