SOLVED!
Menu inactive in elevation view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-03-20
12:21 PM
- last edited on
2021-09-15
12:36 PM
by
Noemi Balogh
2020-03-20
12:21 PM
I had created a custom menu which activates some design tools like wall, door, slab, labels, dimensions etc. for drawing. This menu is available only while the user is in the plan view. As soon as the elevation view is brought up, the menu gets deactivated.
How to make the menu available in elevation view also?
Thank you.
How to make the menu available in elevation view also?
Thank you.
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
2020-03-20 04:07 PM
2020-03-20
04:07 PM
The menus are only available on floorplan view by default, but you can enable them elsewhere using the following flags in your GRC file:
http://archicadapi.graphisoft.com/documentation/required-resources
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-03-20 04:07 PM
2020-03-20
04:07 PM
The menus are only available on floorplan view by default, but you can enable them elsewhere using the following flags in your GRC file:
http://archicadapi.graphisoft.com/documentation/required-resources
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-03-21 10:13 AM
2020-03-21
10:13 AM
Thanks a lot!