Blank Add On for AC19 / DevKit19
Author:Gill Gonnissen Posted: Thu Oct 08, 2015 11:43 am (GMT+1) Hi, I've noticed that in the BlankAddOn the .grc file isn't entirely correct. The info on the status bar should be:'STR#' 32501 "Status...
View ArticleAdd-on registry entry not created in AC 18/19
Author:LesWoolsey Posted: Thu Oct 08, 2015 9:52 pm (GMT+1) I am rebuilding my add-on (and installer) for AC 18 & 19. The installer looks in the registry for "HKCU\\Software\GRAPHISOFT\ArchiCAD-64...
View ArticleAPIERR_MEMFULL LibPart_Register
Author:Akos Somorjai Posted: Mon Oct 12, 2015 12:50 pm (GMT+1)Rinovo wrote:Code:IO::Location   fileLoc ("C:\\temp\\MyLibpart.gsm"); API_LibPart   libPart; GSErrCode    err;  BNZeroMemory...
View ArticleAdd-on registry entry not created in AC 18/19
Author:Akos Somorjai Posted: Mon Oct 12, 2015 1:07 pm (GMT+1)LesWoolsey wrote:I am rebuilding my add-on (and installer) for AC 18 & 19. The installer looks in the registry for...
View ArticleBlank Add On for AC19 / DevKit19
Author:Akos Somorjai Posted: Mon Oct 12, 2015 1:08 pm (GMT+1)stefan wrote:Thank you for sharing. I can also suggest to start from the smallest Devkit example: Geometry_Test It would be nice to have a...
View ArticleBlank Add On for AC19 / DevKit19
Author:Akos Somorjai Posted: Mon Oct 12, 2015 1:10 pm (GMT+1)Gill Gonnissen wrote:Hi, I've noticed that in the BlankAddOn the .grc file isn't entirely correct. The info on the status bar should...
View ArticleBlank Add On for AC19 / DevKit19
Author:stefan Posted: Mon Oct 12, 2015 2:17 pm (GMT+1)Akos Somorjai wrote:stefan wrote:Thank you for sharing. I can also suggest to start from the smallest Devkit example: Geometry_Test It would be...
View ArticleAPIERR_MEMFULL LibPart_Register
Author:Rinovo Posted: Tue Oct 13, 2015 7:45 am (GMT+1) Thanks Akos! I was trying to add library part to embedded library. I guess only way would be to make new one through creating new one.
View ArticleCreate library (LibPart) based on an existing one
Author:ReignBough Posted: Tue Oct 13, 2015 9:33 am (GMT+1)Akos Somorjai wrote:Why would you like to copy an existing library part? The copyright section is there for a reason But you can modify them on...
View ArticleAdd-on registry entry not created in AC 18/19
Author:LesWoolsey Posted: Tue Oct 13, 2015 6:38 pm (GMT+1) Thanks. I think I really want to put my Add-On into the selected folder which means I need to tell people how to initialize ArchiCAD, Can you...
View ArticleAdd-on registry entry not created in AC 18/19
Author:LesWoolsey Posted: Tue Oct 13, 2015 6:38 pm (GMT+1) Thanks. I think I really want to put my Add-On into the selected folder which means I need to tell people how to initialize ArchiCAD, Can you...
View ArticleBlank Add On for AC19 / DevKit19
Author:Akos Somorjai Posted: Wed Oct 14, 2015 12:48 pm (GMT+1)stefan wrote: What is the recommended approach for developing Win + Mac add-ons? Preferably, we would have a single Add-in source folder,...
View ArticleAPIERR_MEMFULL LibPart_Register
Author:Akos Somorjai Posted: Wed Oct 14, 2015 12:54 pm (GMT+1)Rinovo wrote:Thanks Akos! I was trying to add library part to embedded library. I guess only way would be to make new one through creating...
View ArticleCreate library (LibPart) based on an existing one
Author:Akos Somorjai Posted: Wed Oct 14, 2015 12:57 pm (GMT+1)ReignBough wrote: I just want to make a copy of the libraries and modify the contents, like adding parameter. So instead of adding this...
View ArticleAdd-on registry entry not created in AC 18/19
Author:Akos Somorjai Posted: Wed Oct 14, 2015 1:22 pm (GMT+1)LesWoolsey wrote:Thanks. I think I really want to put my Add-On into the selected folder which means I need to tell people how to initialize...
View ArticleImage format
Author:Akos Somorjai Posted: Wed Oct 14, 2015 1:29 pm (GMT+1)Rinovo wrote:Thanks Akos, Yes i was using GICN. But GBMP is only usable with 'STR#' menu or with 'GDLG' dialog also ? I specified my picture...
View ArticleModify an existing Library part's section destroys Libpart
Author:gehairing Posted: Fri Oct 16, 2015 2:32 pm (GMT+1) Hello all I try to modifiy an existing Library part by adding some parameters. Here is a part of the code i use :Code:API_LibPart libPart;...
View ArticleHow to localize an Add on
Author:LesWoolsey Posted: Fri Oct 16, 2015 5:59 pm (GMT+1) Is there any documentation or examples for how to localize an AddOn? I have my English messages etc in a GRC file. The examples sort of lead...
View ArticleCustomized Menu Layout
Author:Kinstewar Posted: Fri Oct 16, 2015 9:12 pm (GMT+1) Our client changed a menu of our plugin in the menu customization settings, removed some items probably and he cant see them and also a new...
View ArticleRendering cannot be interrupted
Author:gehairing Posted: Mon Oct 19, 2015 9:49 am (GMT+1) Hi all I want to launch some renderings in Archicad from our plugin. For this i use this API call : ACAPI_Automate (APIDo_PhotoRenderID, xx,...
View Article