Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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 Valik, 18 years ago

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

comment:2 by TicketCleanup, 18 years ago

Version: 3.2.12.0

Automatic ticket cleanup.

comment:3 by Valik, 18 years ago

Resolution: Rejected
Status: newclosed

No further input and I do not see what's wrong with the current documentation so closing.

comment:4 by rudi, 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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.