Window height and width problem
Author:Xylios Posted: Thu Apr 14, 2016 6:13 pm (GMT+1) Hello there, I was trying to alter the width and height of a window using the corresponding parameters width and height of API_OpeningBaseType...
View ArticleWindow height and width problem
Author:Oleg Posted: Fri Apr 15, 2016 3:57 pm (GMT+1) Look at: APIDb_GetCurrentDatabaseID APIDb_ChangeCurrentDatabaseID APIDo_ChangeWindowID Usual steps, if current database is not floor plan:Keep...
View ArticleWindow height and width problem
Author:Xylios Posted: Fri Apr 15, 2016 7:01 pm (GMT+1) Hello, I tried following your advice and it works! Thank you for the reply, Xylios
View ArticleDGSplitButtonGetSelectedItem?
Author:ReignBough Posted: Tue Apr 19, 2016 6:55 am (GMT+1) I created a button of sub-type DG_BT_SPLIT and tried to get the selected item. In dialog class, you can do this by creating a callback...
View Article[SOLVED] DGSplitButtonGetSelectedItem?
Author:ReignBough Posted: Wed Apr 20, 2016 3:23 am (GMT+1) Found it. One should use DGPopUpGetSelected() for this. _________________~ReignBough~ [ArchiCAD 19 INT 4013 FULL] [Windows 7 Pro Intel Core i5...
View Article[SOLVED] New line in dimension note
Author:KatalinBorszeki Posted: Wed Apr 20, 2016 10:08 am (GMT+1) Hi All, as Laszlo Nagy pointed out before me, please download the latest update! best, k _________________Katalin Borszeki...
View ArticleAC18 DevKits are available
Author:kincsespeti Posted: Fri Apr 22, 2016 2:33 pm (GMT+1)Akos Somorjai wrote:paulk wrote:Hi Akos API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL * API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL *...
View ArticleMenu problem
Author:ReignBough Posted: Thu Apr 28, 2016 7:59 am (GMT+1) I've got the following basic code for loading the menu strings of my add-on:Code:GSErrCode err = NoError; err =...
View ArticleAC19 missing geometry conversion
Author:kincsespeti Posted: Tue May 03, 2016 7:25 am (GMT+1) Hi. I am trying to update an add-on from ac18 to ac19, but get a lot errors of the same type: Quote:error C2664: 'Geometry::SubVectorPtr' :...
View ArticleCreate a tool window
Author:gehairing Posted: Wed May 04, 2016 8:16 am (GMT+1) Hi forum Actually i use menu items for the commands of my Addon. I wanted to do a little dockable tool window with some UI items inside (some...
View ArticleEdit Curtain Wall Boundary
Author:Xylios Posted: Wed May 11, 2016 4:30 pm (GMT+1) Hey, I'm trying to edit the boundary of a curtain wall. I know it is possible to do it on ArchiCAD's GUI by altering the nodes of the scheme. I...
View ArticleCreate a tool window
Author:gehairing Posted: Fri May 13, 2016 10:52 am (GMT+1) Found it.
View ArticleMenu problem
Author:gehairing Posted: Fri May 13, 2016 1:18 pm (GMT+1) Hi, Sorry i can't help you. I wanted just to say that i have many problems with menu item creation. When i add menu items once, build & run...
View ArticleMenu problem
Author:Erenford Posted: Tue May 17, 2016 3:31 am (GMT+1)gehairing wrote:When i add menu items once, build & run my addon...then i change the menu items (names, positions via the MenuCode_xxx) the...
View ArticleMenu problem
Author:gehairing Posted: Tue May 17, 2016 7:15 am (GMT+1)Erenford wrote: Changes in the menu / .grc files will not show up immediately with a simple build. You need to rebuild the addon (using Build...
View ArticleMenu problem
Author:Erenford Posted: Tue May 17, 2016 8:02 am (GMT+1)gehairing wrote: Before last week i had the same plugin working and the menu items where added to the "MenuCode_GDLObjects" menu. This worked...
View ArticleMenu problem
Author:gehairing Posted: Tue May 17, 2016 8:44 am (GMT+1) That was it. I've removed the cache and everything works Thank's a lot and sorry if this was off topic (maybe not )
View ArticleSQL query, parameter select
Author:didrik Posted: Fri May 20, 2016 4:25 am (GMT+1)Rinovo wrote:Hi! I'm using Archicad SQL queries and i would like to select few parameters from all of them. Single parameter was no problem to get,...
View ArticleElements from Schedules / Schemes
Author:ReignBough Posted: Thu Jun 02, 2016 11:14 am (GMT+1) Is there a way on getting the list of elements from 'Schedules'. The screenshot shows list of 'Full Element ID' (and other values). I want to...
View ArticleElements from Schedules / Schemes
Author:ReignBough Posted: Mon Jun 06, 2016 3:09 am (GMT+1) I've already found a way to get the list of schedules/schemes through Navigator API. _________________~ReignBough~ [ArchiCAD 19 INT 4013 FULL]...
View Article