LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

First Item of Ring Hiden when I click on the Ring

Hello guys,

I'm coming to you to find a solution.
I actually have a Ring menu that has 4 items.
Items Type 1 is the default item.
When I run my vi I see item 1 on the ring as shown in the picture below.
Now I am asked to make item 1 disappear when I click on the Ring. Like the user will see only the 3 items (Level 1, level 2, Level 3) when he click on the Ring.
How do you do this please?
I have tried everything but it doesn't work.
Thank you for your help.
0 Kudos
Message 1 of 2
(421 Views)

Hi Zoe,

 


@ZOE_23 wrote:
Now I am asked to make item 1 disappear when I click on the Ring. Like the user will see only the 3 items (Level 1, level 2, Level 3) when he click on the Ring.
How do you do this please?
I have tried everything but it doesn't work.

As you are using Rings you can manipulate the ring items at runtime!

Upon mouse down you can change the ring items using properties of the ring: remove the first item. You can add it later on…

(It might be even easier to set the first item to "disabled" using another property of the ring.)

 

As you have "tried everything": what exactly have you tried? What exactly does not work (as required)?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(415 Views)