上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 23 下一页
该文被密码保护。 阅读全文
posted @ 2012-09-25 12:21 博琼 阅读(3) 评论(0) 推荐(0)
摘要: http://tieba.baidu.com/p/1796404841 阅读全文
posted @ 2012-09-25 06:58 博琼 阅读(188) 评论(0) 推荐(0)
摘要: http://blogs.msdn.com/b/visualstudio/archive/2012/06/11/world-of-samples-at-your-fingertips.aspx 阅读全文
posted @ 2012-09-25 06:52 博琼 阅读(208) 评论(0) 推荐(0)
摘要: msdn :http://technet.microsoft.com/zh-cn/library/ff941100 阅读全文
posted @ 2012-09-24 17:57 博琼 阅读(155) 评论(0) 推荐(0)
摘要: MSDN : http://msdn.microsoft.com/zh-cn/library/windows/apps/xaml/Hh868244(v=win.10).aspx1、Opening a notification channel :在本示例中, 应用程序会申请一个通知的通道(a notification channel) 并且把它发送到应用的云端。并且也是怎样关闭这个通道。一个通知的通道唯一的指定每个用户的每台机器。这个通知的通道可以用来发送 tile、toast、badge、和 row 通知到特定的用户的特定设备。每一个应用只能有一个 tile 通道。为应用的 主 tile 创建 阅读全文
posted @ 2012-09-24 17:53 博琼 阅读(276) 评论(0) 推荐(0)
摘要: MSDN 有关 toast 文档: http://msdn.microsoft.com/zh-cn/library/windows/apps/hh779727.aspx 模版 : http://msdn.microsoft.com/zh-cn/library/windows/apps/hh761494.aspxwin8 的 toast 通知和 wp 的类似。win 8的 toast 是显示在屏幕右上角,可以有文字,也可以加上图片。系统的通知同时做多显示三个,如果多余三个,就会把多余的通知放到系统队列中,然后各个 Toast 通知依次显示固定时间。在 Windows.UI.Notificati. 阅读全文
posted @ 2012-09-24 16:09 博琼 阅读(1230) 评论(0) 推荐(0)
摘要: 1、Pin Tile 应用程序的二级 tile ,可以在用户确认后钉到开始菜单。运行界面:按钮:单击后,弹出对话框,填写显示在 tile 上面的文字:点击 “固定到开始屏幕” 按钮,则次级 tile 可以再开始菜单上看到了:xaml ://按钮,触发把二级 tile 钉到桌面的命令 <Button x:Name="PinButton" Content="Pin to Start" Margin="0,0,10,0" Click="PinButton_Click"/>相应的 C# : public con 阅读全文
posted @ 2012-09-22 10:20 博琼 阅读(565) 评论(0) 推荐(0)
摘要: 1、Preview all tile notification templates : 本示例展示了 NotificationsExtensions 类库 中的所有 tile 的展示方式, 具体 自行参考 App tiles and badges sample 工程的 第五个示例:2、Enable notification queue and tags : windows 系统最多可以保存 5 个 notification,前提是应用被设置为 enabled, 并且这些它们会循环播放。 Notifications 会根据放入的时间被保存在一个 FIFO (first in ,first out 阅读全文
posted @ 2012-09-21 10:43 博琼 阅读(540) 评论(0) 推荐(0)
摘要: win8 中的磁铁操作要比 windows phone 中的复杂一些,不过原理大同小异,都是一些固定内容模型。 参考文档: 磁贴和磁贴通知 :http://msdn.microsoft.com/zh-cn/library/windows/apps/hh779724.aspx 磁贴模板目录 : http://msdn.microsoft.com/zh-cn/library/windows/apps/hh761491.aspx Tiles 在系统的开始菜单中代表着应用,并且应用可以使用 tile 和 badge 通知来向用户显示 新的、重大的、定制的内容。Tile 通知是一种固定格式的 XML,. 阅读全文
posted @ 2012-09-20 17:29 博琼 阅读(782) 评论(0) 推荐(0)
摘要: 1、Show a context menu: 鼠标右键单击图片会显示一个 上下文菜单 (context menu)。使用手势,如 press-and-hould 手势也会触发显示这个菜单。右键单击应用中的图片(类似于word文档的图标),会在图片的上面显示这个上下文菜单。图片的 xaml :<Image x:Name="AttachmentImage" Grid.Row="1" HorizontalAlignment="Left" Stretch="None" Source="Assets/atta 阅读全文
posted @ 2012-09-19 17:57 博琼 阅读(441) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 23 下一页