BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.

Can’t access menu options from 3D-view

Anonymous
Not applicable
Hi, I have made an addon with some menu options,

Options->MyCompany->MyFunction

But the thing is that when archicad is in 3D-view I can’t click on MyFunction, it’s marked gray.

Why is it this way?
1 REPLY 1
Ralph Wessel
Mentor
jmi wrote:
Hi, I have made an addon with some menu options,

Options->MyCompany->MyFunction

But the thing is that when archicad is in 3D-view I can’t click on MyFunction, it’s marked gray.
Append ^E3 to the menu item in the GRC file, e.g.
'STR#' 32500  "My Menu" {
	/*[  ]*/	"My Menu"
	/*[  ]*/	"My Item"
	/*[ 1]*/	"Active in 3D Window^E3"
}
Ralph Wessel BArch
Learn and get certified!