public class ViewController1 : ViewController { ListViewProcessCurrentObjectController controller; protected override void OnActivat...
最近自己在做一个项目是需要弹出信息框, 我使用的是popupwindow,我之前设置的有这个:
m_pop_GameMatchWaitTip.setBackgroundDrawable(new PaintDrawable());
m_pop_GameMatchWaitTip.setOutsideTouchable(true);
就是支持框体外点击获取焦点关闭,但是用户使用效果不佳,现在要...
分类:
移动开发 时间:
2015-01-21 18:22:47
阅读次数:
199
purMVC用了2年多 终于淘汰了 现在开始用RobotlegsRobotlegs是一个好框架 轻量易用 ,这次讲讲Robotlegs2 中Mediator的手动构建方法因为之前有遇见过需要手动构建的 比如: 使用 flex 的 PopupManager的时候PopUpManager 会把popup...
分类:
其他好文 时间:
2015-01-17 00:59:48
阅读次数:
209
弹出层popup很简单,主要就是弹出验证,登陆注册,提交信息之类的,下面是我写好的一个demo。。。 Close 发帖 ...
分类:
Web程序 时间:
2015-01-13 10:21:37
阅读次数:
173
1.window.open函数window.open("www.sina.com","popup","width=320,height=480");//最后一个参数用逗号分割。2.javascript伪协议注:在html内用javascript:来调用javascript,会导致老的浏览器不兼容,要...
分类:
其他好文 时间:
2015-01-03 18:36:35
阅读次数:
185
关于Android中各种Menu的介绍、应用场景以及基本用法...
分类:
移动开发 时间:
2015-01-03 15:56:42
阅读次数:
270
再是PaneThemeTransition - 基于边缘的较大 UI 滑入和滑出时的过渡效果
需要注意的是PaneThemeTransition和EdgeUIThemeTransition的属性Edge
Edge ----- 用来设置UI从屏幕那一边滑入滑出
例如Edge="right",则说明UI会从屏幕右侧滑入
至于Popup的HorizontalOffset,VerticalOffset,IsLightDismissEnabled
以及如何在后台设置PaneThemeTransition和E...
分类:
Web程序 时间:
2014-12-28 15:38:06
阅读次数:
146
在贴代码之前,列举一下我的认识和收获:
a.在.cs中设置前台标签的背景或者其他涉及到颜色的属性的时候,纯色的话必须要用到SolidColorBrush画刷类
例如:Border border = new Border(); border.Background = new SolidColorBrush(Colors.Green)
b.在一个容器控件中添加内容Child,可以有两种方法(这边Border是父容器,TextBlock是内容)
其一先是实例内容对象,然后对这个对象添加各种各样...
原帖请看:http://cocoathings.blogspot.com/2013/01/introduction-to-user-notifications-in.html想要实现如图这样的notification popup弹出notification的代码如下NSUserNotificatio...
分类:
其他好文 时间:
2014-12-22 17:44:55
阅读次数:
352
public classPopupWindowextendsObject//直接继承至Objectjava.lang.Object?android.widget.PopupWindow//widgetClass Overview//概述A popup window that can be used ...
分类:
移动开发 时间:
2014-12-14 13:16:42
阅读次数:
289