Windows Phone 7 模拟器是否显示水印?
Windows Phone 7 模拟器是否在显示屏的右上边缘显示水印?
起初,我认为可能是嵌套网格没有正确重叠,并在右上角创建了一个细长的垂直视觉垃圾列。但在创建一个新项目并放大这两个垃圾区域后,结果发现它们都是数字。
现有项目:“000 000 000006 001 000 00.0000”
新的空项目:"000 000 003296 002 001 00.0967"
这些是什么?有什么办法可以禁用他们的可见性吗?
Does the Windows Phone 7 emulator show a watermark along the upper right edge of the display?
At first I thought it might be nested grids not overlapping properly and creating a thin vertical column of visual garbage in the upper right. But after creating a new project and zooming in on both garbage areas it turns out they are numbers.
Existing project: "000 000 000006 001 000 00.0000"
New, empty project: "000 000 003296 002 001 00.0967"
What are these? Any way to disable their visibility?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些是用于测量性能的帧速率计数器。详细信息请参见此处。
Jeff Wilcox – Windows Phone 中的帧速率计数器
该帖子还介绍了如何禁用其显示。
These are frame rate counters used for measuring performance. Details here.
Jeff Wilcox – Frame rate counters in Windows Phone
The post also shows how to disable their display.
在App.xaml.cs中的App构造函数中生成了代码。注释掉这些行,如下所示:
In the App constructor in App.xaml.cs is generated code. Comment out these lines, like so: