On DIALOG » History » Version 8
Per Amundsen, 11/18/2015 03:19 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | *<notextile>on <level>:DIALOG:<name>:<event:<id></notextile>* |
||
| 4 | |||
| 5 | Triggers when a dialog item state is changed, e.g clicking a button or types text in a Editbox. |
||
| 6 | |||
| 7 | _See also [[$dname]], [[$devent]], [[$did]], [[/dialog]]._ |
||
| 8 | |||
| 9 | 8 | Per Amundsen | |^.*Event*|*Description*| |
| 10 | 4 | Per Amundsen | |^.active |
| 11 | 1 | Per Amundsen | close |
| 12 | dclick |
||
| 13 | drop |
||
| 14 | edit |
||
| 15 | init |
||
| 16 | menu |
||
| 17 | mouse |
||
| 18 | rclick |
||
| 19 | sclick |
||
| 20 | scroll |
||
| 21 | uclick |
||
| 22 | |^. Triggers when the dialog is made active. |
||
| 23 | Triggered when a dialog has been closed. |
||
| 24 | Occurs when a double left-click has occurred in a list box or combo box, as well as on the dialog itself. |
||
| 25 | Triggers when an item has been dragged and dropped with the mouse. |
||
| 26 | When text in an editbox or a combo box has changed. |
||
| 27 | This event ID is 0, and triggers before a dialog is displayed. This allows initialization time for the dialog and its items. |
||
| 28 | Whenever a menu-item is selected. |
||
| 29 | When the mouse is moved. |
||
| 30 | Works when the mouse right-clicks. |
||
| 31 | Occurs during a single-click in a list box/combo box, during check/uncheck of radio/check buttons, or during the click of a button. |
||
| 32 | A scrollbar control position has changed. |
||
| 33 | Left mouse button has been released/gone up. |
||
| 34 | | |