Edward_jie

for you, my Hall of Frame

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  92 随笔 :: 45 文章 :: 539 评论 :: 43万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

随笔分类 -  windows phone 7

上一页 1 2

摘要:在UserControl页面:xaml中加入了一个Button,有一个click事件Button_Click <Grid x:Name="LayoutRoot"> <Button Click="Button_Click" Style="{StaticResource ButtonStyle1}"> <Button.Background> <ImageBrush ImageSource="ApplicationIcon.png"></ImageBrush> 阅读全文
posted @ 2012-02-06 13:56 Edward_诺 阅读(1871) 评论(0) 推荐(3) 编辑

摘要:2.7.2Requirements Expected ResultThe following requirements apply to applicationsthat receive the location of a user's mobile device:2.7.2 The privacy policy of your application mustinform users about how location data from theLocation Service API is used and disclosed and thecontrols that users 阅读全文
posted @ 2012-01-31 14:58 Edward_诺 阅读(1277) 评论(2) 推荐(1) 编辑

摘要:出现这个问题,是跟Expanderview中带年纪Header和点击Item程序响应鼠标点击消息两次有关系,即不仅Header接收到了Tap消息,响应之后又讲此Tap消息传递给Item进行了处理,所以出现了,点击空白区域,程序先交给Header处理点击消息,进行了相应处理,然后又交给Item进行消息处理,就会出现意想不到的结果,具体要根据项目中处理鼠标消息写在了Listbox中还是写在Header中还是Item中,或者其中某几项中,根据自己的项目程序如下,和后台代码也有关联,不多赘述了。如代码PTA项目中的Pivot中的一项: <controls:PivotItem Name=" 阅读全文
posted @ 2012-01-11 23:02 Edward_诺 阅读(1053) 评论(1) 推荐(0) 编辑

摘要:windows phone 7使用System.Threading.Thread函数中需要修改UI元素的时候: this.OrientationChanged += new EventHandler<OrientationChangedEventArgs>(MainPage_OrientationChanged); System.Threading.Thread a = new System.Threading.Thread(new ThreadStart(InitCityAndPhrase)); a.Name = "线程1"; ... 阅读全文
posted @ 2012-01-06 14:12 Edward_诺 阅读(651) 评论(0) 推荐(0) 编辑

上一页 1 2
点击右上角即可分享
微信分享提示