cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
JGoode
Expert

Tick a boolean, turn another off

Hello,

I have 3 different tick-boxes. When I tick one I want the other 2 to untick and visa versa. However when I tick 1 and then tick another, it doesn't seem to swap due to the first tick-box being coded first in my script. Is there a way around this?

Thanks
ArchiCAD 27

Windows 10
2 Replies 2
Erwin Edel
Rockstar
Are you running this from the Parameter Script?

I think the way it works is, whenever a parameter changes, the parameter script runs, meaning it should check for your IF...THEN statements everytime you tick / untick.

Edit: also unsure of the functionality, but wouldn't it be easier to have one parameter with 3 possible settings?
Erwin Edel, Project Lead, Leloup Architecten
www.leloup.nl

ArchiCAD 9-29NED FULL
Windows 11 Pro for Workstations
Adobe Design Premium CS5
JGoode
Expert
Erwin wrote:
Are you running this from the Parameter Script?

I think the way it works is, whenever a parameter changes, the parameter script runs, meaning it should check for your IF...THEN statements everytime you tick / untick.

Edit: also unsure of the functionality, but wouldn't it be easier to have one parameter with 3 possible settings?
I've fixed it now, I just used glob_modpar_name and it's works Thanks for the reply!
ArchiCAD 27

Windows 10

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!