Declined
Last Updated: 08 Aug 2014 12:18 by ADMIN
Created by: simone massaro
Comments: 1
Category: UI for Silverlight
Type: Bug Report
1
Hello,

I have a problem with the RadMap component which leads the silverlight plugin to a crash.
Basically i'm changing periodically the center of the map using the "ZoomLevel" and the "Center" properties of the map and after a casual number of times the silverlight plugin crashes with an  "AccessViolationException"

In order to reproduce the issue is sufficient to create a project with a simple user control with the following XAML:

<UserControl x:Class="RadMapTest.Map"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
     
    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:RadMap x:Name="MapControl" >
            <telerik:RadMap.Provider>
                <telerik:ArcGisMapProvider Mode="Aerial"  />
            </telerik:RadMap.Provider>
        </telerik:RadMap>
    </Grid>
</UserControl>


And the following code behind:

using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
 
namespace RadMapTest
{
    public partial class Map : UserControl
    {
        private bool zoomOut;
        private DispatcherTimer timer;
        private Random random;
 
        public Map()
        {
            this.zoomOut = true;
            this.timer = new DispatcherTimer();
            this.random = new Random(DateTime.Now.Second);
            InitializeComponent();
 
            this.Loaded += OnLoaded;
        }
 
        private void OnLoaded(object sender, RoutedEventArgs e)
        {
            this.timer.Interval = TimeSpan.FromMilliseconds(1000);
            this.timer.Tick += this.OnTick;
            this.timer.Start();
        }
 
        private void OnTick(object sender, EventArgs e)
        {
            this.MapControl.Center = new Telerik.Windows.Controls.Map.Location((random.NextDouble() * 180) - 90, (random.NextDouble() * 360) - 180);
            this.MapControl.ZoomLevel = zoomOut ? this.MapControl.MinZoomLevel : random.Next(this.MapControl.MinZoomLevel, this.MapControl.MaxZoomLevel);
 
            zoomOut = !zoomOut;
        }
    }
}

I was able to reproduce this issue with the Silverlight Q1 2014 and Silverlight Q2 2014.
Also I have tried both Bing and ArcGIS providers.

In the test i'm using a very short animation time (1 sec), but the problems persists also with longer timings (e.g. 45 sec).

Can you provide some help on this?
Completed
Last Updated: 26 Aug 2014 15:16 by ADMIN
Problem noticeable by observing growth in queued changes to be processed. 
Declined
Last Updated: 09 Aug 2016 06:26 by ADMIN
Declined
Last Updated: 08 Mar 2016 15:02 by ADMIN
Created by: Minifuss
Comments: 1
Category: UI for Silverlight
Type: Feature Request
1
Same as WPF feature request
Declined
Last Updated: 08 Mar 2016 15:01 by ADMIN
Created by: Minifuss
Comments: 1
Category: UI for Silverlight
Type: Feature Request
1
Same as WPF Feature request...
Declined
Last Updated: 08 Mar 2016 15:03 by ADMIN
Created by: Minifuss
Comments: 1
Category: UI for Silverlight
Type: Feature Request
1
Same as WPF suggestion
Declined
Last Updated: 08 Mar 2016 15:05 by ADMIN
Created by: Minifuss
Comments: 1
Category: UI for Silverlight
Type: Feature Request
1
Same as WPF suggestion
Completed
Last Updated: 04 Dec 2015 12:56 by ADMIN
This will preserve the exported image quality. Currently the only option to achieve this is through the EncodedImageData class. However, using this approach is not easy because the user have to know the width, height, color space and filters of the image.
Completed
Last Updated: 08 Feb 2018 14:36 by ADMIN
Available in LIB version 2018.1.205, it will be also available in the R1 2018 SP2 Release.
Declined
Last Updated: 08 Oct 2018 08:39 by ADMIN
Created by: Mi
Comments: 2
Category: UI for Silverlight
Type: Feature Request
1
Silverlight will be end of life in 2021. But if you look at at the currently supported browsers https://en.wikipedia.org/wiki/Microsoft_Silverlight#Desktop_computers you will see it is only running on Internet Explorer 11. All other browsers have canceled support for Silverlight.

Does it really makes sense to still support Silverlight?

I'm asking because of this: https://docs.telerik.com/devtools/wpf/xamlflix-step-by-step-guide/xamlflix-radbarcode. This is the WPF documentation for radBarcode but it effectivly is talking about Silverlight!
Completed
Last Updated: 08 Apr 2022 13:49 by ADMIN
Release LIB 2022.1.411 (11 Apr 2022)
Missing StaticResource error (ScrollBarStyle) is thrown when using implicit styles and merging the Telerik.Windows.Controls.RichTextBoxUI.xaml file.
Declined
Last Updated: 25 Mar 2014 11:23 by ADMIN
Created by: John
Comments: 1
Category: UI for Silverlight
Type: Feature Request
0
Would be nice to have guidance on how to integrate Silverlight controls with LightSwitch Project Types.
Completed
Last Updated: 16 Apr 2014 08:18 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
Silverlight uses short types internally for shapes' sizes and when the size of the line grows up to more than the short's max, extra lines are rendered. A possible work-around is to limit the zoom. 
Completed
Last Updated: 07 Mar 2016 14:46 by ADMIN
When RowStyle is applied to RadGridView, AlwaysVisibleRow part disappears after adding a new item.  The problem occurs only when the style is applied explicitly. 
Declined
Last Updated: 04 Feb 2016 14:08 by ADMIN
Custom color does not gets applied in the exported file (no matter if you export to .xslx or image file like .png ). The problem occurs if Alpha Transparency of the color is specified. 

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.

Workaround:
Set the Background of the RadCartesianChart to White.
Completed
Last Updated: 04 Feb 2014 16:16 by ADMIN
Completed
Last Updated: 26 Feb 2016 16:44 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
When the RadRibbonView ItemsSource is populated with RadRibbonTabs and one of the tab items IsSelected property is set to True that item no longer can be selected.
Completed
Last Updated: 26 Feb 2016 16:44 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
When the groups of a RadRibbonTab are collapsible the scroll is shown just before the groups collapses.
Completed
Last Updated: 10 Mar 2014 07:52 by ADMIN