09-04-2009 11:59 AM
Is there a way, using property nodes, to get something to gray out on the front panel based on a user selection? For example, I want to have a radio button, or something similar, to display what type of experimental method was chosen from a drop-down menu. The other possible selections on the radio display would be grayed out, if not selected.
thanks in advance
Solved! Go to Solution.
09-04-2009 12:01 PM
09-04-2009 12:02 PM
09-04-2009 12:11 PM
this post may also help you:
http://forums.ni.com/ni/board/message?board.id=170&message.id=94393&query.id=85637#M94393
09-04-2009 02:00 PM
csmrunman wrote:Is there a way, using property nodes, to get something to gray out on the front panel based on a user selection? For example, I want to have a radio button, or something similar, to display what type of experimental method was chosen from a drop-down menu. The other possible selections on the radio display would be grayed out, if not selected.
thanks in advance
I'm assuming you know about event structures?
Bill
09-08-2009 05:31 PM
Were you able to implement these suggestions? If you are having trouble, post it.
Thanks,
Anna K.
09-09-2009 09:23 AM
I know how to disable and gray an item, like mentioned above, but that isn't what I'm looking to do. That option appears to have things permanently in that state, once selected. I wanted to disable and gray items out, only after another option had been selected.
As for event structures, I get confused as to what the differences are between it and case structures. I have no experience with event structures, so I see them in LabVIEW examples, but I get lost trying to figure out the setup.
This would be a nice little add-on to my code and isn't the focus right now. So, I have pushed it to the side for the time being.
09-09-2009 09:44 AM - edited 09-09-2009 09:51 AM
This case in the event structure fires only when the disable boolean is pressed.
09-09-2009 12:42 PM
I was attempting to re-create both of those event structures, so I can get a better grasp of the coding and process, but ran into some issues. How, in that first screenshot, did you get NewVal to turn green, for the boolean? I can't for the life of me find an option that allows me to turn that NewVal green, so that it outputs a boolean.
thanks
09-09-2009 12:46 PM