Create and change database to newly created db
Author:vuego Posted: Thu Nov 12, 2015 1:35 pm (GMT+1) Works! Thanks Oleg. _________________ARCHICAD 18, Dell Studio i7, 8Gb Ram, Win7 64bit
View ArticleOn Teamwork: Hotlink nodes has incomplete data
Author:Erenford Posted: Tue Nov 24, 2015 11:12 am (GMT+1) Greetings, I've been using the API_HotlinkNode.refFloorName and API_HotlinkNode.refFloorInd of single story hotlinks to determine the story...
View ArticleThe file is either not an Add-On or an outdated one that can
Author:ReignBough Posted: Tue Dec 01, 2015 10:34 am (GMT+1) Based on my experience, this error message occurred when the compilation of GRC files has error. Make sure that the GRC files are compiled...
View ArticleCreating elevation marker and APIERR_BADID
Author:ReignBough Posted: Tue Dec 01, 2015 12:30 pm (GMT+1) I created an elevation marker using ACAPI_Element_CreateExt. At first it returns APIERR_PADPARS. But when I changed the marker type to...
View Articlehouseconfigurator
Author:LolkeWijtsma Posted: Tue Dec 01, 2015 7:36 pm (GMT+1) In Holland we build many kind of standardized houses. Website-based sellingproces is the big next step and 3D modeling software could be the...
View Articlehouseconfigurator
Author:LolkeWijtsma Posted: Fri Dec 04, 2015 7:15 am (GMT+1) is this the wrong thread? no help? no ideas? _________________AC19 | WINDOWS8 64x i7 4930K | 32GB | 780GTX | SSD250 | 2560x1600
View Articlehouseconfigurator
Author:stefan Posted: Fri Dec 04, 2015 2:32 pm (GMT+1) This is probably the wrong thread, unless you are looking for ArchiCAD developers. That said, are you talking about "iBuildGreen"? Or similar...
View ArticleNon-blocking behavior
Author:stefan Posted: Fri Dec 04, 2015 2:36 pm (GMT+1) We have the same goal in our plug-in. It seems technically possible (see the ArchiCAD-Grasshopper connection). However, the documentation to...
View ArticleNon-blocking behavior
Author:Oleg Posted: Fri Dec 04, 2015 6:45 pm (GMT+1) Some ideas: 1. You may to create a Palette dialog. Progress bar and Cancel button for example. Imptement the PanelObserever::PanelIdle event. Show...
View ArticleAPIAny_NeigToCoordID with unknown error
Author:ReignBough Posted: Mon Dec 07, 2015 7:17 am (GMT+1) I called the ACAPI_Goodies function and it returned 0xffffe4a5. _________________~ReignBough~ [ArchiCAD 18 INT 3006 FULL] [Windows 7 Pro Intel...
View ArticleAPIAny_NeigToCoordID with unknown error
Author:Ralph Wessel Posted: Mon Dec 07, 2015 12:04 pm (GMT+1)ReignBough wrote:I called the ACAPI_Goodies function and it returned 0xffffe4a5. All I can add is that we use the function successfully and...
View ArticleNon-blocking behavior
Author:Ralph Wessel Posted: Mon Dec 07, 2015 12:14 pm (GMT+1)Xylios wrote:Hello there, I'm trying to find an operation that allows the user to freely use the GUI while my plug-in is running. The...
View ArticleThe file is an outdated Add-On that cannot be used with this
Author:gehairing Posted: Mon Dec 07, 2015 4:29 pm (GMT+1) It also happens when you use an Addon identifier that is already used for another addon. I had this problem yesterday
View ArticleProper way of including Dynamic Libraries
Author:stefan Posted: Tue Dec 08, 2015 9:27 pm (GMT+1) What is the proper way to install an add-on which uses Dynamic Libraries? (DLL on Windows, dylib on OSX). Specifically on OSX: should they be...
View ArticleProper way of including Dynamic Libraries
Author:Oleg Posted: Wed Dec 09, 2015 8:17 am (GMT+1) My AddOn is a Win only and uses DLLs. I dont know the best way. I use the following:Code: Add-Ons MyAddonFolder addon_file.apx...
View ArticleAPIAny_NeigToCoordID with unknown error
Author:ReignBough Posted: Wed Dec 09, 2015 10:37 am (GMT+1) This is what I've done: 1. Create a wall 9000m high (storey height is 3000m); home storey is second floor. 2. Create 3 windows on the created...
View ArticleAPIAny_NeigToCoordID with unknown error [SOLVED]
Author:ReignBough Posted: Thu Dec 10, 2015 9:53 am (GMT+1) Found a solution to this problem. It seems that when getting the coordinate of a neig of an element, you should be on the same storey of that...
View ArticleNon-blocking behavior
Author:stefan Posted: Thu Dec 10, 2015 2:38 pm (GMT+1)Oleg wrote:Some ideas: 1. You may to create a Palette dialog. Progress bar and Cancel button for example. Imptement the PanelObserever::PanelIdle...
View ArticleNon-blocking behavior
Author:Oleg Posted: Thu Dec 10, 2015 5:43 pm (GMT+1) I didnt use the GS::Thread. It was a just idea. Key point is ACAPI_Command_CallFromEventLoop (see the Ralph's comment about main event loop ). I...
View ArticleNon-blocking behavior
Author:stefan Posted: Fri Dec 11, 2015 9:16 am (GMT+1) OK. Thank you for clarification. We did a test with boost threading and that seemed to work for now. Need further testing. Thanks Oleg and Ralph...
View Article