Under certain conditions when I create a new dialog from my main dialog, I want the new dialog to finish the statements defined under wm_initdialog and then create another new dialog.
I have the creation of the second new dialog under the wm_initDialog of the first. The problem I have is the second is not active (and is not on top). It seems this cannot be done while within the Wm_initdialog of the first new dialog.
------------------
I have the creation of the second new dialog under the wm_initDialog of the first. The problem I have is the second is not active (and is not on top). It seems this cannot be done while within the Wm_initdialog of the first new dialog.
------------------
Comment