How to create checkbox column in listview
Author:Oleg Posted: Thu Nov 23, 2017 5:08 pm (GMT+1) As you use a class library dialog, there are class member functions. 1. SetOnTabItem, RemoveOnTabItem 2. SetTabItemIcon Like this:Code: // Check...
View ArticleHow to create checkbox column in listview
Author:IanTr Posted: Tue Nov 28, 2017 12:48 am (GMT+1) Hello, Thanks you for the suggestions. I end up doing something like this in the Dialog's contructor to put checkboxes in listboxes row. Currently...
View ArticleHow to create checkbox column in listview
Author:Oleg Posted: Tue Nov 28, 2017 8:28 am (GMT+1)Quote:I was just wondering if I needed to do something in Archicad 21 to get the checkbox to show? Unfortunately, I dont know. I have no AC21...
View ArticleHow to create checkbox column in listview
Author:Oleg Posted: Mon Dec 04, 2017 9:58 pm (GMT+1)Quote:I was just wondering if I needed to do something in Archicad 21 to get the checkbox to show? On AC21. Try the "SysResModule" instead...
View ArticleHow increase size of parameter array in object instance?
Author:Tsepov Posted: Fri Dec 08, 2017 8:19 pm (GMT+1) I need to increase or resuce count of the items in parameters array. But I have error where assign to .ind1 value more than size of array, defined...
View ArticleDoor - Relation Parameters / Properties
Author:mar_kq Posted: Tue Dec 12, 2017 10:25 am (GMT+1) Hello Regina: I was hoping to get some clues as to the best approach for getting Door Label/Stamp Attributes with the API. You had provided very...
View ArticleDoorStamp / Label Setting Attributes
Author:mar_kq Posted: Tue Dec 12, 2017 10:28 am (GMT+1) Hello. I was hoping to get some clues as to the best approach for getting Door Label/Stamp Attributes with the API. The infos I am trying to get...
View ArticleDoorStamp / Label Setting Attributes
Author:mar_kq Posted: Tue Dec 12, 2017 6:05 pm (GMT+1)mar_kq wrote:Hello. I was hoping to get some clues as to the best approach for getting Door Label/Stamp Attributes with the API. The infos I am...
View ArticleDoorStamp / Label Setting Attributes
Author:mar_kq Posted: Wed Dec 13, 2017 9:53 am (GMT+1)mar_kq wrote: So far I have tried using the folowing Masks but the memo.params for each marker is empty after calling...
View ArticleDoorStamp / Label Setting Attributes
Author:mar_kq Posted: Thu Dec 14, 2017 11:04 am (GMT+1)mar_kq wrote: It is not clear to me wether these informations should be within the door object/libpart or in the stamp/label itself. Update 2:...
View ArticleHow increase size of parameter array in object instance?
Author:Oleg Posted: Fri Dec 15, 2017 7:47 am (GMT+1) I dont know how to do it by the APIAny_ChangeAParameterID function. May be it is possible. But you can to change a parameter value array directtly:...
View ArticleAPIAny_PolygonId2SurfaceTypeID
Author:neerson Posted: Fri Dec 15, 2017 3:15 pm (GMT+1) Hi, Could you give me a working example for this? It's not clear which kind of polygonID mentioned here.. GSErrCode ACAPI_Goodies (...
View ArticleProper way of including Dynamic Libraries
Author:mar_kq Posted: Mon Dec 18, 2017 4:08 pm (GMT+1)Akos Somorjai wrote:stefan wrote:What is the proper way to install an add-on which uses Dynamic Libraries? (DLL on Windows, dylib on OSX)....
View ArticleGetting list materials used in project missed a few "GDLM"
Author:IanTr Posted: Tue Dec 19, 2017 8:00 pm (GMT+1) Hello, I'm trying to get a list of all materials used in the project. The following code catches most materials, however there seems to be some...
View ArticleRoom layout addon
Author:Mats_Knutsson Posted: Tue Dec 19, 2017 11:55 pm (GMT+1) Hi, Would it be possible to create an an addon that takes an interior elevation and creates a layout with the elevations plus a list of...
View ArticleRoom layout addon
Author:Ralph Wessel Posted: Wed Dec 20, 2017 6:11 pm (GMT+1)Mats_Knutsson wrote:Would it be possible to create an an addon that takes an interior elevation and creates a layout with the elevations plus...
View ArticleGetting list materials used in project missed a few "GDLM"
Author:Ralph Wessel Posted: Thu Dec 21, 2017 3:47 pm (GMT+1)IanTr wrote: I'm trying to get a list of all materials used in the project. The following code catches most materials, however there seems to...
View ArticleAPIAny_PolygonId2SurfaceTypeID
Author:Ralph Wessel Posted: Thu Dec 21, 2017 3:59 pm (GMT+1)neerson wrote:Hi, Could you give me a working example for this? It's not clear which kind of polygonID mentioned here.. GSErrCode...
View ArticleHow increase size of parameter array in object instance?
Author:Ralph Wessel Posted: Thu Dec 21, 2017 4:01 pm (GMT+1)Tsepov wrote:I need to increase or resuce count of the items in parameters array. But I have error where assign to .ind1 value more than size...
View ArticleDoorStamp / Label Setting Attributes
Author:dfintha Posted: Fri Dec 29, 2017 3:52 pm (GMT+1) Hello, You can get the associated Door Stamp's GUID from the Door element, it's the element.door.openingBase.markGuid member. After that, you can...
View Article