IES light files
Author:MarkHenryC Posted: Wed Sep 09, 2015 7:59 am (GMT+1) Is there a way to get the location of a source IES light file? When reading the ParameterList data of the lights in a BaseElement, the actual...
View ArticleUser control UC257
Author:Rinovo Posted: Wed Sep 09, 2015 2:53 pm (GMT+1) Hello! Code:Â Â DGModalDialog (ACAPI_GetOwnResModule (), UserControl, ACAPI_GetOwnResModule (), UserControl_Handler, (DGUserData) &numItems);...
View ArticleUser control UC257
Author:Oleg Posted: Wed Sep 09, 2015 6:02 pm (GMT+1) Actually It is wrong to mix C++ DG classes and plain C DG module functions. Below is cutted source code of UC257 usage as a Pen control. Note the...
View ArticleSingleSelListBox header
Author:Oleg Posted: Wed Sep 09, 2015 6:20 pm (GMT+1) I think you dont need to use SetHeaderItemCount and SetHeaderItemSize. Look at SetTabFieldCount and SetTabFieldProperties.
View ArticleUser control UC257
Author:Rinovo Posted: Thu Sep 10, 2015 1:29 pm (GMT+1) Thanks Oleg! Had defined UserControl under DG::UserControl class but UC::UC257 gives a lot more options. Got it working now.
View ArticleIES lights
Author:MarkHenryC Posted: Fri Sep 11, 2015 8:47 am (GMT+1) To continue the conversation with myself, I can locate the library item that represents the IES file and was hoping to retrieve the custom...
View ArticleIES light files
Author:laszlonagy Posted: Fri Sep 11, 2015 3:36 pm (GMT+1) Well, in that case I merge the two topics to ease this conversation. Sorry, I cannot answer your questions I am not a C++ programmer....
View ArticleUser control UC257
Author:Rinovo Posted: Mon Sep 14, 2015 2:23 pm (GMT+1) Couldn't found a way to show only specific colors/index, access data of UC257. How could i access and show only specific colors ?Quote:Code:...
View ArticleHow to zoom selected element/s without GUID
Author:ggiloyan Posted: Wed Sep 16, 2015 1:05 pm (GMT+1) Hi My goal is to zoom selected element. I know how to select and zoom with GUID but now I have no GUID. I have to zoom selected element/s....
View ArticleHow to zoom selected element/s without GUID
Author:stefan Posted: Thu Sep 17, 2015 9:13 am (GMT+1) The Automate_Functions Devkit example has a method implemented: Do_ZoomToSelected _________________--- stefan boeykens ---...
View ArticleImage format
Author:Rinovo Posted: Fri Sep 18, 2015 1:28 pm (GMT+1) Dialog items support only 8-bit images ?
View ArticleDebug exceptions
Author:MarkHenryC Posted: Tue Sep 22, 2015 6:40 am (GMT+1) I'm guessing ArchiCAD installs a low-level hook (I'm on Win 7) to catch exceptions. This makes it hard to identify where the problem occurs in...
View ArticleHow to zoom selected element/s without GUID
Author:ggiloyan Posted: Tue Sep 22, 2015 7:43 am (GMT+1)stefan wrote:The Automate_Functions Devkit example has a method implemented: Do_ZoomToSelected Thank you for the response.
View ArticleDebug exceptions
Author:Ralph Wessel Posted: Tue Sep 22, 2015 2:24 pm (GMT+1)MarkHenryC wrote:I'm guessing ArchiCAD installs a low-level hook (I'm on Win 7) to catch exceptions. This makes it hard to identify where the...
View ArticleDebug exceptions
Author:MarkHenryC Posted: Tue Sep 22, 2015 8:36 pm (GMT+1) 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 you're right, I probably...
View ArticleAdd-on menus disabled in 3D
Author:ggiloyan Posted: Wed Sep 23, 2015 10:59 am (GMT+1) Hi Why my menu items are disabled in 3D mode ? Is there any solution to use my add-on functions in 3D mode ? and Can I check if 3D switched by...
View ArticleAdd-on menus disabled in 3D
Author:Oleg Posted: Wed Sep 23, 2015 1:27 pm (GMT+1) Look at Structure of an Addon/Required Resources topic of the API documentation. You need ^E3 suffix for the menu item resource string
View ArticleAdd-on menus disabled in 3D
Author:ggiloyan Posted: Thu Sep 24, 2015 6:08 am (GMT+1)Oleg wrote:Look at Structure of an Addon/Required Resources topic of the API documentation. You need ^E3 suffix for the menu item resource string...
View ArticlePush Menu Control, UC259
Author:Rinovo Posted: Fri Sep 25, 2015 9:28 am (GMT+1) 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 it has no push menu...
View ArticleAdd-On wizard (DevKit 19) generates un-compilable code
Author:adlarch Posted: Tue Sep 29, 2015 1:12 pm (GMT+1) 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 elsewhere... (i...
View Article