View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002136 | NoesisGUI | C++ SDK | public | 2021-10-04 14:10 | 2021-11-25 01:56 |
Reporter | sfernandez | Assigned To | jsantos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.1 | ||||
Target Version | 3.1.2 | Fixed in Version | 3.1.2 | ||
Summary | 0002136: Unable to parse big numbers with <sys:UInt32> | ||||
Description | The 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> | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
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 |