摘要: http://samples.msdn.microsoft.com/Silverlight/SampleBrowser/index.htm#/?sref=DragAndDrop 阅读全文
posted @ 2012-07-26 17:33 songtzu 阅读(191) 评论(0) 推荐(0)
摘要: One of the most common questions I get asked about building WP7 apps is how to use a custom font that is not already included. Here’s a list of what IS included by default (Segoe WP) is what is used if you don’t specify a FontFamily:To add another font to your application, it’s pretty simple, but no 阅读全文
posted @ 2012-07-26 16:43 songtzu 阅读(176) 评论(0) 推荐(0)
摘要: 今天在开发过程中遇到了图片加载器与视频播放器无法正常读取媒体资源的问题。在代码中 图片路径是正确的,图片无法正常读出。而视频部分采取相同的代码,却可以正常读出。读取图片代码如下:读取视频代码如下:其中2个的地址相似都为:/Assets/XXXX/XXX.XXX读取图片错误信息如下:后对比视频文件与图片文件时发现问题。原来图片和视频的生成操作(build action)设置有差别。视频的为:内容(content) 图片的为:Rescoure查阅MSDN后发现,两种生成操作最后获取资源有很大的差异,并且对性能有很大影响。首先介绍build actionAc... 阅读全文
posted @ 2012-07-26 15:57 songtzu 阅读(281) 评论(0) 推荐(0)
摘要: System.Diagnostics.Debug.WriteLine(String); 阅读全文
posted @ 2012-07-26 11:09 songtzu 阅读(303) 评论(0) 推荐(0)