WP7 平铺背景图像不会更新

发布于 2025-01-02 17:34:05 字数 424 浏览 1 评论 0原文

我正在尝试让应用程序更新应用程序磁贴,我基本上是从 sdkTilesCS 演示项目复制粘贴(本页上的磁贴示例 http://msdn.microsoft.com/en-us/library/ff431744(v=VS.92).aspx)。应用程序标题和计数始终会更新,但磁贴图像不会更新。图像路径是正确的,我使用相同的 Uri 对象在应用程序中显示图像,并且路径与演示应用程序中的路径相同(例如“blue.jpg”在演示应用程序中工作,并在放置 blue.jpg 后将其放置在应用程序中。 jpg 在我的项目中并使用相同的 uri,它不会在我的应用程序中显示)。我有什么遗漏的吗?我是否需要做一些特殊的事情才能将图像添加到我的应用程序中,以便它可以用作图块背景?

I'm trying to get the application to update the application tile, I'm basically copy pasting from the sdkTilesCS demo project (Tile Sample on this page http://msdn.microsoft.com/en-us/library/ff431744(v=VS.92).aspx). The application title and count always update however the tile image does not. The images path is correct, I use the same Uri object to display images within the application and the path is the same as something that works in the demo application (e.g. "blue.jpg" works in teh demo app, and after placing blue.jpg in my project and using the same uri it won't display in my app). Is there anything I'm missing, do I have to do something special to add the image to my app so that it can be used as a tile background?

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

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

发布评论

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

评论(1

故事↓在人 2025-01-09 17:34:05

您可能需要在属性窗口中将构建操作标记为“内容”(现在可能是“资源”)

You probably need to mark the Build Action as 'Content' from the properties window (it's probably 'Resource' right now)

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