load add-on automatically after file is finished opening
Author:IanTr Posted: Fri Nov 03, 2017 1:51 am (GMT+1) Right now, our ArchiCAD plugin seems to only be loaded after the user has interacted with the UI for our plugin in ArchiCAD. We'd like some...
View ArticleODBC for AC20
Author:leceta Posted: Sat Nov 04, 2017 7:03 pm (GMT+1) oh, this is bad news... are you planning any other technology to substitute SQL queries? I was studying the possibility to develop a GH component...
View ArticleQuestion about log reports from writereport on MS Windows
Author:jcimentarov Posted: Tue Nov 07, 2017 1:50 pm (GMT+1) Hello, I know this works on MacOS with the console.app, but is there a way to view the logs which produces the writereport function on a...
View Articleload add-on automatically after file is finished opening
Author:Erenford Posted: Wed Nov 08, 2017 10:57 am (GMT+1) On CheckEnvironment() return APIAddon_Preload instead of APIAddon_Normal. This will load all three functions (CheckEnvironment(),...
View ArticleInnactive controls in docked pallete
Author:jcimentarov Posted: Thu Nov 09, 2017 1:35 pm (GMT+1) Hello Archicad developers! I have an issue with a plugin which I'm developing for the windows version of Archicad 21. The actual issue is...
View ArticleInnactive controls in docked pallete
Author:jcimentarov Posted: Thu Nov 09, 2017 2:37 pm (GMT+1) I have found the problem - when I replace the Icon with Button it seems to work. So now the question now is can I have buttons with images...
View ArticleInnactive controls in docked pallete
Author:jcimentarov Posted: Thu Nov 09, 2017 3:08 pm (GMT+1) The problem is solved by using IconButton, which wasn't needed in MacOS.
View ArticleConfusion about starting add-on development
Author:daninet Posted: Mon Nov 13, 2017 3:40 pm (GMT+1) I have a few questions without opting in on the API website. I found it quite closed without any answers. Do we have control over Archicad itself...
View ArticleConfusion about starting add-on development
Author:Karl Ottenstein Posted: Mon Nov 13, 2017 6:57 pm (GMT+1)daninet wrote:Do we have control over Archicad itself or only the model database? Can I start archicad, close the warning windows, start...
View ArticleAPIDevKit
Author:poco2013 Posted: Mon Nov 13, 2017 10:12 pm (GMT+1) Is there a way to view the the APIDevKit DocSet on line via a web site? The latest version of the 21 docSet does not seem to be recognized by...
View ArticleAPIDevKit
Author:Karl Ottenstein Posted: Tue Nov 14, 2017 5:19 am (GMT+1)poco2013 wrote:Is there a way to view the the APIDevKit DocSet on line via a web site? The latest version of the 21 docSet does not seem...
View ArticleAPIDevKit
Author:poco2013 Posted: Tue Nov 14, 2017 6:26 am (GMT+1) No luck here -- My developer help window does not look like yours -- Other tab does not pick up the archicad docset -- may wrong dir??...
View ArticleConfusion about starting add-on development
Author:daninet Posted: Tue Nov 14, 2017 12:26 pm (GMT+1) So this is the reason there are no great tools like Clarity for Revit in the market for Archicad. Automation is the way to go and controlling...
View ArticleConfusion about starting add-on development
Author:Ralph Wessel Posted: Tue Nov 14, 2017 12:48 pm (GMT+1)daninet wrote:I have a few questions without opting in on the API website. I found it quite closed without any answers. Do we have control...
View ArticleMissing SQL support
Author:Barry Kelly Posted: Wed Nov 15, 2017 4:35 am (GMT+1) Apparently SQL is no longer supported since version 18.http://archicad-talk.graphisoft.com/viewtopic.php?t=57029 The SQL 'Query' command was...
View ArticleArchicad API in .NET???
Author:leceta Posted: Wed Nov 15, 2017 8:51 pm (GMT+1)Quote:What is the functionality you require most? Programmatically access to Archicad database from Grasshopper.
View ArticleSun direction documentation
Author:IanTr Posted: Sat Nov 18, 2017 3:10 am (GMT+1) Ran into the incorrect documentation also. I was wondering if there is a way to pull out the current selected city in the sun directoin in Archicad...
View ArticleHow to create checkbox column in listview
Author:IanTr Posted: Thu Nov 23, 2017 5:16 am (GMT+1) I have 2 questions: (1) I am trying to put a column of checkboxes into my listboxes... Currently doing something like: DGListSetDialItemOnTabField...
View ArticleHow to create checkbox column in listview
Author:Ralph Wessel Posted: Thu Nov 23, 2017 10:24 am (GMT+1)IanTr wrote:I have 2 questions: (1) I am trying to put a column of checkboxes into my listboxes... Currently doing something like:...
View Article