View Issue Details

IDProjectCategoryView StatusLast Update
0002136NoesisGUIC++ SDKpublic2021-11-25 01:56
Reportersfernandez Assigned Tojsantos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.1.1 
Target Version3.1.2Fixed in Version3.1.2 
Summary0002136: Unable to parse big numbers with <sys:UInt32>
DescriptionThe following xaml shows an error "Unable to convert '3828302698' to a valid value for System.UInt32" in Noesis:

<Grid 
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:sys="clr-namespace:System;assembly=mscorlib">
  <Grid.Resources>
    <sys:UInt32 x:Key="id">3828302698</sys:UInt32>
  </Grid.Resources>
  <TextBlock Text="{Binding Source={StaticResource id}}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</Grid>


TagsNo tags attached.
PlatformAny

Activities

jsantos

jsantos

2021-11-25 01:56

manager   ~0007612

Fixed in r10938

Thanks for reporting!

Issue History

Date Modified Username Field Change
2021-10-04 14:10 sfernandez New Issue
2021-10-04 14:10 sfernandez Assigned To => jsantos
2021-10-04 14:10 sfernandez Status new => assigned
2021-10-04 14:10 sfernandez Product Version => 3.1.1
2021-10-04 14:10 sfernandez Target Version => 3.1.2
2021-11-25 01:56 jsantos Status assigned => resolved
2021-11-25 01:56 jsantos Resolution open => fixed
2021-11-25 01:56 jsantos Fixed in Version => 3.1.2
2021-11-25 01:56 jsantos Note Added: 0007612