Modify ↓
#335 closed Feature Request (Rejected)
Sample Code, Help File, covering ToolTip( )
| Reported by: | rthilo | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | ToolTip documentation | Cc: |
Description
Hello,
I'd like to suggest to slightly modify the example code for ToolTip():
; This will create a tooltip in the upper left of the screen
ToolTip("This is a tooltip text", 0, 0,"Title of Tooltip",1)
; A tooltip needs to be cleared:
MsgBox(0,'Tooltips will display infinite', 'Use' & @LF & 'ToolTip("",0,0)' & @LF & 'to clear a displayed tooltip.')
ToolTip("",0,0) ; clear away the tooltip
MsgBox(0,"Tooltip cleared away","Klick OK")
Regards, Rudi.
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
No further input and I do not see what's wrong with the current documentation so closing.
comment:4 by , 18 years ago
Well, there is nothing wrong. IMHO should be sufficent for beginners as well. And neither the help text, nor the current code example point out, that a tooltip needs to be "cleared away".
But never mind, I know it now - so why should I care about other newbies who also might step into this pitfall ;)
Regards, Rudi.
Note:
See TracTickets
for help on using tickets.

Why? What's wrong with the example we have now?