RobDev
Contributor
since ‎2024-04-03
Tuesday

User Statistics

  • 13 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

User activity

Hi all, I'm looking to create a search bar for my dialog similar to the image below, basically the same kind of search bar as found in Archicad: I'm able to create a simple text edit to emulate what I'm looking for, but it's missing the persistent ma...
Hi all, I've been trying to get ACAPI_Drawing_Update_Drawings() to work, but I'm not having much success. Every time I run the below code the only return I get is Unknown Error, and the drawing doesn't update: API_Element drawingElem; drawingElem.hea...
Hi all, I've already got some code written to change view settings automatically using ACAPI_Navigator_ChangeNavigatorView(), however I'm experiencing crashes when trying to use the same function to update the view settings for schedule views. I'd li...
Hi all, I've got a .txt file located within my Embedded Library, and I'm looking to write to it using an addon to allow some custom GDL objects to read it and update their parameters when they're placed. My question is whether this is possible at all...
Hi all, A quick question from me: is it possible at all to request an element or lockable object set (something like the Location Settings) from another user using the API? Checking through the documentation and searching online there doesn't seem to...
Likes received