Setting min/max dependent on other setting's value?
Posted: Wed Oct 27, 2021 2:56 pm
Just curious if this is possible.
Basically, if setting A (an int-setting) gets assigned a value of 40, then setting B's value (also an int-setting) cannot be more/less than this. But if setting A is changed to 20, then setting B's min/max gets updated to reflect this.
In my use case, I have a series of int-settings that are meant to define a range. Realistically they should allow the user to enter a value from 0-1000, but setting-A must be < setting-B must be < setting-C.
Basically, if setting A (an int-setting) gets assigned a value of 40, then setting B's value (also an int-setting) cannot be more/less than this. But if setting A is changed to 20, then setting B's min/max gets updated to reflect this.
In my use case, I have a series of int-settings that are meant to define a range. Realistically they should allow the user to enter a value from 0-1000, but setting-A must be < setting-B must be < setting-C.