最近使用JQueryeasyui,发现easyui的dialog等一下东西,在火狐浏览器中运行以后,会出现在浏览器最上面,无法拖动,而在IE浏览器却正常,希望大神可以指点……
分类:
Web程序 时间:
2014-08-13 03:51:15
阅读次数:
252
本文为那些不错的Android开源项目第一篇——个性化控件(View)篇,主要介绍Android上那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toa...
分类:
移动开发 时间:
2014-08-12 18:35:34
阅读次数:
331
在这个网站上有很多用js实现的对话框效果:http://tympanus.net/Development/ModalWindowEffects/现在有人做出了相同效果的android版本,几乎和上面的一模一样,界面如下:动画效果:要查看更多的动画效果请参考上面给出的网站链接。该项目的git地址为:h...
分类:
其他好文 时间:
2014-08-12 18:10:14
阅读次数:
271
MFC类的分类1Root: CObject : CObject2Application Architecture Classes:CWinApp/CFrameWnd/...3Window, Dialog, and Control Classes:CWnd/CDialog/...4Drawing an...
分类:
其他好文 时间:
2014-08-12 18:05:54
阅读次数:
223
学习随笔 jquery ui apihttp://api.jqueryui.com/dialog/ 大概分为options,event,methods------------------------------------------------------- options为初始化的参数,以...
分类:
Web程序 时间:
2014-08-12 13:20:54
阅读次数:
234
做这个东西主要是为了练习一下以前学习过的java Swing,所以那些复杂的算法就没有加载到里面去........ 先展示一下效果....,额,当然不是这个样子.... ---》代码: 1 package dialog_color; 2 3 import java.awt.B...
分类:
编程语言 时间:
2014-08-11 20:56:32
阅读次数:
387
原文:http://blog.csdn.net/sodino/article/details/58221471.Activity全透明同学zzm给了这个有趣的代码,现在公布出来。先在res/values下建colors.xml文件,写入:#9000这个值设定了整个界面的透明度,为了看得见效果,现在设...
分类:
移动开发 时间:
2014-08-10 18:31:50
阅读次数:
341
Use the General, Text Editor, Options Dialog Box to customize the appearance and functionality of the Text and Code editor. You can set Text Editor op...
分类:
其他好文 时间:
2014-08-10 08:07:49
阅读次数:
177
先来看下效果图:
其中show和dismiss的时候有动画效果。
原先试过使用PopupWindow来做,但是使用的时候不是那么舒服,毕竟不是dialog嘛。
所以这次尝试还是使用dialog来做 ,很多地方是引用了系统源码(源码是最好的老师)
首先看CustomDialog.java的构造函数:
protected CustomDialog(Contex...
分类:
其他好文 时间:
2014-08-10 01:46:59
阅读次数:
239
During normal app use, the foreground activity is sometimes obstructed by other visual components that cause the activity to pause. For example, when a semi-transparent activity opens (such as one in the style of a dialog), the previous activity pauses. As...
分类:
移动开发 时间:
2014-08-09 02:36:37
阅读次数:
366