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

Custom style for the rate app reminder (or the trial reminder)

3 Answers 65 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.
Marcello
Top achievements
Rank 1
Marcello asked on 06 Jun 2013, 07:47 AM
Hi,
first of all, thanks for the very good controls, they are usefull andvery easy to use.
I would like to know if it's possible, and eventually how, to define a custom style for the rate app reminder (i have a small game that have a distinct graphic style that i would like to follow on every screen that i show to the user).
Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 06 Jun 2013, 10:49 AM
Hello Marcello,

Thank you for your question.

You can use the MessageBoxInfo property as explained here to change the content of the message. If you'd like to keep the message but only change the foreground of the text, you can take advantage of the fact that the color that we use is the PhoneForegroundBrush resource and you can change it before displaying the notification:
SolidColorBrush brush = this.Resources["PhoneForegroundBrush"] as SolidColorBrush;
brush.Color = Colors.Red;

Let me know if there is anything specific that you want to modify.

Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Marcello
Top achievements
Rank 1
answered on 06 Jun 2013, 01:30 PM
I would like to change the background image (and possibly add an image as a decoration on the upper right corner of the box) of the messageBox that appears.
After doing that, i'll need to change the appearance of the buttons (changing their colors)
But i think that it cannot be done because i can't see a template or similar for this control.
Can you confirm it?
Regards

Marcello
0
Todor
Telerik team
answered on 06 Jun 2013, 02:50 PM
Hi Marcello,

I confirm that you are right and currently these customizations are not possible.

Regards,
Todor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
RateApplicationReminder
Asked by
Marcello
Top achievements
Rank 1
Answers by
Todor
Telerik team
Marcello
Top achievements
Rank 1
Share this question
or