直接从 WP7app 更新标题

发布于 2024-10-11 19:29:55 字数 150 浏览 4 评论 0 原文

我的问题是: 我想允许我的用户将 WP7app 中的单个元素信息(例如列表框项目中的信息)固定到实时磁贴。怎么做呢? TileScheduler 仅更新图像,推送通知需要专有的 Web 服务来处理它们。我想允许我的应用程序设置图块值。

请帮忙。

哈维尔。

My problem is:
I would like to allow my user to pin single element information from the WP7app (like information from listbox item) to the Live tile. How to do that? TileScheduler only updates image and push notification needs exclusive webservice to handle them. I would like allow my app to set the tile value.

Please, help.

xawer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

桃扇骨 2024-10-18 19:29:55

您可以控制所使用的图像。您可以使用 WriteableBitmap.Render()

如果您愿意等待一个小时才能进行第一次 TileScheduler 更新,您可以在本地执行此操作,但是如果您想要响应更快的结果,正如您所指出的,您将需要实现 Web 服务和 PNS。

You have control of the image used. You can add text to an image using WriteableBitmap.Render().

If you're ok with waiting one hour for the first TileScheduler update to take place you can do this locally, however if you want a more responsive result you will, as you noted, need to implement a web service and the PNS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文