cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Miha Nahtigal
Expert
since ‎2006-09-19
Online

User Statistics

  • 145 Posts
  • 20 Solutions
  • 33 Likes given
  • 57 Likes received

User activity

I’d like to invite you all to try a new, totally free (no hidden fees or costs whatsorever) Archicad add-on available here: https://www.bimquants.com/lite/index.html This is the Lite version of BIMquants system, and it will be free forever. I even intent to make it open sour...
Due to recent changes, I am selling one of my AC29 INT licences. It still has an active SSA subscription. I am based in EU/SI. DM for info.
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 keyword is expected or illega...
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 "valueDescription" or "uDescname...
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?