$tip » History » Version 2
Per Amundsen, 11/30/2015 10:53 PM
1 | 1 | Per Amundsen | _Added in 1.9.3_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | *$tip(name/N)* |
4 | 1 | Per Amundsen | |
5 | Returns properties for the specified tip. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | name/N - Tip name or Nth tip. |
||
10 | |||
11 | *Properties* |
||
12 | |||
13 | .name - Tip name. |
||
14 | .title - Tip title. |
||
15 | .text - Tip text. |
||
16 | .delay - Delay in milliseconds until tip closes. |
||
17 | .iconfn - Icon file name. |
||
18 | .iconpos - Icon position. |
||
19 | .alias - Alias to be executed on double click. |
||
20 | .wid - Window id associated with this tip. |
||
21 | |||
22 | *$tip(name,title,text,delay,iconfn,iconpos,alias,wid)* |
||
23 | |||
24 | 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. |
||
25 | |||
26 | *Parameters* |
||
27 | |||
28 | name - Tip name. |
||
29 | title - Tip title. |
||
30 | text - Tip text. |
||
31 | delay - Delay in milliseconds until tip closes. |
||
32 | iconfn - Icon file name. |
||
33 | iconpos - Icon position. |
||
34 | alias - Alias to be executed on double click. |
||
35 | wid - Window id associated with this tip. |