12-15-2009 10:43 AM
HI Everyone,
This there a way to make a Boolean control (or any other) have 3 states? Example Run/ Stop/ Pause?
Thanks
And thanks everyone in thise groups my UI's have come a long way from what I learned here.
12-15-2009 10:48 AM
12-15-2009 10:53 AM
12-15-2009 10:54 AM
You can also use a picture control or XControl. A generic XControl would probably be best, but would take some time. If you happen to do this, post it. We get this request a lot.
If your GUI can handle the space, you may also want to consider a radio button.
12-15-2009 11:05 AM
Check out the 'System Mixed Checkbox'
It has three states: True, False, Mixed.
Not sure how much you can customize the look.
Kurt
12-22-2009 01:27 PM
I know this was asked for a while back, but you may want to consider making a button that looks like the play pause and stop like a DVD Player. You can find an example in
http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Update-Front-Panel/idi-p/1020307
Make one control Play/Pause, and the other Stop. This is just a picture, so you will have to create your own. This is also a standard that has already been adopted, so you are not inventing another concept. Making all 3 in one button only allows a certain sequence (with property nodes) unless you are allowed to chose from a list otherwise.
04-01-2010 03:06 PM
I was browsing through the group posts and thought I would put in my $0.02.
By customizing the buttons in a radio control, you can easily accomplish a three-state button control. A radio control is basically a cluster of buttons, so customizing it is easy.
11-04-2013 08:42 AM
hi everyone!
i encountered the following problem. i managed to replace the three buttons by my custom designs... but when in use there seems to be a problem when the cursor is on one of the buttons... did i miss to replace a "mouse-over image"? if so, where?
thanks!
11-12-2013 10:24 AM
if you post your code or an example then it's easier to understand what you mean and maybe someone will try to help...