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

How can I modify the name of menu item in the code?

Anonymous
Not applicable
Hi.
Because there is a error(illegal character) when I set the longer chinese character in grc file.
So is there any method that can dynamicly modify the name of menu item in the code ?
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Akos Somorjai
Graphisoft
Graphisoft
Hi,

See APIIo_SetMenuItemTextID. You can find an example in Interface_Functions.cpp in the devkit.

Best, Akos

View solution in original post

2 REPLIES 2
Solution
Akos Somorjai
Graphisoft
Graphisoft
Hi,

See APIIo_SetMenuItemTextID. You can find an example in Interface_Functions.cpp in the devkit.

Best, Akos
Anonymous
Not applicable
Akos wrote:
Hi,

See APIIo_SetMenuItemTextID. You can find an example in Interface_Functions.cpp in the devkit.

Best, Akos
Thanks.