xml&dom_pull编程:1、去掉欢迎弹窗界面:在window项的preferences选项中输入“configuration center” 找到这一项然后 把复选框勾去即可。2、去掉打开Myeclipse时弹出的:Please allow Subclipse team to receive....
分类:
编程语言 时间:
2014-08-28 00:43:28
阅读次数:
360
Android:PopupWindow简单弹窗继续上一节的内容,改进一下,目标是点击菜单后把菜单收缩回去并且切换内容,我使用的是PopupWindow+RadioGrouppublic class MainActivity extends TabActivity { private Popup...
分类:
移动开发 时间:
2014-08-27 20:10:28
阅读次数:
243
最近在做一个项目,做的表单有的比较长,如果直接点提交,错误提示有时可能用户看不见,对用户体验不好。还有客户端提交有点慢,担心用户重复提交,于是做了个检测用户提交表单验证是否有错误,没错误就提交,且把按钮提交禁用;有错误时弹窗提示错误,且把焦点移至错误输入控件。 步骤1、页面引入jQuery。...
分类:
Web程序 时间:
2014-08-27 16:07:47
阅读次数:
320
一、效果图二、主要技术点: 1.PopupWindow的使用 2.ListView的使用三、示例代码 1.布局文件:activity_main.xml 2.ListView的布局文件:list_item.xml 3.主界面MainActivity.j...
分类:
移动开发 时间:
2014-08-26 16:58:46
阅读次数:
288
popupwindow组件是在点击按钮或进行某项操作后在屏幕上弹出的窗口,并进行UI更新,数据处理等一些操作
常用的方法
1
public PopupWindow(Context context)
构造
创建PopupWindow实例
2
public PopupWindow(View contentView...
分类:
移动开发 时间:
2014-08-26 11:46:36
阅读次数:
312
两布局,一个当前布局页面和一个点击展示布局页面,主程序代码:public class MainActivity extends Activity { private PopupWindow pop; @Override protected void onCreate(Bu...
分类:
移动开发 时间:
2014-08-25 20:57:04
阅读次数:
326
看到很多地方说,在服务器上,设置excel选项,但是这种设置只针对特定的excel文件最终解决办法:Workbooks.Open(fileName, 0, true, TypeM, TypeM, TypeM, true, TypeM, TypeM, true, TypeM, TypeM, TypeM...
分类:
其他好文 时间:
2014-08-25 16:46:14
阅读次数:
171
[DllImport("user32")]private static extern bool AnimateWindow(IntPtr hwnd, int dwTime, int dwFlags);//下面是可用的常量,根据不同的动画效果声明自己需要的private const int AW_HO...
Android PopupWindow显示位置和显示大小...
分类:
移动开发 时间:
2014-08-20 21:12:22
阅读次数:
261
Android PopupWindow 仿微信弹出效果,直接下载 到项目中用 简单高效...
分类:
微信 时间:
2014-08-20 21:09:32
阅读次数:
614