Description: |
These library classes extend the standard DLG class in the following aspects
- the dialog window appears at the position where it was closed last time
- only one copy of a given dialog can created, script knows whether the given dialog was already created or not
- dialogs are safely closed both in GMS 1.x and 2.x.
- a child dialog can be created from the button of a mother dialog. The known problem of the
"forgotten class definition if not immediatelly created in DLG" is avoided by making a dummy object.
- the child dialogs are automatically closed when the mother one is closed. |