We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Exception on latest version V15.3.0.26

Just upgraded to the latest version and without doing any single change. my circular gauge is crashing with exception below on android. see my gauge and exception below

 <gauge:SfCircularGauge x:Name="timerGauge" BackgroundColor="White" VerticalOptions="FillAndExpand">
          <gauge:SfCircularGauge.Scales>
            <gauge:Scale x:Name="gaugeScale" StartValue="{Binding Path=BindingContext.StartValue, Source={x:Reference Name=popupTimer}}"
                         EndValue="{Binding Path=BindingContext.EndValue, Source={x:Reference Name=popupTimer}}" Interval="1" StartAngle="90" SweepAngle="360" RimThickness="20"
RimColor="#606060" ShowLabels="false" MinorTicksPerInterval="0" ShowRim="true"
    ShowTicks="false" RadiusFactor="0.9">
              <gauge:Scale.Pointers>
                <gauge:RangePointer Value="{Binding Path=BindingContext.RangeValue, Source={x:Reference Name=popupTimer}}" Color="#CC0000" Thickness="20">                  
                </gauge:RangePointer>
              </gauge:Scale.Pointers>
            </gauge:Scale>
          </gauge:SfCircularGauge.Scales>

          <gauge:SfCircularGauge.Headers>
            <gauge:Header x:Name="lblRest"  Text="{resx:Translate GaugeText,IsUpper=True}" TextSize="20" ForegroundColor="Gray" Position="0.5,0">
            </gauge:Header>
            <gauge:Header x:Name="lblTimer" Text="00:00"  TextSize="85" ForegroundColor="Gray" Position="0.5,0.5">
            </gauge:Header>
            <gauge:Header x:Name="lblTotalTimer" Text="00:00"   ForegroundColor="#1976D2"  Position="0.5,0.7"  />
          </gauge:SfCircularGauge.Headers>
        </gauge:SfCircularGauge>










2 Replies

EM Emil August 8, 2017 03:15 PM UTC

Exception as attached: (Please improve your forum. So painful to use it. I tried to copy paste exception for 10 mins but it sometimes doesnt work. I dont know if it is encoding or similar but just copy paste from VS 2017 output or notepad ++. I added as an attachment finally) 




  


Attachment: exception_a8653842.7z


AK Ashwin Kumaravel Syncfusion Team August 9, 2017 12:31 PM UTC

Hi Emil,

Thanks for contacting Syncfusion Support.

For better follow up, we have created an incident under your account,

Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/  

Regards,
Ashwin K


Loader.
Live Chat Icon For mobile
Up arrow icon