1.PopupWindow 简介
首先看android.widget.PopupWindow.java源码注释:
/**
* A popup window that can be used to display an arbitrary view. The popup
* window is a floating container that appears on top of the c...
知识点: 这次将继续上一篇文章没有讲完的Menu的学习,上下文菜单(Context menu)和弹出菜单(Popup menu)。 上下文菜单 上下文菜单提供对UI界面上的特定项或上下文框架的操作,就如同Windows中右键菜单一样。 在Android中,有两种提供上下文操作的方式:一种是在浮动的上...
分类:
移动开发 时间:
2014-09-14 23:31:38
阅读次数:
445
1.逻辑层2.UI层3.辅助工具层舞台视图焦点控制:管理当前焦点视图UI主体结构控制(Structure):定义客户端的层次结构(背景-主体内容-弹出层-loading层-信息提示层-系统提示层-鼠标层等)弹出窗体控制(PopUp):按照窗口的不同分类控制弹出窗口的显示与关闭系统提示(Alert):...
分类:
其他好文 时间:
2014-08-31 22:44:51
阅读次数:
323
Android:PopupWindow简单弹窗继续上一节的内容,改进一下,目标是点击菜单后把菜单收缩回去并且切换内容,我使用的是PopupWindow+RadioGrouppublic class MainActivity extends TabActivity { private Popup...
分类:
移动开发 时间:
2014-08-27 20:10:28
阅读次数:
243
在wp中我们经常要实现,浮窗的效果这时我们就会考虑到Popup,但是在用Popup开发我们会遇到一个非常尴尬的问题,由于Popup不在主界面的可视化树内,在Popup显示的位置在输入法面板出现的范围时,输入法面板弹出,不会随之偏移直接被输入法覆盖了。在以前wp7.5中我们可以在输入法面板弹出时,去获...
分类:
其他好文 时间:
2014-08-08 23:39:06
阅读次数:
306
app-framework的popup方法很好用,也很方便
下面使用法
$.ui.popup(
{
title:"这里是title",
message:"主题信息",
cancelText:"关闭",
cancelCallback:
function(){
//自己写的function可以在这里调用
...
分类:
移动开发 时间:
2014-08-08 16:08:06
阅读次数:
297
When using Code Completion, you can accept the currently highlighted selection in the popup list with the Tab key.Unlike accepting with the Enter k...
分类:
其他好文 时间:
2014-08-08 09:33:15
阅读次数:
252
隐藏多对多域的弹出列表视图中的“新建”按钮,如例:
Hiding the "Create" button from the popup list view of a many2many field. Example shown as below:
1. 在.py文件中定义many2many的field:
1. Define a many2many field in the pytho...
分类:
其他好文 时间:
2014-08-06 01:59:20
阅读次数:
273
/*************************** 相册 ***************************/LovelyGallery功能特点:超过200个令人惊叹的3D&2D硬件加速的转换与过渡画廊!易于使用的视觉过渡建设者 -创建自己的自定义转换,并用它与滑块!支持所有主要的浏览器(...
分类:
其他好文 时间:
2014-08-02 18:09:24
阅读次数:
331