View Issue Details

IDProjectCategoryView StatusLast Update
0001752NoesisGUIC++ SDKpublic2020-07-09 14:08
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Product Version3.0.2 
Target Version3.1 
Summary0001752: Can't assign property to abstract class 'Color'
DescriptionSpecifying value types like Color as xaml nodes is not supported by Noesis xaml parser:
<Rectangle>
  <Rectangle.Fill>
    <SolidColorBrush>
      <SolidColorBrush.Color>
        <Color A="255" R="255" G="0" B="0"/>
      </SolidColorBrush.Color>
    </SolidColorBrush>
  </Rectangle.Fill>
</Rectangle>


This produces error: "Can't assign property to abstract class 'Color'"
TagsNo tags attached.
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-07-09 14:08 sfernandez New Issue
2020-07-09 14:08 sfernandez Assigned To => sfernandez
2020-07-09 14:08 sfernandez Status new => assigned
2020-07-09 14:08 sfernandez Target Version => 3.1