2016-04-13 16:43 UTC
Hello,
I have realized a Modeless Dialog.
During its use, according to the user settings dialog changes in width and height dimension.
Subsequently, the user presses OK.
At the end of the lisp function connected to Ok there is the following code
(dcl-Form-Close NomeApp_Form/NomeForm)
However, if the user opens the Dialogue it is the old size and settings, while I would like that the Dialog is reset to the initial settings.
How can I do?
I have realized a Modeless Dialog.
During its use, according to the user settings dialog changes in width and height dimension.
Subsequently, the user presses OK.
At the end of the lisp function connected to Ok there is the following code
(dcl-Form-Close NomeApp_Form/NomeForm)
However, if the user opens the Dialogue it is the old size and settings, while I would like that the Dialog is reset to the initial settings.
How can I do?