Declined
Last Updated: 05 Jan 2017 15:26 by ADMIN
ADMIN
Telerik Admin
Created on: 20 Apr 2012 17:49
Category: BusyIndicator
Type: Bug Report
3
BusyIndicator: Error when theme is Metro and is not set as Application theme
RadBusyIndicator throw error when theme is Metro and is not set as an Application theme. Message=Cannot access Freezable 'System.Windows.Media.SolidColorBrush' across threads because it cannot be frozen.
Workaround:
Whenever you are running metro styled telerik components you must invoke:
MetroColors.PaletteInstance.Freeze();
So the shared color resources we bind our controls to could be frozen and become thread safe. The above line could be placed in the OnStartup in your example and it would work.
1 comment
ADMIN
Ivan Ivanov
Posted on: 05 Jan 2017 15:26
Please use the suggested workaround. If it does not meet your requirements, you can contact us through our support ticketing system.