25.11.2020, 21:46
Is it possible to have some controls disabled if say 1/1/1 = true
i can visually indicate this by putting an opaque filter(using JS) on top on the vis in the area of these controls?
but I don't know how to make the objects unusable while 1/1/1 is true is there some way to make them read only while 1/1/1 is true?
or is there some better way to achieve this?
I want some controls to be disable (cant be opperated) when 1/1/1 it true and re enable for use when false , and i want this to be obvious to the user if these are disabled.
i can visually indicate this by putting an opaque filter(using JS) on top on the vis in the area of these controls?
but I don't know how to make the objects unusable while 1/1/1 is true is there some way to make them read only while 1/1/1 is true?
or is there some better way to achieve this?
I want some controls to be disable (cant be opperated) when 1/1/1 it true and re enable for use when false , and i want this to be obvious to the user if these are disabled.