View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004753 | NoesisGUI | Studio | public | 2026-01-29 13:03 | 2026-01-29 14:41 |
| Reporter | Antonino | Assigned To | |||
| Priority | normal | Severity | feature | ||
| Status | new | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Summary | 0004753: Add “Clear Value” and Middle-Click Support for DataSet Fields | ||||
| Description | To keep the same behavior across all property fields, we should add a “Clear Value” option to DataSet fields as well. A short proof-of-concept video is attached. Things to consider:
| ||||
| Attached Files | |||||
| Platform | Any | ||||
|
My solution suggestion would be to have two "value source" types, one driving the UI (e.g. blue border (Local value) in Styles for properties that have <Setter/>, default/gray border for set dataset properties, etc...) So for data set properties these two values would be mValueSource = Default (so we keep the gray border around the property editor), and mValueSourceLogical = Local (means it's present in XAML code, clearing value is possible, enable the "Clear value" button, enable the logic in Property::ClearValue, etc...). |
|