Feature request for VoltageLabel()
Posted: Thu Jan 19, 2023 7:25 pm
I've got many trouble during development of my new module.
There are VoltageLabels, that can be edited by user. Any change provides a message in Notify()-Label_Changed. So input data can be processed.
These labels are modified by the code too. And everytime this results in an unwanted notification event.
So I suppose to add the method SetTextNoNotification() to VoltageLabel as it is available in similar manner for VoltageKnob.SetValue().
There are VoltageLabels, that can be edited by user. Any change provides a message in Notify()-Label_Changed. So input data can be processed.
These labels are modified by the code too. And everytime this results in an unwanted notification event.
So I suppose to add the method SetTextNoNotification() to VoltageLabel as it is available in similar manner for VoltageKnob.SetValue().