Dialog Items » History » Version 8
Per Amundsen, 02/01/2017 03:25 AM
1 | 1 | Per Amundsen | h1. Dialog Items |
---|---|---|---|
2 | |||
3 | *title <tezt>* |
||
4 | |||
5 | Sets the titlebar text of the dialog. |
||
6 | |||
7 | 7 | Per Amundsen | --- |
8 | |||
9 | 1 | Per Amundsen | *size <x y w h>* |
10 | |||
11 | Sets the x/y position and the width/height of the dialog. |
||
12 | |||
13 | 7 | Per Amundsen | --- |
14 | |||
15 | 1 | Per Amundsen | *option [pixels | dbu | notheme | disable]* |
16 | |||
17 | pixels - The dialog and All dialog items sizes are defined in pixels. |
||
18 | dbu - The dialog and All dialog items sizes are defined in Dialog Base Units. |
||
19 | notheme - Sets the dialog border style to fixed single and disables windows theme styling. |
||
20 | disable - Disables all controls for a second when the dialog is shown. |
||
21 | |||
22 | 7 | Per Amundsen | --- |
23 | |||
24 | 8 | Per Amundsen | *icon <filename, [index]>* |
25 | |||
26 | Adds a icon to the dialog. |
||
27 | |||
28 | filename - Icon file, can be any type of picture or icon file, also a .exe or .dll. |
||
29 | [index] - Icon index in the .ico/.exe/.dll file to use. |
||
30 | |||
31 | --- |
||
32 | |||
33 | *icon <id, x y w h, filename, [index], [noborder top left bottom right small large actual disable hide aleft aright atop abottom]>* |
||
34 | |||
35 | Adds a picturebox to the dialog. |
||
36 | |||
37 | id - Id of the picturebox. |
||
38 | x y w h - The x y position, width and height to use for the picturebox. |
||
39 | filename - Icon file, can be any type of picture or icon file, also a .exe or .dll. |
||
40 | [index] - Icon index in the .ico/.exe/.dll file to use. |
||
41 | noborder - TODO |
||
42 | top - TODO |
||
43 | left - TODO |
||
44 | bottom - TODO |
||
45 | right - TODO |
||
46 | small - TODO |
||
47 | large - TODO |
||
48 | actual - TODO |
||
49 | disable - Disables the picturebox. |
||
50 | hide - Hides the picturebox. |
||
51 | aleft - Anchors the combobox to the left (AdiIRC only) |
||
52 | aright - Anchors the combobox to the right (AdiIRC only) |
||
53 | atop - Anchors the combobox to the top (AdiIRC only) |
||
54 | abottom - Anchors the combobox to the bottom (AdiIRC only) |
||
55 | 5 | Per Amundsen | |
56 | 7 | Per Amundsen | --- |
57 | |||
58 | 6 | Per Amundsen | *tab <text, id, x y w h>* |
59 | 1 | Per Amundsen | |
60 | 6 | Per Amundsen | Adds a tabcontrol to the dialog. |
61 | 1 | Per Amundsen | |
62 | 6 | Per Amundsen | text - The text of the tab. |
63 | id - Id of the tabcontrol. |
||
64 | x y w h - The x y position, width and height to use for the tabcontrol. |
||
65 | |||
66 | 7 | Per Amundsen | --- |
67 | |||
68 | 1 | Per Amundsen | *tab <text, id* |
69 | |||
70 | Adds a new tab to the tabcontrol with the specified id. |
||
71 | |||
72 | 7 | Per Amundsen | --- |
73 | |||
74 | 3 | Per Amundsen | *combo <id, x y w h, [sort, edit, drop, size, vsbar, hsbar, result, disable, tab id, aleft, aright, atop, abottom]>* |
75 | 1 | Per Amundsen | |
76 | Adds a combobox to the dialog with the specified id at position x/y and the w/h width/height. |
||
77 | |||
78 | 6 | Per Amundsen | id - Id of the combobox. |
79 | x y w h - The x y position, width and height to use for the combobox. |
||
80 | 1 | Per Amundsen | sort - Enables sorting. |
81 | edit - Shows the editbox. |
||
82 | drop - Show as a dropdown list. |
||
83 | size - Sets the height of the dropdown area. |
||
84 | vsbar - Enables the vertical scrollbar. |
||
85 | hsbar - Enables the horizontal scrollbar. |
||
86 | result -Indicates the selected dropdown item/text should be return the dialog "OK/Accept button" is pressed. |
||
87 | disable - Disables the combobox. |
||
88 | tabid/tab id - Indicates the combobox should be shown on the tab with the specified id. |
||
89 | aleft - Anchors the combobox to the left (AdiIRC only) |
||
90 | aright - Anchors the combobox to the right (AdiIRC only) |
||
91 | atop - Anchors the combobox to the top (AdiIRC only) |
||
92 | abottom - Anchors the combobox to the bottom (AdiIRC only) |
||
93 | 4 | Per Amundsen | |
94 | 7 | Per Amundsen | --- |
95 | |||
96 | 4 | Per Amundsen | *text* |
97 | |||
98 | 7 | Per Amundsen | --- |
99 | |||
100 | 4 | Per Amundsen | *link* |
101 | |||
102 | 7 | Per Amundsen | --- |
103 | |||
104 | 4 | Per Amundsen | *button* |
105 | |||
106 | 7 | Per Amundsen | --- |
107 | |||
108 | 4 | Per Amundsen | *check* |
109 | |||
110 | 7 | Per Amundsen | --- |
111 | |||
112 | 4 | Per Amundsen | *edit* |
113 | |||
114 | 7 | Per Amundsen | --- |
115 | |||
116 | 4 | Per Amundsen | *list* |
117 | |||
118 | 7 | Per Amundsen | --- |
119 | |||
120 | 4 | Per Amundsen | *radio* |
121 | |||
122 | 7 | Per Amundsen | --- |
123 | |||
124 | 4 | Per Amundsen | *box* |
125 | |||
126 | 7 | Per Amundsen | --- |
127 | |||
128 | 4 | Per Amundsen | *scroll* |
129 | |||
130 | 7 | Per Amundsen | --- |
131 | |||
132 | 4 | Per Amundsen | *menu* |
133 | 7 | Per Amundsen | |
134 | --- |
||
135 | 4 | Per Amundsen | |
136 | *item* |