Completed
Last Updated: 15 Feb 2022 09:35 by ADMIN
Release R1 2022 SP1

When the ReadOnly attribute is set to a property, the user won't be able to update it. However, the editor will be still active and the value in the editor can be changed which will mislead the user that the value is modified.

The correct behavior is that the editors for ReadOnly properties are disabled.

Completed
Last Updated: 15 Feb 2022 10:30 by ADMIN
Release R1 2022 SP1
Created by: Dinko
Comments: 0
Category: DataLayout
Type: Bug Report
0

By default, when we have a property of type "uint" or "short" the control will create a TextBox editor for the property. We can add SpinEditor as a default editor for this kind of property.