Input works
|
12-06-2014, 09:29 PM
(This post was last modified: 12-06-2014 09:56 PM by Han.)
Post: #4
|
|||
|
|||
RE: Input works
(12-06-2014 09:04 PM)gabrieljcs Wrote: Does the check box behaves as a "radio button" in your example? (i.e. only one instance allowed to be checked) You can make the check box independent or have a number of them be interdependent (i.e. checking one will toggle of the other). EDIT: If you look at the variable definition: {var_name, type, { position, width, row} }, the type value for a check box determines whether or not it is independent or dependent. For check boxes, the type is an integer n. If n>1, then that box and the next n-1 boxes are tied together (so that only 1 can be toggled). From what I can tell, the type value of the subsequent n-1 check box definitions doesn't seem to matter. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)