cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

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
Software Engineer Speckle Systems