BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Change parameter with button

Anonymous
Not applicable
Hallo, I want to increase (or reduce) parameter with button on UI page. But when I push the button, parameter increased for +2 but I want just +1. I posted attachment. Where is the problem?
2 REPLIES 2
Joachim Suehlo
Advisor
You never know how much the Parameter Script ist run.
My suggestion:
Create 2 new parameters for the Buttons
and write in the PARAMETER Script
IF GLOB_MODPAR_NAME = "thisParameter1" THEN
...
ENDIF
IF GLOB_MODPAR_NAME = "thisParameter2" THEN
...
ENDIF
Jochen Suehlo . AC12-27 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
Anonymous
Not applicable
Thanks for fast reply. But you way does not work. I foun a solution on https://archicad-talk.graphisoft.com/viewtopic.php?f=6&t=34828
Learn and get certified!