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

[Solved] Default reminder display issues

4 Answers 122 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.
Tim
Top achievements
Rank 1
Tim asked on 19 Apr 2012, 05:03 PM
Here's the code I'm using for a simple reminder. But look at the screenshot that it is displaying. Assembly version 2012.1.321.2040

RadRateApplicationReminder appReminder = new RadRateApplicationReminder();
appReminder.RecurrencePerUsageCount = 1;
appReminder.AllowUsersToSkipFurtherReminders = true;
appReminder.Notify();

This looks nothing like the sample reminder:
http://blogs.telerik.com//Libraries/Valentin_Stoychev/rate.sflb

4 Answers, 1 is accepted

Sort by
0
Accepted
Tiziano
Top achievements
Rank 2
answered on 24 Apr 2012, 02:44 PM
0
Tim
Top achievements
Rank 1
answered on 24 Apr 2012, 05:49 PM
Yes, actually. I am using the NavigationInTransition & NavigationOutTransition on ALL pages, though my root frame object is PhoneApplicationPage.

I will have to try the RadApplicationFrame and see the implications of the date pickers (as you mentioned). Luckily, I don't think I'll be displaying any messages on the pages that contain a picker.

Thanks Tiziano! I'll mark as answer once I can verify it is fixed.
0
Tim
Top achievements
Rank 1
answered on 24 Apr 2012, 09:50 PM
That was it! I completely forgot about the Transitions I had so when I read that post before making mine, it never occurred to me that I was using it.
0
Tiziano
Top achievements
Rank 2
answered on 27 Apr 2012, 11:48 AM
Good, Tim :)
Tags
RateApplicationReminder
Asked by
Tim
Top achievements
Rank 1
Answers by
Tiziano
Top achievements
Rank 2
Tim
Top achievements
Rank 1
Share this question
or