View Issue Details

IDProjectCategoryView StatusLast Update
0001525NoesisGUIC++ SDKpublic2019-07-26 10:22
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version2.2.3 
Summary0001525: Cannot use escaped quotes in binding StringFormat
Description

Escaped quotes in StringFormat work in WPF but not in Noesis.

Given the following xaml the text shown in the binding is:
WPF: "Michael's Profile"
Noesis: "Michael's Profile, FallbackValue=UserName's Profile"

Steps To Reproduce

<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
<TextBlock x:Name="txt1" Text="Michael" Foreground="Blue"/>
<TextBlock Text="{Binding Text, ElementName=txt1, StringFormat={}{0}\'s Profile, FallbackValue=UserName\'s Profile}"/>
</StackPanel>
</Grid>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-07-26 10:21 sfernandez New Issue
2019-07-26 10:22 sfernandez Assigned To => sfernandez
2019-07-26 10:22 sfernandez Status new => assigned
2019-07-26 10:22 sfernandez Target Version => 2.3.0