enable / disable menu items with function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-02-24
10:47 PM
- last edited on
2022-09-28
11:02 AM
by
Daniel Kassai
some examples where I need this:
1: only if there is a window or door selected a menu item shall be enabled
2: only if username and password are filled in my settings dialog the other menu items shall be enabled
How is this possible?
Solved! Go to Solution.
- Labels:
-
Add-On (C++)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-05-28 12:56 AM
Then Initialize() is called at the Start of Archicad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-02-26 12:48 PM
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-03-12 05:06 PM
I want some menu items to be enabled/disabled from program start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-05-28 12:56 AM
Then Initialize() is called at the Start of Archicad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-09-21 12:55 PM
Why did you return APIAddon_Preload from CheckEnvironment() instead of APIAddon_Normal?