Editor for UInt16 not working ?
ObjectListView - ListView on caffeine, guarana and steroids
Brought to you by:
grammarian
My objectmodel got an UInt16 attribute. The Aspectgetter worked fine, value displayed fine in the ObjectListView. When changing value, the the set was not called.
Made a dummy attribute using Int32, and made typecast from the UInt16 value, and it then worked fine.
Strange.
In EditorRegistry.cs, I can see that tat UInt16, UInt32 and UInt64 are using the same UintUpDown, and it got some min/max values that are not matching the min/max for these datatypes.
Looks like it's a problem for these special data types ?
(cancel - opened a discussion item instead of)