Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tick and Needle not displaying on RadialGauge #350

Open
3 of 24 tasks
Jangojas opened this issue Feb 27, 2024 · 0 comments
Open
3 of 24 tasks

Tick and Needle not displaying on RadialGauge #350

Jangojas opened this issue Feb 27, 2024 · 0 comments

Comments

@Jangojas
Copy link

Describe the bug

In my UWP project the Tick and the Needle of my RadialGauge do not appear. It works well on Windows 11 (x86) but fail on Windows IoT 10.0.17763.1577.

Steps to reproduce

Create an UWP app with Visual Studio 2022 Version 17.9.1. Add Nuget package communitytoolkit.uwp.radialgauge 8.0.240109. Replace the XAML in MainPage by the following. Run it on Windows IoT for Raspberry Pi 3b+ (Windows IoT 10.0.17763.1577). The Tick and the Needl will be Invisible.


<Page
    x:Class="App1.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:App1"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:controls="using:CommunityToolkit.WinUI.Controls"
    mc:Ignorable="d"
    Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

    <Grid>
        <controls:RadialGauge x:Name="RadialGauge_Mem" Value="60" d:Value="390" Minimum="0" Maximum="100" d:Maximum="90" StepSize="1"
                      TickLength="10" TickSpacing="10" d:TickSpacing="20" NeedleLength="80" ScaleWidth="14" Unit="Mo" NeedleWidth="4" MinAngle="-120" MaxAngle="120"/>
    </Grid>
</Page>

Expected behavior

I expect to see the Needle AND the Tick on the RadialGauge

Screenshots

Screenshot_2024-02-27_11-35-46

Code Platform

  • UWP
  • WinAppSDK / WinUI 3
  • Web Assembly (WASM)
  • Android
  • iOS
  • MacOS
  • Linux / GTK

Windows Build Number

  • Windows 10 1809 (Build 17763)
  • Windows 10 1903 (Build 18362)
  • Windows 10 1909 (Build 18363)
  • Windows 10 2004 (Build 19041)
  • Windows 10 20H2 (Build 19042)
  • Windows 10 21H1 (Build 19043)
  • Windows 10 21H2 (Build 19044)
  • Windows 10 22H2 (Build 19045)
  • Windows 11 21H2 (Build 22000)
  • Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

  • Windows 10, version 1809 (Build 17763)
  • Windows 10, version 1903 (Build 18362)
  • Windows 10, version 1909 (Build 18363)
  • Windows 10, version 2004 (Build 19041)
  • Windows 10, version 2104 (Build 20348)
  • Windows 11, version 22H2 (Build 22000)
  • Other (specify)

Other SDK version

No response

Visual Studio Version

2022

Visual Studio Build Number

17.9.1

Device form factor

IoT

Additional context

No response

Help us help you

No, I'm unable to contribute a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant