Martin Walter
Enthusiast
since ‎2020-02-02
a week ago

User Statistics

  • 78 Posts
  • 6 Solutions
  • 0 Likes given
  • 2 Likes received

User activity

If the user clicks the Window Tool, then a preview of the last selected library part is shown and the element can be inserted with a click. How can I check via the API by code, if this preview is actually shown or if the mouse arrow is shown?
If the user clicks the Window Tool, then a preview of the last selected library part is shown and the element can be inserted with a click. How can I achieve this via the API by code?
I use the following code to insert a new window element of a library part: GSErrCode CreateWindowWithTool(const GS::Int32 iLibPartIndex) { // create tool box item API_ToolBoxItem toolboxItem; BNZeroMemory(&tboxInfo, sizeof(API_ToolBoxItem)); toolboxI...
Is there a possibility to start an update process or an automatic update? That means the add-on actually is installed to c:\Program Files\GRAPHISOFT\Archicad 27\Add-Ons\MyAddOn\MyAddOn.apx Pressing a button in the AddOn I like to start a process, tha...
I have working code for an ArchiCAD-Addon for Versions 22-26. Now I try to run it with ArchiCAD 27 but it fails in the following line: m_hModule = ::LoadLibrary(wstrDLLPath); LoadLibrary() returns 0. I investigated, that ::GetLastError(); returns 127...
Likes received