Create library (LibPart) based on an existing one
Author:ReignBough Posted: Thu Jul 30, 2015 11:35 am (GMT+1) I am trying to create a library from an existing one. What I did was just get all the information from the "source" library then copy (and...
View Article[SOLVED] Handler not called
Author:mdelanno Posted: Sun Aug 02, 2015 7:35 pm (GMT+1) I've successfully created an addon with the VS wizard. The addon loads itself in ArchiCAD and I see my menu in the Tools main menu. But when I...
View Article[SOLVED] Handler not called
Author:mdelanno Posted: Sun Aug 02, 2015 8:04 pm (GMT+1) Found it while writing my post. I was using Dev Kit 19 with ArchiCAD 18! On MyArchiCAD, it's the 18 version which is available. After changing...
View ArticleThe file is an outdated Add-On that cannot be used with this
Author:ReignBough Posted: Tue Aug 04, 2015 9:59 am (GMT+1) based on my experience, this can be caused by (but not limited to): * The add-on is for lower version of ArchiCAD. * The add-on was built with...
View ArticleSQL query, parameter select
Author:Rinovo Posted: Tue Aug 04, 2015 1:41 pm (GMT+1) Hi! I'm using Archicad SQL queries and i would like to select few parameters from all of them. Single parameter was no problem to get, but got...
View ArticleThe file is an outdated Add-On that cannot be used with this
Author:mdelanno Posted: Tue Aug 04, 2015 2:17 pm (GMT+1)ReignBough wrote: * The add-on is for lower version of ArchiCAD. or upper... To check the third point, download and install Dependency Walker...
View ArticleC++ TabControl multi tab issue
Author:ggiloyan Posted: Wed Aug 05, 2015 2:51 pm (GMT+1) I have a TabControl (NormalTab) which has two tab I have five classes to implement my TabControl There is one main dialog class and two class...
View ArticleCustome value User control
Author:Rinovo Posted: Mon Aug 31, 2015 2:08 pm (GMT+1)Code:DG::PopUp              databasePopup; int SelectedIndex = databasePopup.GetSelectedItem(); Hello, I get selected PopUp menu item after...
View ArticleCustome value User control
Author:Oleg Posted: Mon Aug 31, 2015 3:26 pm (GMT+1)Rinovo wrote:Maybe someone have example of using PopUpControls? Below is cutted source code. ( It is a TabPage, not a ModalDialog )Code: class...
View ArticleElevation Hotspots
Author:ReignBough Posted: Tue Sep 01, 2015 6:25 am (GMT+1) I've created a function that prints the API_PrimHotspot of the parent element of an API_SectElemType (based on its parentGuid) from an...
View ArticleCustome value User control
Author:ggiloyan Posted: Tue Sep 01, 2015 6:29 am (GMT+1) this->m_comboModels defined in .h file like thisCode:DG::PopUp      m_comboModels; in your cpp file you can fill it by this...
View ArticleColor control
Author:ReignBough Posted: Thu Sep 03, 2015 7:40 am (GMT+1) You can use DGGetColor() function. _________________~ReignBough~ [ArchiCAD 18 INT 3006 FULL] [Windows 7 Pro Intel Core i5 CPU 750 @ 2.67 GHz...
View ArticleCustome value User control
Author:Rinovo Posted: Thu Sep 03, 2015 8:13 am (GMT+1) Thanks Oleg, thanks Ggiloyan! Got it working now
View ArticleCustome value User control
Author:Rinovo Posted: Fri Sep 04, 2015 9:22 am (GMT+1) Now i have different problem. IconPushRadio Buttons haven't got icon. I changed my modal dialog from DGLCALLBACK structure to observer structure....
View ArticleCustome value User control
Author:Oleg Posted: Fri Sep 04, 2015 1:02 pm (GMT+1) IconPushRadio will show an icon from GRC by default. Use SetIcon if you need to change it only. Make sure the icon GRC text valid and correct icon's...
View ArticleCustome value User control
Author:Rinovo Posted: Mon Sep 07, 2015 7:33 am (GMT+1) Thanks, Oleg! My constructor didn't had ACAPI_GetOwnResModule() as 3rd parameter. Now everything works like it should. Thanks again, Oleg.
View ArticleSurface/Material catalog
Author:Rinovo Posted: Mon Sep 07, 2015 2:11 pm (GMT+1) Hello! Is it possible to edit Archicad Surface catalog and add costume surface so with each new project they are accessible in surface catalog....
View ArticleSurface/Material catalog
Author:Barry Kelly Posted: Tue Sep 08, 2015 1:37 am (GMT+1)Rinovo wrote:Now i have to add costume surface each time i start new project. This is why it is important to set up your own template that you...
View ArticleSurface/Material catalog
Author:Rinovo Posted: Tue Sep 08, 2015 7:34 am (GMT+1) Didn't thought of that. Sounds like i can get everything using templates and without using API. Thanks Berry!
View ArticleSingleSelListBox header
Author:Kinstewar Posted: Tue Sep 08, 2015 1:39 pm (GMT+1) Hello How to set up header columns? I'm doing the following but it shows the first column only lbNodes.SetHeaderItemCount(5);...
View Article