广泛的二次瓷砖开发问题

广泛的二次瓷砖开发问题

问题描述:

以下是使用SDKSecondaryTile示例应用的方案:

Here's the scenario using the SDKSecondaryTile sample app :

- 应用创建一个宽的辅助磁贴(向构造函数添加一个宽徽标)

- 用户确认,宽瓷砖已固定

- 从开始菜单中取消固定瓷砖

- 更改代码以删除宽徽标(创建方形瓷砖)

- 再次运行应用程序并固定平铺:宽黑色平铺被固定 - 即使删除了宽徽标,平铺仍然是宽格式。按钮"较小"没有显示

- app creates a wide secondary tile (add a wide logo to the constructor)
- user confirms, wide tile is pinned
- unpin tile from start menu
- change the code to remove the wide logo (create a square tile)
- run the app again and pin tile : wide black tile is pinned - tile still in wide format even though wide logo removed. Button "Smaller" not showing

即使您卸载应用程序然后重新部署并重新安装辅助磁贴,您仍然会使用黑色宽磁贴。只有解决方案是返回并将宽徽标添加到构造函数,然后运行并重新启动,转到开始菜单并切换回"Smaller",
然后卸载并重新部署应用程序。

You're then stuck with the black wide tile, even if you uninstall the app and then redeploy it and repin the secondary tile. Only solution is to go back and add the wide logo to the constructor, then run and repin, go to start menu and switch back to "Smaller", then uninstall and redeploy app.

感谢您报告此事。 我会针对此问题提交错误。 值得庆幸的是,这只是开发中的一个问题,您的客户永远不会看到这个问题。

Thanks for reporting this.  I will file a bug for this issue.  Thankfully this will only be a problem in development and your customers will never see this issue.

-Jeff