Post Reply 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Input works - Giancarlo - 12-06-2014, 08:21 PM
RE: Input works - Giancarlo - 12-06-2014, 08:25 PM
RE: Input works - gabrieljcs - 12-06-2014, 09:04 PM
RE: Input works - Han - 12-06-2014 09:29 PM
RE: Input works - toml_12953 - 12-06-2014, 09:33 PM
RE: Input works - gabrieljcs - 12-06-2014, 09:41 PM
RE: Input works - rprosperi - 03-20-2015, 12:33 PM
RE: Input works - Martin Hepperle - 03-20-2015, 01:30 PM
RE: Input works - rprosperi - 03-20-2015, 03:19 PM
RE: Input works - Tim Wessman - 03-24-2015, 06:37 PM
RE: Input works - Tim Wessman - 02-06-2018, 06:08 PM
RE: Input works - Giancarlo - 02-06-2018, 10:20 PM
RE: Input works - deniel - 02-07-2018, 03:31 AM
RE: Input works - Randall - 02-08-2018, 10:09 PM



User(s) browsing this thread: 1 Guest(s)