- Home
- General Usage
- DCX Controls
- DCX Features
- About DCX
|
Dialog (embedded) |
This control enables you to dock a dialog as a control on another dialog. The dialog must be opened before any attempt to add it to the dialog.
You can dock any number of dialogs as long as each is a separate entity.
Note: The docked dialogs are ejected when the main dialog is closed, or the control is deleted.
Note: Within the close event of the main dialog, you must use a timer with /xdialog -x to close the docked dialog.
|
$xdid() Properties |
The $xdid identifier is a given mIRC alias that communicates with the DCX DLL to extract information in DCX controls. |
$xdid().dname |
This property lets you retreive the name of the dialog which has been docked. |
Syntax: |
$xdid(dialog, ID).dname |
Example: |
$xdid(dcx, 4).dname |
Dialog (embedded) Events |
These events are fired when activity occurs in the Dialog (embedded) control. |
help |
Launched when you click on a control using the ? contexthelp button. |
Syntax: |
/cb_alias DNAME help ID |
Example: |
/cb_alias dcx help 4 |
|