SOLVED!
Decoding Strings in the GRC file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-19
10:45 AM
- last edited on
2021-09-14
09:21 AM
by
Noemi Balogh
2021-08-19
10:45 AM
Hi
What do the alpha-numeric codes followed by ^ in the example below denote in a GRC file?
^E3, ^ES, ^EE... - what are these for?
Thanks
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
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-19 11:14 AM
2021-08-19
11:14 AM
Those are defining which windows the menu command will be active over.
See the details here:
https://archicadapi.graphisoft.com/documentation/required-resources
See the details here:
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-19 11:14 AM
2021-08-19
11:14 AM
Those are defining which windows the menu command will be active over.
See the details here:
https://archicadapi.graphisoft.com/documentation/required-resources
See the details here:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-19 03:32 PM
2021-08-19
03:32 PM
Viktor wrote:Thanks a lot Viktor!
Those are defining which windows will be the menu command active over.
See the details here:
https://archicadapi.graphisoft.com/docu ... -resources