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

Add-on menus disabled in 3D

Anonymous
Not applicable
Hi

Why my menu items are disabled in 3D mode ?
Is there any solution to use my add-on functions in 3D mode ? and Can I check if 3D switched by C++ ?

Thanks in advance!
2 REPLIES 2
Oleg
Expert
Look at Structure of an Addon/Required Resources topic of the API documentation.

You need ^E3 suffix for the menu item resource string
Anonymous
Not applicable
Oleg wrote:
Look at Structure of an Addon/Required Resources topic of the API documentation.

You need ^E3 suffix for the menu item resource string
Thanks!