Blank Add On for AC19 / DevKit19
Author:adlarch Posted: Wed Sep 30, 2015 1:09 pm (GMT+1) After this failed experiment with the Archicad AddOn Wizard, i decided to create my own blank addon template for DevKit 19 Notes: 1- Remember to...
View ArticleAdd-On wizard (DevKit 19) generates un-compilable code
Author:adlarch Posted: Wed Sep 30, 2015 1:13 pm (GMT+1) While the issue with the Archicad AddOn Wizard is solved by its developers, consider this workaround.
View ArticleBlank Add On for AC19 / DevKit19
Author:stefan Posted: Wed Sep 30, 2015 3:20 pm (GMT+1) Thank you for sharing. I can also suggest to start from the smallest Devkit example: Geometry_Test It would be nice to have a blank add-in which...
View Article[SOLVED] DG::Icon
Author:Rinovo Posted: Thu Oct 01, 2015 7:17 am (GMT+1) Looks like icon for DG::Icon can't be changed. Only icons for buttons or other radio buttons can be changed. Is it possible to make changeable...
View Article[SOLVED] DG::Icon
Author:Oleg Posted: Thu Oct 01, 2015 7:34 am (GMT+1) Dont mix Icon and IconItem classes. See IconItem::SetIcon member.
View Article[SOLVED] DG::Icon
Author:Rinovo Posted: Thu Oct 01, 2015 8:39 am (GMT+1) Thanks Oleg! Got it now !
View ArticleAdd-On wizard (DevKit 19) generates un-compilable code
Author:Akos Somorjai Posted: Fri Oct 02, 2015 8:30 am (GMT+1)adlarch wrote:Hello, I'm new to the world of AC add-on development so please bear with me and sorry if this question has been addressed...
View ArticlePush Menu Control, UC259
Author:Akos Somorjai Posted: Fri Oct 02, 2015 8:48 am (GMT+1)Rinovo wrote:Hello! I need something like Push Menu Control, but for icons to show in rows not in columns. UC259 can be shown in rows, but...
View ArticleDebug exceptions
Author:Akos Somorjai Posted: Fri Oct 02, 2015 8:51 am (GMT+1)MarkHenryC wrote:Yes that's the problem I'm having. It will jump to AC's handler, even if I bracket an error in a try/catch block. But...
View ArticleImage format
Author:Akos Somorjai Posted: Fri Oct 02, 2015 8:53 am (GMT+1)Rinovo wrote:Dialog items support only 8-bit images ? Which type? The Picture type does support 32-bit images, AFAIK. You'll have to specify...
View ArticleAdd_On order
Author:Akos Somorjai Posted: Fri Oct 02, 2015 9:04 am (GMT+1)Cosminn wrote:Hello everyone, My name is Daniel. I am looking for someone to help me to create an addon for ArchiCad. I am Not sure if here...
View ArticlePush Menu Control, UC259
Author:Rinovo Posted: Fri Oct 02, 2015 9:09 am (GMT+1) Thanks Akos! Maybe in future it might be possible to add options to show Push Menu Controls in rows or columns ..
View ArticleImage format
Author:Rinovo Posted: Fri Oct 02, 2015 9:44 am (GMT+1) Thanks Akos, Yes i was using GICN. But GBMP is only usable with 'STR#' menu or with 'GDLG' dialog also ? I specified my picture as GBMP but for...
View ArticleNotify Manager - New Attribute?
Author:Akos Somorjai Posted: Fri Oct 02, 2015 12:20 pm (GMT+1)MarkHenryC wrote:Any info on where this AttributeSet class is defined? This is not part of the public API; what do you need that for? Best,...
View ArticleCreate library (LibPart) based on an existing one
Author:Akos Somorjai Posted: Fri Oct 02, 2015 12:23 pm (GMT+1)ReignBough wrote:I am trying to create a library from an existing one. What I did was just get all the information from the "source"...
View ArticleAddOnAdmin.exe say "DevKit Version: Undefined (Undefined rel
Author:Akos Somorjai Posted: Fri Oct 02, 2015 12:26 pm (GMT+1)Tsepov wrote:Hello! Please help me. On win DevKit for AC 17,18,19 when i use GX::Image(..., i have e message on AddOnAdmin.exe "DevKit...
View ArticleAdd_On order
Author:Cosminn Posted: Fri Oct 02, 2015 3:11 pm (GMT+1) Thank you Akos, Best regards, Daniel
View ArticleNotify Manager - New Attribute?
Author:MarkHenryC Posted: Fri Oct 02, 2015 8:49 pm (GMT+1) I was hoping it might provide a notification when layer status has changed, such a hiding or showing. If done via main menu there's no...
View ArticleAddOnAdmin.exe say "DevKit Version: Undefined (Undefined rel
Author:Tsepov Posted: Sat Oct 03, 2015 8:43 am (GMT+1) Thank you very much! It works! _________________ArchiCAD - The Best!!!
View ArticleAPIERR_MEMFULL LibPart_Register
Author:Rinovo Posted: Thu Oct 08, 2015 7:35 am (GMT+1)Code:IO::Location fileLoc ("C:\\temp\\MyLibpart.gsm"); API_LibPart libPart; GSErrCode err; BNZeroMemory (&libPart, sizeof...
View Article