Miha Nahtigal
Advocate
since ‎2006-09-19
Online

User Statistics

  • 132 Posts
  • 19 Solutions
  • 18 Likes given
  • 52 Likes received

User activity

Hi all. I am trying to add 'VERS' resource to my AddonFix.grc file as described in https://community.graphisoft.com/t5/Archicad-C-API/How-to-add-Add-On-version-info/td-p/148371 It does not work - throws an error "Write_Error: Structure beginning keyw...
HI everyone. I am looking for a way to get a parameter description from a placed GSM object. I can get parameter's name with const API_AddParType& parameter = (*memo.params)[ii]; GS::UniString ParameterName = parameter.name; but the values of "valueD...
Hi everyone. I have a UC::PopupMenu control on my dialog modal window which opens a custom popup. Would it be possible to create a multi-level popup with the UC::PopupMenu control mentioned above? 
I am trying to implement global handler/observer when elements get deleted, without applying ACAPI_Notify_InstallElementObserver to each element in my project. A function like ACAPI_Notify_CatchNewElement -> ACAPI_Notify_CatchDeleteElement would be g...
I am trying to extract element's quantities with ACAPI_Element_GetQuantities() in section views. When working from floor plans or 3d views everything works fine. Unfortunatelly not in sections. I get APIERR_BADDATABASE error. "Element" parameter is c...