We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-11-22 08:04 PM
2004-11-23 02:01 AM
TomWaltz wrote:Just guessing, but would GLOB_MODPAR_NAME in combination with setting the other params to blank and then LOCKing or HIDEing them do the trick?
Or have an idea as to how it could be done?
2004-11-23 02:45 AM
! parameters btn1, btn2, btn3 as checkbox if GLOB_MODPAR_NAME="btn1" and (GLOB_CONTEXT=1 or GLOB_CONTEXT=5) then btn1=1 : btn2=0 : btn3=0 parameters btn1=btn1, btn2=btn2, btn3=btn3 endif if GLOB_MODPAR_NAME="btn2" and (GLOB_CONTEXT=1 or GLOB_CONTEXT=5) then btn1=0 : btn2=1 : btn3=0 parameters btn1=btn1, btn2=btn2, btn3=btn3 endif if GLOB_MODPAR_NAME="btn3" and (GLOB_CONTEXT=1 or GLOB_CONTEXT=5) then btn1=0 : btn2=0 : btn3=1 parameters btn1=btn1, btn2=btn2, btn3=btn3 endif
2004-11-23 05:02 AM
F. wrote:Your brain is working better than mine as usual, Frank.
Try this (from brain to keyboard) in master:
2004-11-23 02:54 PM
2004-12-06 09:33 PM
Not sure what I was thinking with my original comment about LOCK or HIDE for the other params! Obviously, no other radio option could then be selected. Duh!I almost went along with you on that one Karl!