3 weeks ago
I am programming a c++ add-on using ArchiCAD27API + Visual Studio 2019 + Windows 10.
When I press the Enter key or ESC key in the Modai Dialog, the dialog closes.
Please tell me how to stop it from closing
2 weeks ago
Use the PanelCloseRequested of the PanelObserver.
See the AddRenameViewPointItemDialog.cpp of Navigator_Test example.
a week ago
Thank you for your reply.
My program uses DGModalDialog() and I can't perform the processing you suggested.
If you know of any other ways, please let me know.
a week ago
There is DG_MSG_CLOSEREQUEST message.
But unfortunately, it is not documetnted. I use C++ dialogs, and i dont know any details, sorry.