If you do not use the automatic feature, you will need to manually save and restore the user preferences for Tooltips.
The TipLink template will add a tree of user embed points in the MAIN procedure you designated. The embed points are described earlier in this document, but the area you want looks like:
These first two embed points occur when the MAIN window first opens and BEFORE tooltips are set.
The first allows you to insert code after the default tooltip values have been set.
The second one (only visible if you selected the automatic save/restore option) is after the automatic INI settings have been restored.
If you have not enabled the automatic save/restore, your code would go after the first embed (where defaults are set)
The two values you need to store are:
GLO:TipLink = value ( 1=Tooltips ON, 0 = Tooltips Off )
GLO:TipType = value ( 1 = Normal Tooltips, 2 = Balloon tooltips )