How can i make the button on top toggle all checkboxes to either all be true or alll be false disgarding what their current checkstate is.
Like a toggle button.
rollout test "test"
(
button btnCheck "Check"
checkbox ckbx1 "Stuff" checked:false
checkbox ckbx2 "Option" checked:true
checkbox ckbx3 "Anything" checked:true
checkbox ckbx4 "Junk" checked:false
on btnCheck pressed do
(
)
)
createDialog test 150 140
By JokerMartini · 2010-12-05
3dwannab · 2017-01-31
miauu · 2011-11-30
Budi G · 2010-12-05
Swordslayer · 2010-12-06