Friday
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 hours ago
Use the PanelCloseRequested of the PanelObserver.
See the AddRenameViewPointItemDialog.cpp of Navigator_Test example.