I have a checkbox which appears on all cards of my stack. Depending on a certain value the checkbox is disabled (greyed out) on the card using this code.
Code: Select all
set the disabled of button "blabla" of current card to true
The checkbox is part of a group. It seems that if I disable the checkbox on 1 card it gets disabled on all cards. This behaviour seems to be different from the "hilite" property which can be different (if you uncheck "Shared hilite" for the checkbox in the inspector window). Is this true or am I overlooking something?
Thanks!