Project

General

Profile

Actions

$tip » History » Revision 5

« Previous | Revision 5/12 (diff) | Next »
Per Amundsen, 12/27/2018 12:02 AM


Added in 1.9.3

$tip(name/N)

Returns properties for the specified tip.

Parameters

name/N - Tip name or If N = 0 number of open tips, otherwise the Nth tip.

Properties

.name - Tip name.
.title - Tip title.
.text - Tip text.
.delay - Delay in milliseconds until tip closes.
.iconfn - Icon file name.
.iconpos - Icon position.
.alias - Alias to be executed on double click.
.wid - Window id associated with this tip.


$tip(name,title,text,delay,iconfn,iconpos,alias,wid)

Allows you to create scripted tips that are independent of normal tip events. Returns Nth position of tip if it was successfully created, zero if not.

Title and text can have Control Codes.

Updated by Per Amundsen over 5 years ago · 5 revisions

Also available in: PDF HTML TXT