View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004174 | NoesisGUI | Studio | public | 2025-05-19 14:35 | 2025-05-20 12:18 |
| Reporter | dstewart | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004174: Many DynamicProperties Cannot Be Easily Used With Their 'DefaultValue' Field | ||||
| Description | Currently, when creating any Component DynamicProperty; they each offer a 'DefaultValue' field, allowing the user to not only set a 'Default' for when the Component is introduced in a Page, but also provides a handy feature to 'preview' what the Component will look like in its final form, from within itself. However, many of these DynamicProperties either don't offer, or are unclear about how to set the Default option they appear to provide. Sample file attached containing a Component containing all of the DynamicProperties, to ease in inspection of the below comments: 1) BOOL: Turns out, after experimenting, that all 3 format work, which is pretty cool. 2) INTEGER: 3) FLOAT: 4) STRING: 5) IMAGE Copy-pasting the Image Source from XAML (for example Pasting "Background.png") does not work. This should offer a dropdown of images available to use, just as when assigning a PNG to any Image/Source Property, or any ImageBrush/ImageSource Property. 6) BRUSH From personal experience, I know that both using the WPF Names (eg "Coral" or "White") or a direct Hex Value works (eg: #FFEFEFEF). This should likely be in the same format as all other colour selections within the application: ie a visible swatch, which brings up the Colour Picker when clicked. 7) OBJECT This should likely either offer a dropdown of all available objects within the Scope, or simply allow a Resource to be assigned to its DefaultValue using the same Resource Assignment method as throughout the rest of the application. | ||||
| Attached Files | |||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-05-19 14:35 | dstewart | New Issue | |
| 2025-05-19 14:35 | dstewart | File Added: ComponentDefaults.zip | |
| 2025-05-19 14:35 | dstewart | Summary | Many DynamicProperties Cannot Be Successfully Used With Their 'DefaultValue' Field => Many DynamicProperties Cannot Be Easily Used With Their 'DefaultValue' Field |
| 2025-05-19 14:36 | dstewart | Description Updated | |
| 2025-05-20 12:18 | jsantos | Assigned To | => sfernandez |
| 2025-05-20 12:18 | jsantos | Status | new => assigned |
| 2025-05-20 12:18 | jsantos | Target Version | => Studio_Beta |