Project

General

Profile

$tip » History » Revision 2

Revision 1 (Per Amundsen, 03/31/2014 02:36 AM) → Revision 2/12 (Per Amundsen, 11/30/2015 10:53 PM)

_Added in 1.9.3_ 

 *$tip(name/N)* $tip(name/N) 

 Returns properties for the specified tip. 

 *Parameters* 

 name/N - Tip name or 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. 

 *Parameters* 

 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.