2018-10-16
08:19 AM
- last edited on
2022-10-05
01:36 PM
by
Daniel Kassai
Solved! Go to Solution.
2018-10-23 08:54 PM
2018-10-23 08:54 PM
2018-10-25 11:53 AM
Tibor wrote:Thanks a lot Tibor! That helped. Seemes like i didn't try the obvious solutions in the end...
Hi,
An Add-On can register menus only from it's RegisterInterface function by using ACAPI_Register_Menu.
The RegisterInterface function of the Add-On will be called only once when ARCHICAD loads your Add-On during startup.
So if you rebuild your Add-On and copy it to the Add-Ons folder it's normal that the registered menu of your Add-On won't change. You have to restart ARCHICAD (or unload and reload your Add-On from the Add-On Manager dialog inside the Options main menu) to force reloading your Add-On.