Windows应用程序的退出
flyfish
OnOK OnCancel EndDialog的关系
VC\atlmfc\src\mfc\dlgcore.cpp文件中
void CDialog::OnOK()
{
if (!UpdateData(TRUE))
{
TRACE(traceAppMsg, 0, "UpdateData failed during dialog ter...
When USB is plugged into the phone, there is a Dialog Window coming out,Here are the debugging infos as below,130|root@:/ # logcat | grep -i MtpServic...
分类:
移动开发 时间:
2015-01-10 13:52:47
阅读次数:
1021
就是将上面的自定义布局放到一个Dialog里面,布局xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="155dp"
android:backgro...
分类:
移动开发 时间:
2015-01-09 15:32:11
阅读次数:
386
在创建好AlertDialog类型对象后,要dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT); 同时还要设置权限 这样后就可dialog.show()了,要不然容易报错
分类:
移动开发 时间:
2015-01-09 14:08:41
阅读次数:
214
我想再android?Dialog中使用 autocompletetext, 在开发测试过程中碰见不少问题,把最后的成品发布出来,避免大家走弯路,下面的代码是完整代码 详细代码如下 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ...
分类:
移动开发 时间:
2015-01-09 12:51:33
阅读次数:
252
我想再android Dialog中使用 autocompletetext, 在开发测试过程中碰见不少问题,把最后的成品发布出来,避免大家走弯路,下面的代码是完整代码详细代码如下1234567891011121314151617181920212223242526272829303132333435...
分类:
移动开发 时间:
2015-01-09 12:02:20
阅读次数:
140
Android软件开发之盘点所有Dialog对话框大合集(一): http://xys289187120.blog.51cto.com/3361352/657562/ Android入门第九篇之AlertDialog: http://blog.csdn.net/hellogv/article/det...
分类:
移动开发 时间:
2015-01-08 21:22:43
阅读次数:
144
function openDialog(){ var $doc; if(window.location!=window.parent.location){ // 页面在iframe中 $doc=window.parent.jQuery.noCon...
分类:
Web程序 时间:
2015-01-08 17:35:51
阅读次数:
302
报错信息ActionBarImpl can only be used with a compatible window decor layout原因:1:requestWindowFeature(Window.FEATURE_ACTION_BAR);与android:theme="@android:...
分类:
其他好文 时间:
2015-01-08 09:31:48
阅读次数:
138
一,修改配置文件ueditor.config.js,配置Ueditor路径 /** * 编辑器资源文件根路径。它所表示的含义是:以编辑器实例化页面为当前路径,指向编辑器资源文件(即dialog等文件夹)的路径。 * 鉴于很多同学在使用编辑器的时候出现的种种路径问题,此处强烈建议大家使用"相对于网站根...
分类:
Web程序 时间:
2015-01-07 16:27:26
阅读次数:
304