BenjiDev
Enthusiast
since ‎2021-11-16
3 weeks ago

User Statistics

  • 48 Posts
  • 5 Solutions
  • 12 Likes given
  • 12 Likes received

User activity

Lets say you have coded an Add-On that you want to sell. In that case you probably need some licensing solution. Does GRAPHISOFT provide any help with this? For example some way to associate your Add-On license with an Archicad license. One idea that...
Lets say there is an element on the floor plan (any type of element). In my Addon I want to "choose" that element and perform some action. For example display its name, show its type or whatever you can imagine. Ways of choosing the element that I kn...
Hello,I am editing a GDL object that is part of a loaded library.When saving the code (CTRL+S in the GDL editor) the placed objects changes their .gsm file to an old version. What is happening is that when i save the .gsm file, a new version of that ...
ACAPI_Element_AttachObserver takes an argument "notifyFlags".I can't find any example addon (under the devkit folder) using this argument.From the documentation:"notifyFlags[in] Defines the behavior of the attached observer in certain database operat...
Hello,My workflow when it comes to developing the GUI part of C++ addons is so bad and cumbersome, surely I am doing something wrong and looking to improve. Basically up until now I am just using "fixed" coordinates for the GUI elements the .grc file...