cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Change parameter with button

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
Jochen Suehlo
Moderator Emeritus
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-29 . 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

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!