cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Rob C
Contributor
since ‎2024-04-03
Tuesday

User Statistics

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

User activity

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...
Hi all, For the past week or so the Add-ons page for the developer profile has been showing me "There has been a critical error on this website". From looking at previous threads it seems like this can be a server issue - should I just wait until it'...
Hi all, I'm looking into executing commands automatically when the user attempts to publish a drawing. From looking at the API docs it seems like the only thing we have access to is inserting a new format into the already-existing publisher dialog (s...
Hi all, I've been working on trying to change GDL object parameters automatically when the user saves the project file. static GSErrCode __ACENV_CALL ProjectEventHandlerProc(API_NotifyEventID notifID, Int32 param) { switch (notifID) { case APINotify_...
Likes received