to run a script when opening a dialog box?
I intend to improvise here a kind of window that shows only a message "PROCESSING .... WAIT!" when executing a task through a script. The window has to be of the "Dialog" type and not "Palette" I hate palettes.
It will work this way:
First open the window and then automatically run the main event without closing the window ..... after completing the whole process would execute this line: Dlg.close ();
I do not know if this is crazy of me, but I believe there is some specialist who can show me some possibility.