Windows Phone 7剩余问题 [英] Windows Phone 7 Remainder issue

查看:66
本文介绍了Windows Phone 7剩余问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个提醒通知,会将参数传递给我的应用

I have a reminder notification which passes a parameter to my app like this

 

Reminder closeReminder = new Reminder(somevalue);
closeReminder.BeginTime = testtime;
closeReminder.Content = "Tap here!";
closeReminder.RecurrenceType = RecurrenceInterval.None;
closeReminder.NavigationUri = new Uri("/MainPage.xaml?para=paraone", UriKind.RelativeOrAbsolute);
closeReminder.Title = "Title here";



My problem is, If the application is already opened and reminder pop-up, when i tap on the notification nothing happens. It does not call OnNavigatedTo in the MainPage.xaml.cs even. If the application is not focused, no issues. How can I fix this issue?

推荐答案

您好pprkarthik,

Hi pprkarthik,

感谢您的发帖。

根据您的描述,我认为您的问题是关于Windows Phone开发的。

According to your description, I think your issue is about Windows Phone development.

请将您的问题发布到
APP HUB论坛
,以便您获得更好的帮助。

Please post your issue to APP HUB forums, so that you can get a better help.

Silverlight提问,您可以将问题发布到
Silverlight论坛
以获得更好的支持。

And for Silverlight questions, you can post your issue to Silverlight forum for better support.

感谢您的理解。

祝您有个愉快的一天。


这篇关于Windows Phone 7剩余问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆