Unplanned
Last Updated: 20 May 2024 10:37 by ADMIN
Created by: Raymond
Comments: 5
Category: ProgressBar
Type: Bug Report
0

There are 3 annoying warnings when using RadLinearProgressBar on iOS:

  1. Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: 'Orientation' property not found on '', target property: 'Telerik.Maui.Controls.LinearProgressView.Orientation'
    (This warning is seen on all platforms)
  2. [Unknown process name] Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem.
  3. [Unknown process name] clip: empty path.

 

Unplanned
Last Updated: 27 Feb 2023 14:30 by John
Created by: John
Comments: 0
Category: ProgressBar
Type: Feature Request
0

Provide an option to bold the text in the progress bar. For example exposing FontAttributes property.

 

Currently the option is to use implicit style:

<ContentPage.Resources>
    <ResourceDictionary>
        <Style TargetType="Label">
              <Setter Property="FontAttributes" Value="Italic"/>
         </Style>
   </ResourceDictionary>
</ContentPage.Resources>
<VerticalStackLayout>
          <telerik:RadLinearProgressBar Value="40" ValueDisplayMode="Percent"/>
</VerticalStackLayout>

Unplanned
Last Updated: 18 Jan 2023 12:42 by Hanoch
Created by: Hanoch
Comments: 0
Category: ProgressBar
Type: Feature Request
0
provide an option to define a circular progress bar