2011-08-05 01:29 PM - last edited on 2023-08-03 09:42 AM by Doreena Deng
2011-08-05 02:35 PM
frankito5 wrote:I haven't tried to do this, so I can only provide general advice. I suspect that you will have to rewrite the UI to use the ArchiCAD API rather than the Qt GUI. It will otherwise be very difficult - perhaps impossible - to integrate with ArchiCAD.
I need help about how to program API's for archiCAD, specifically how to compile C++ programs alredy finished with Qt GUI in Visual Studio and transform this project in an archiCAD API.
2011-08-05 03:35 PM
2011-08-06 08:53 PM
frankito5 wrote:Information about the ArchiCAD API is
Even i will continue trying i would like to know what is your expert suggestion. I'm working in an API that make some calculations but it must show a good appareance(e.g. EcoDesigner). I've compiled and i've taken a look to the examples from the API Developement kit and i runned them in archiCAD. But this appareance is not enough. What can i do? Could you give me some references, tutorial about how to do it?
2011-08-08 08:32 AM
2011-08-08 09:32 AM
frankito5 wrote:Your question is too broad - can you post some screenshots to illustrate the kind of UI features/tools you are aspiring to?
And what about give good appearance to the APIs? Thanks.
2011-08-08 09:48 AM
2011-08-08 11:10 AM
frankito5 wrote:This is very easy to accomplish using the ArchiCAD API - read the documentation for the Dialog Manager (in the DevKit) and look at the example called
Ok. I would like to start with little tasks. For example, imagine i want to get two numbers from the user and make a calculation(addition). I woud like to create a window where the user can introduce those numbers, press a button (calculate) and get another window with the addition result.
2011-08-08 02:00 PM
2011-08-08 02:13 PM