View Issue Details

IDProjectCategoryView StatusLast Update
0003828NoesisGUIStudiopublic2024-11-27 21:09
Reportersfernandez Assigned Todfranjic  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product VersionStudio_Alpha 
Target VersionStudio_Alpha 
Summary0003828: BasedOn in Styles is always blank
DescriptionWe’re unable to select something. In the ‘Engineering’ sample is used but it seems it was set up outside of Studio.

This entry should allow selecting compatible base styles, including a reference to typed styles, for example:

<Style TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
Tagsclient
PlatformAny

Activities

dfranjic

dfranjic

2024-11-27 21:09

developer   ~0010171

The BasedOn property now has options listed (including the reference to typed styles).
Though, I am going to leave this open because changing the property doesn't immediately update the preview (if the Style was present when loading the document).
That is because the Style is sealed so the new BasedOn value isn't actually applied to the Style object.
I am going to take a better look tomorrow.

Issue History

Date Modified Username Field Change
2024-11-27 11:32 sfernandez New Issue
2024-11-27 11:32 sfernandez Assigned To => dfranjic
2024-11-27 11:32 sfernandez Status new => assigned
2024-11-27 11:32 sfernandez Target Version => Studio_Alpha
2024-11-27 11:32 sfernandez Tag Attached: client
2024-11-27 21:09 dfranjic Note Added: 0010171