We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-07-30 08:31 PM - edited 2022-07-30 08:32 PM
Hi, It's success for me to build my First Add on by following blog,https://archicadapi.Graphisoft.com/getting-started-with-Archicad-add-ons. But I am confused by a stranger problem,where I change my code in cpp, rebuild it and it works,but I change Menu name,and rebuild,it still be old. I search the forum for answer, ths closet topic is
https://community.Graphisoft.com/t5/Developer-forum/Menu-problem/m-p/280025 , but it's pretty pity that it does not work for me.
please give me some instructions.
2022-07-31 03:48 PM
Consider Cleaning the project before building. Only rebuilding AFAIK doesn't rebuild resources (.grc etc files) and thus the old names will stay. "Build/Clean Solution".
2022-08-04 09:05 AM
Try to close Archicad and remove the WorkEnvironment and the Latest WorkEnvironment folders from the C:\Users\<username>\AppData\Roaming\Graphisoft\Archicad xxx
2022-08-31 10:00 PM
I had a similar problem with making edits to a menu after I had already successfully loaded it in to Archicad. My solution was found at:
Options > Work Environment > Menus
I was able to add and manipulate different choices of the menu item that were loaded into Archicad with the modified code but were never associated with the original menu item.