$tip » History » Version 3
Per Amundsen, 12/27/2018 12:01 AM
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 | 3 | Per Amundsen | -------------------------- |
23 | |||
24 | 1 | Per Amundsen | *$tip(name,title,text,delay,iconfn,iconpos,alias,wid)* |
25 | |||
26 | 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. |
||
27 | 3 | Per Amundsen | |
28 | _Title and text can have [[Formatting_text|Control Codes]]._ |
||
29 | 1 | Per Amundsen | |
30 | *Parameters* |
||
31 | |||
32 | name - Tip name. |
||
33 | title - Tip title. |
||
34 | text - Tip text. |
||
35 | delay - Delay in milliseconds until tip closes. |
||
36 | iconfn - Icon file name. |
||
37 | iconpos - Icon position. |
||
38 | alias - Alias to be executed on double click. |
||
39 | wid - Window id associated with this tip. |