In ArchiCAD 27 API/C++,
the following menu in the grc file imposes restrictions on commands:
'STR#' ID_ADDON_MENU04 "Menu04" {
/* [ ] */ "Construction Support Tool"
/* [ 1] */ "Weight Calculation ^E3 ^ES ^DE ^DI ^DD ^DT ^10004"
}
How can I release the restrictions ^DE ^DI ^DD ^DT using a button in a modeless dialog during the execution of this menu?