cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
RobDev
Contributor
since ‎2024-04-03
Thursday

User Statistics

  • 17 Posts
  • 0 Solutions
  • 0 Likes given
  • 3 Likes received

User activity

Hi all, I've got a functioning proof of concept for linking one object to another, so that when the first object moves the linked object moves with it, and changes its parameters based on its position and other factors. This works fine in solo projec...
Hi all, I've started to attempt to create the equivalent of the dialog element below, but I'm wondering whether this exists as a standard importable element anywhere? I'm aware that it's (probably) entirely possible to recreate it, but I want to make...
Hi all, I'm looking to create a RollDown dialog similar to the BasicElementIconsRollDownDialog from DG_Test, but as a palette. I found this forum thread with pretty much the same question, but the accepted answer hasn't really helped me much. |'ve tr...
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...