You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create StatusControl with ValueRange, the StatusControl.IsRange is not set to 'true'. I have to set it explicitly.
It must be broken at some point - because initially StatusControl.IsRange used to be set to 'true' automatically.
Another issue with the range (probably should be a separate ticket) - in the event action configuration the values for the range (0 -1023) have increment of 4. How can I select value '1' for example?
The text was updated successfully, but these errors were encountered:
What EControlType is this StatusControl?
IsRange is set to true automatically only if the StatusControl type is EControlType.ValueRangeDropDown or EControlType.ValueRangeSlider
I don't think this has changed recently.
I'm using EControlType.TextBoxNumber so the user can enter exact value. ValueRangeSlider is not precise for this, ValueRangeDropDown can be too awkward to use if the range is big.
I think the behaviour should not depend on the UI control chosen, especially if user can change the type. This is just wrong.
Another issue with the range (probably should be a separate ticket) - in the event action configuration the values for the range (0 -1023) have increment of 4. How can I select value '1' for example?
PluginSDK 1.4.3.0
When I create StatusControl with ValueRange, the StatusControl.IsRange is not set to 'true'. I have to set it explicitly.
It must be broken at some point - because initially StatusControl.IsRange used to be set to 'true' automatically.
Another issue with the range (probably should be a separate ticket) - in the event action configuration the values for the range (0 -1023) have increment of 4. How can I select value '1' for example?
The text was updated successfully, but these errors were encountered: