Project

General

Profile

On DIALOG » History » Version 2

Per Amundsen, 11/18/2015 03:16 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 2 Per Amundsen
|^. active
10 1 Per Amundsen
close
11
dclick
12
drop
13
edit
14
init
15
menu
16
mouse
17
rclick
18
sclick
19
scroll
20
uclick
21
 |^. Triggers when the dialog is made active.
22
Triggered when a dialog has been closed.
23
Occurs when a double left-click has occurred in a list box or combo box, as well as on the dialog itself.
24
Triggers when an item has been dragged and dropped with the mouse.
25
When text in an editbox or a combo box has changed.
26
This event ID is 0, and triggers before a dialog is displayed. This allows initialization time for the dialog and its items.
27
Whenever a menu-item is selected.
28
When the mouse is moved.
29
Works when the mouse right-clicks.
30
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.
31
A scrollbar control position has changed.
32
Left mouse button has been released/gone up.
33
 |