displaying_20a_20tooltip_20on_20demand
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
displaying_20a_20tooltip_20on_20demand [2018/03/31 13:19] – external edit 127.0.0.1 | displaying_20a_20tooltip_20on_20demand [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====Displaying a tooltip on demand===== | =====Displaying a tooltip on demand===== | ||
- | //by Richard Russell, August 2012//\\ \\ As a rule, a **tooltip** is displayed when the mouse moves into the tool's // | + | //by Richard Russell, August 2012//\\ \\ As a rule, a **tooltip** is displayed when the mouse moves into the tool's // |
+ | |||
+ | <code bb4w> | ||
INSTALL @lib$+" | INSTALL @lib$+" | ||
Line 48: | Line 50: | ||
SYS " | SYS " | ||
ENDPROC | ENDPROC | ||
+ | </ | ||
+ | |||
As shown, clicking anywhere will cause a **balloon tooltip** (available in Windows XP or later) to be displayed at the mouse position, and to remain displayed for one second. If the **TTS_BALLOON** style is omitted a regular tooltip will be displayed. | As shown, clicking anywhere will cause a **balloon tooltip** (available in Windows XP or later) to be displayed at the mouse position, and to remain displayed for one second. If the **TTS_BALLOON** style is omitted a regular tooltip will be displayed. |
displaying_20a_20tooltip_20on_20demand.1522502356.txt.gz · Last modified: 2024/01/05 00:18 (external edit)