Page 1 of 1

Radio Buttons

Posted: Fri Jun 19, 2015 6:28 am
by TechHandicapped
Hi All,

I would like to use have two separate groups of radio buttons on one screen. Each group will linked to a different tag. Is it possible to do this with out scripting? If no, can I use copy the example from the help file and substitute my tag name in place of Tag1 and just do this twice, one for each group?
Thanks in advance

Re: Radio Buttons

Posted: Mon Jul 06, 2015 3:16 pm
by AMitchneck
You can create a button with Multi Picture (I used the attached images with "Make Transparent" selected, button's Picture margin being (2,2,2,2), and alignment left, center on standard button). When configuring pictures, set the "checked"
checkbox-checked.png
checkbox-checked.png (1.2 KiB) Viewed 6513 times
image to be displayed when tag value is for that button, otherwise show the "unchecked"
checkbox-unchecked.png
checkbox-unchecked.png (806 Bytes) Viewed 6513 times
image. Under action, have clicking the button set tag value to value for that button.
You now have a set of radio buttons without scripting. (You can use the same approach with action set to toggle tag to make check boxes.)