Embedding a Web Browser
Author:Christian Froehlich Posted: Thu Dec 15, 2016 10:39 am (GMT+1) Hello everyone, i am trying to integrate a web browser (e.g. Chromium CEF) into an ArchiCad Addon. Specifically i want to embed the...
View ArticleHow to triangulate arcs
Author:Ralph Wessel Posted: Thu Dec 15, 2016 11:51 am (GMT+1)IanTr wrote:According to the API doc, ACAPI_Goodies (APIAny_TriangulatePolyID, ...) only accept polygons that has no arc segments. The code...
View ArticleGo To Navigator view
Author:Bianca O Posted: Fri Dec 16, 2016 12:06 am (GMT+1) Hi help please. having problems with knowing what/how to pass a navigator's view into this function: APIDo_GoToViewID"This function simulates...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:mar_kq Posted: Fri Dec 16, 2016 4:55 pm (GMT+1) Hello, I am getting this error in my Addin: APIERR_REFUSEDCMD while attempting to get the Memo of Rooms(API_ZoneID), ONLY when I call my function...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:Ralph Wessel Posted: Fri Dec 16, 2016 11:13 pm (GMT+1)mar_kq wrote:Hello, I am getting this error in my Addin: APIERR_REFUSEDCMD while attempting to get the Memo of Rooms(API_ZoneID), ONLY when...
View ArticleGo To Navigator view
Author:Ralph Wessel Posted: Fri Dec 16, 2016 11:45 pm (GMT+1)Bianca O wrote:Hi help please. having problems with knowing what/how to pass a navigator's view into this function: APIDo_GoToViewID"This...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:mar_kq Posted: Sat Dec 17, 2016 11:51 pm (GMT+1) Hello Ralph, My Archicad Addin initializes a WPF Control hosted in a Window. From a button in my WPF I am triggering an API call to get...
View ArticleHow to triangulate arcs
Author:Akos Somorjai Posted: Sun Dec 18, 2016 11:40 am (GMT+1)Ralph Wessel wrote:IanTr wrote:According to the API doc, ACAPI_Goodies (APIAny_TriangulatePolyID, ...) only accept polygons that has no arc...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:Akos Somorjai Posted: Sun Dec 18, 2016 11:50 am (GMT+1)mar_kq wrote:Hello, I am getting this error in my Addin: APIERR_REFUSEDCMD while attempting to get the Memo of Rooms(API_ZoneID), ONLY when...
View ArticleEmbedding a Web Browser
Author:Akos Somorjai Posted: Sun Dec 18, 2016 11:53 am (GMT+1)Christian Froehlich wrote:Hello everyone, i am trying to integrate a web browser (e.g. Chromium CEF) into an ArchiCad Addon. Specifically i...
View ArticleGo To Navigator view
Author:Bianca O Posted: Mon Dec 19, 2016 12:10 am (GMT+1) [/quote] Use the guid in API_NavigatorItem. Convert it to the equivalent string representation and pass it as the second parameter in the call...
View ArticleEmbedding a Web Browser
Author:Christian Froehlich Posted: Mon Dec 19, 2016 12:29 pm (GMT+1) Hi Akos, thanks very much for your reply. Still trying to figure out a solution, so any further hints are very welcome. Cheers...
View ArticleMac template target setting
Author:poco2013 Posted: Wed Dec 21, 2016 5:40 am (GMT+1) I'm trying to create a basic add-on on the MAC using the supplied template. It shows up fine in the initial creation menu but after the project...
View ArticleMac template target setting
Author:Akos Somorjai Posted: Fri Dec 23, 2016 10:04 pm (GMT+1)poco2013 wrote:I'm trying to create a basic add-on on the MAC using the supplied template. It shows up fine in the initial creation menu...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:mar_kq Posted: Wed Dec 28, 2016 6:53 pm (GMT+1)Akos Somorjai wrote: Hi, Could you please post the relevant part of your code? That function usually gives that error code when it cannot build up...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:Oleg Posted: Thu Dec 29, 2016 10:32 am (GMT+1)Quote: This Menu command calls the managed dll which creates a WPF Interface What unterface ? Do you call the Show or the ShowDialog method ? I dont...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:mar_kq Posted: Thu Dec 29, 2016 10:51 am (GMT+1) Hello Oleg, Oleg wrote: What unterface ? Do you call the Show or the ShowDialog method ? We have a WPF component used in other applications. I am...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:mar_kq Posted: Thu Dec 29, 2016 11:37 am (GMT+1) I believe I have found the issue: after I initialized my UI from the Add-On i never called the ACAPI_KeepInMemory function. I added this now and...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:Oleg Posted: Thu Dec 29, 2016 11:53 am (GMT+1)Quote:I use the "Show" method. I guess it is the key reason of the issue. Your UI is a modeless, possible has own thread. I dont know a UI message...
View ArticleHELP, ACAPI_Element_GetMemo error: APIERR_REFUSEDCMD
Author:Ralph Wessel Posted: Thu Dec 29, 2016 9:37 pm (GMT+1)mar_kq wrote:Oleg wrote:What unterface? Do you call the Show or the ShowDialog method ? We have a WPF component used in other applications. I...
View Article