cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Archicad C++ API
About Archicad add-on development using the C++ API.

Test Addons

Curtis ZONDO
Contributor

 

Hello everyone,

I have a question regarding Archicad add-ons.
I'm currently experimenting with add-on development and decided to challenge myself by creating a simple calculator. I've successfully created and displayed the graphical interface. However, I would like to know if it's possible to make the calculator functional—for example, when I click the "1" button, it should display "1" on the screen.

For the display, I'm using DG::RealEdit.

Additionally, I’d like to know if creating a fully functional calculator within Archicad is actually feasible.

Thanks in advance for your insights!

CALCULATOR.png

1 REPLY 1
LChen
Graphisoft

Hi, I think it's doable using API.