Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 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 Changed 16 years ago by Valik

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

comment:2 Changed 16 years ago by TicketCleanup

  • Version 3.2.12.0 deleted

Automatic ticket cleanup.

comment:3 Changed 16 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed

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

comment:4 Changed 16 years ago by rudi

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.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.