License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Decoding Strings in the GRC file

dushyant
Enthusiast
Hi

What do the alpha-numeric codes followed by ^ in the example below denote in a GRC file?
'STR#' ID_ADDON_MENU "Strings for the Menu" {
/* [  1] */		"Example AddOn Command... ^E3 ^ES ^EE ^EI ^ED ^ET ^10001"
}
^10001 - is for the icon
^E3, ^ES, ^EE... - what are these for?

Thanks
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Viktor Kovacs
Graphisoft
Graphisoft
Those are defining which windows the menu command will be active over.

See the details here:
https://archicadapi.graphisoft.com/documentation/required-resources

View solution in original post

2 REPLIES 2
Solution
Viktor Kovacs
Graphisoft
Graphisoft
Those are defining which windows the menu command will be active over.

See the details here:
https://archicadapi.graphisoft.com/documentation/required-resources
dushyant
Enthusiast
Viktor wrote:
Those are defining which windows will be the menu command active over.

See the details here:
https://archicadapi.graphisoft.com/docu ... -resources
Thanks a lot Viktor!