Feel free to bookmark this page for easy access to our documentation.
Distributed under the MIT License.
CoolTips consists of a class wrapper for the Microsoft tooltip common control [comctl32.dll] which provides tooltips for the controls on a window. And, a template set to make it easy to add balloon tooltips and tooltips on regions.
The setup folder contains the CoolTipsSetup.exe program for installing CoolTips for Clarion Version 10. The SetupBuilder subfolder contains the SetupBuilder® install project used to create CoolTipsSetup.exe
There are two templates included in the CoolTips Template set:
Add the KCR_CoolTip extension to any window procedure to enable custom tooltips for the window.
The ToolTipClass is defined by two files located in the libsrc/win folder.
Documentation for the ToolTipClass can be found in the Help folder of the repository. The Help folder contains everything needed to build an HTML_Help file for the ToolTipClass.
You can read all About Tooltip Controls on the Microsoft msdn website.
The example application is normally installed in
CSIDL_COMMON_DOCUMENTS\SoftVelocity\Clarion10\Accessory\Devuna\Examples\CoolTips