Pending Review
Last Updated: 05 Jan 2021 14:40 by ADMIN
Created by: Piotr
Comments: 1
Category: TimePicker
Type: Bug Report
0

 

 

RadTimePicker objects remain in memory because, in the DateTimePicker class, it subscribe  on event Window.Current.SizeChanged but you never unsubscribe. So it generates memory leaks. The control will never be removed by the GC(garbage collector).

 

 

Source code:

 

 /// <summary>
        /// Initializes a new instance of the <see cref="DateTimePicker"/> class.
        /// </summary>
        protected DateTimePicker()
        {
            var languages = new List<string> { this.CalendarLanguage };
            var calendar = new Windows.Globalization.Calendar(languages, this.CalendarIdentifier, ClockIdentifiers.TwelveHour);
            this.calendarValidator = new CalendarValidator(calendar);
            this.selectorUtcValue = DateTime.SpecifyKind(DateTime.Now, DateTimeKind.Utc);
            this.utcValue = this.selectorUtcValue;
            Window.Current.SizeChanged += this.Current_SizeChanged;
        }

Pending Review
Last Updated: 25 Jul 2019 18:53 by ADMIN
Created by: Rodolfo
Comments: 1
Category: UI for UWP
Type: Bug Report
0

I am trying to use the chart control in multiple views: Meaning not just one window. I create several windows from the main window. It is not call "windows". It is a view.

It looks like the chart control fails:

 

System.Exception: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))
   at Windows.UI.Xaml.Media.SolidColorBrush.get_Color()
   at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.ChangeBrushesAccordingToAppTheme()
   at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.PrepareCartesianAxisLineVisual(CartesianAxis axis, ContainerVisual lineContainer, RadRect layoutSlot, AxisType axisType)
   at Telerik.UI.X

 

Is there a way to fix it ?

 

to understand the concept of multiple views:

 

https://docs.microsoft.com/en-us/windows/uwp/design/layout/show-multiple-views

 

please advise me...

Pending Review
Last Updated: 13 Mar 2019 23:01 by ADMIN

The "Foreground" property does not apply to the RadDatePicker icon .. it only applies to the text even though I followed what this page explains: https://docs.telerik.com/windows-universal/controls/raddatepicker-and-radtimepicker/styling/raddatetimepickers-explicitstyling

My XAML code is the following:

<Custom:RadDatePicker x:Name="FromDatePicker" HorizontalAlignment="Left" ValueChanged="DatePickerValueChange">
                    <Custom:RadDatePicker.Resources>
                        <Style TargetType="Custom:RadDatePicker">
                            <Setter Property="Foreground" Value="Orange"/>
                            <Setter Property="FontSize" Value="15"/>
                            <Setter Property="FontStyle" Value="Italic"/>
                            <Setter Property="Background" Value="Beige"/>
                            <Setter Property="BorderBrush" Value="Orange"/>
                        </Style>
                    </Custom:RadDatePicker.Resources>
                </Custom:RadDatePicker>

Attached image of the properties that only my RadDatePicker takes when running the application ..

Pending Review
Last Updated: 13 Mar 2019 07:39 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for UWP
Type: Feature Request
5
Provide component that is able to read and decode codes from image.
Pending Review
Last Updated: 13 Mar 2019 07:39 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
5
Universal barcode.
Pending Review
Last Updated: 13 Mar 2019 07:39 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
4
Make the gauges universal.
Pending Review
Last Updated: 25 Jul 2018 10:16 by Pravin
Created by: Jean
Comments: 1
Category: UI for UWP
Type: Feature Request
4
This would let us create LOB applications consistent with the Look & Feel of Office 2016 Universal apps.
Pending Review
Last Updated: 22 Jun 2018 11:19 by Imported User
Created by: Imported User
Comments: 0
Category: UI for UWP
Type: Feature Request
5
Please, add the RadMap control to your plan
Pending Review
Last Updated: 22 Jun 2018 11:17 by Vitaly
Created by: Vitaly
Comments: 0
Category: UI for UWP
Type: Feature Request
0
It is hard to migrate to universal app w/o this one.
Pending Review
Last Updated: 22 Jun 2018 11:16 by cmasdev
ADMIN
Created by: Dimitrina
Comments: 1
Category: UI for UWP
Type: Feature Request
4
Create a Masked Textblock that can be used in Universal Windows Apps.
Pending Review
Last Updated: 22 Jun 2018 11:15 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: UI for UWP
Type: Feature Request
4
Provide a universal LiveTileHelper similar to the Windows Phone LiveTileHelper.
Pending Review
Last Updated: 22 Jun 2018 11:14 by ADMIN
ADMIN
Created by: Ves
Comments: 0
Category: UI for UWP
Type: Feature Request
0
Waterfall chart for universal windows apps
Pending Review
Last Updated: 22 Jun 2018 11:14 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Make the RadRadialMenu control available for Windows Phone.
Pending Review
Last Updated: 22 Jun 2018 11:13 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
11
Provide a universal JumpList similar to the Windows Phone JumpList.
Pending Review
Last Updated: 22 Jun 2018 11:13 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
3
Universal uniform grid.
Pending Review
Last Updated: 22 Jun 2018 11:12 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
4
Universal tab control.
Pending Review
Last Updated: 22 Jun 2018 11:12 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
2

			
Pending Review
Last Updated: 22 Jun 2018 11:12 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
0
Sparkline chart for universal windows apps.
Pending Review
Last Updated: 22 Jun 2018 11:12 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
4
Create a slide view that can be used in Universal Windows Apps.
Pending Review
Last Updated: 22 Jun 2018 11:12 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
1
1. Single thumb,
2. Range,
3. Radial
1 2 3 4