02-04-2022 05:59 AM
Hi all,
I have two menu rings and I want to disable one of the two menu rings depending on the value set with the first meu ring.
More precisely if I select "option 1" with the first menu ring I would like to have the second menu ring disabled and fixed on a certain value that is the only possible value allowed for the "option 1".
I need to use the menu rings because if I select "option 2" on the first menu ring, I must be able to select among all the possible values of the second menu ring since they are all allowed.
How can I do that?
Many thanks in advance!
Solved! Go to Solution.
02-04-2022 06:24 AM
Hi,
You can play with the menu properties values. See below the example.
02-04-2022 06:25 AM - edited 02-04-2022 06:26 AM
Hi mol,
@mol90 wrote:
How can I do that?
Edit: As shown by Defaphe…
Are you really working with Rings - or do you use Enums? It sounds like you are using a static number of items…
02-04-2022 10:07 AM - edited 02-04-2022 10:08 AM
(I agree that you might to work with enums instead. Would simplify certain things.)
The solution you got above will disable the entire second ring. A more flexible option would be to use the "Disabled items[]" property node. Now you can disable specific items as needed. Maybe later you want to allow more than one, but still not all items. 😄