﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
335	Sample Code, Help File, covering ToolTip( )	rthilo		"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."	Feature Request	closed		Documentation		None	Rejected	ToolTip documentation	
