WP7 使用代码更改 Tile 元素
是否可以通过代码更改图块背景图像。该场景是“初始图块图像(不是默认图像,我创建了自己的图像并将其设置为图块选项下的Background.png)通过推送图块通知并在用户打开时使用新的图块背景图像进行更新应用程序(激活或启动)我必须更改新的图块背景图像,该背景图像是通过将通知推送到初始图块图像来更新的”。这可能吗?
Is it possible to change the tile background image through code. The scenario is "The initial tile image(not the default image, I have created my own image and set it as the Background.png under tile options) is updated with a new tile background image through pushing a Tile notification and when the user opens the app(either activating or launching) I have to change the new tile background image which was updates through push notification to the initial tile image". Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 7.0 中,只需让您的应用程序调用通知服务器即可发送新的磁贴通知。
在 7.1 中,您可以使用 ShellTile.ActiveTiles 访问磁贴并更新它。
In 7.0, just have your app call your notification server to send a new tile notification.
In 7.1 you can use ShellTile.ActiveTiles to access the tile and update it.