Hi,
I ran into an issue with the range slider control. We have an connector that talks to an external devices and that response with an value as integer, however we never know what the min and max value is before hand. The device does response with the respectively min, max and step value. So when talking to the device we can figure it out. it's just different for each entry in the table.
Any ideas how to get an slider working? if instead of RANGE we can configure the range/stepsize it becomes more flexible, (think for instance an option where the visio allows you to control an range between 0-3dB where if you go to the device itself you can control the whole range to give an operation an sensible adjust range while still having the option for the whole range)
On our live demo system, ziine, we have a view called "Visual Overview Design Examples". This view has many examples of visual overview features, among which several SetVar control visualizations.
An example of a slider control (as well as a rotating button control) can be found in the page controls//custom.
Hope that one helps you further.
You are right, I mistook the parameter set for the SetVar in here.
I can think of a couple of ridiculous solutions where you validate the value entered or something through scripting but none of them seem really clean. Your suggestion to allow a custom range in the translate option seems the most sensible. Probably something that could go through our feature suggestions?
Ys but those require either an fixed range configured in the driver or the same value what you can update with an notify 127 and that is not the case here.