This is a migrated thread and some comments may be shown as answers.

Do not use in conjunction with the SL Toolkit for WP TransitionFrame

5 Answers 67 Views
RateApplicationReminder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Simon
Top achievements
Rank 1
Simon asked on 21 Mar 2012, 01:57 PM
There is a known issue with the Telerik Dialog service if the RootFrame type of your application is using the Transition Frame object from the Silverlight Toolkit for Windows Phone.

This causes the Dialogs used by the Rate Reminder to appear feint and masked (not very readable)

To resolve this either set the root frame back to a PhoneApplicationPage or replace it with the RadPhoneApplicationFrame
instead.

5 Answers, 1 is accepted

Sort by
0
Tiziano
Top achievements
Rank 2
answered on 03 Apr 2012, 03:39 PM
Yeah same problem here!
Then used the RadPhoneApplicationFrame, but with there is a problem with toolkit datepicker and listpicker.
Solved with raddatepicker and radlistpicker :)
0
Simon
Top achievements
Rank 1
answered on 15 Apr 2012, 12:24 PM
I think it goes so far to chose a framework and stick with it, don't mix the SL Toolkit and Telerik, just use one or the other.
0
Ryan
Top achievements
Rank 1
answered on 08 Mar 2013, 02:25 AM
This is a pretty old thread, but in case anyone finds it useful, you can actually use the WP Toolkit TransitionFrame with the Telerik RadRateApplicationReminder. To do this, you need to explicitly set the Foreground and Fontsize when creating the TransitionFrame. For example:

this.RootFrame = new TransitionFrame()
{
    Foreground = (Brush)this.Resources["PhoneForegroundBrush"],
    FontSize = (double)this.Resources["PhoneFontSizeNormal"],
};

Hope this helps!

Ryan
0
Dharm
Top achievements
Rank 1
answered on 04 Jun 2015, 10:50 PM

I have the exact same symptoms - the rating reminder dialog is faded and cant be seen (only when phone theme is white; works fine when phone theme is black).

But I am not using any Transition Frame object in my root frame. My rootframe is set to PhoneApplicationPage 

Any idea how I can resolve it?

0
Dharm
Top achievements
Rank 1
answered on 04 Jun 2015, 10:59 PM
My lib version is 2013.3.1317.3040
Tags
RateApplicationReminder
Asked by
Simon
Top achievements
Rank 1
Answers by
Tiziano
Top achievements
Rank 2
Simon
Top achievements
Rank 1
Ryan
Top achievements
Rank 1
Dharm
Top achievements
Rank 1
Share this question
or