写dialog一直报错The method setPositiveButton(int, DialogInterface.OnClickListener) in the type AlertDialog.Builder is not applicable for the arguments (Str...
分类:
移动开发 时间:
2015-06-26 17:48:40
阅读次数:
125
在Activity中调用自定义dialog时出现ActionBarImpl can only be used with a compatible window decor layout异常,
解决方法:
在自定dialog的style添加 parent="@android:style/Theme.Dialog"...
分类:
编程语言 时间:
2015-06-26 13:33:10
阅读次数:
141
【转载请注明出处:http://blog.csdn.net/feiduclear_up/article/details/46619637 CSDN 废墟的树】今天来学习总结一下,Android 后添加的一些新的组件和UI效果,Material Dialog,SwipeRefreshLayout,ListPopupWindow,PopupMenu等。Material Dialog你还在为使用 Mate...
分类:
其他好文 时间:
2015-06-26 12:56:24
阅读次数:
192
我们Android平台是一个又一个的Activity组成的,每一个Activity有一个或者多个View构成。所以说,当我们想显示一个界面的时候,我们首先想到的是建立一个Activity,然后所有的操作在Activity里面实现,或者是一个Dialog或者Toast。这种方式固然简单,但是在有些情况下,我们要求的只是简单的显示,用Activity显然是多余,这个时候,我们如何处理呢?
原来...
分类:
移动开发 时间:
2015-06-26 09:12:47
阅读次数:
165
//这个方法是浏览文件对象 private void button1_Click(object sender, EventArgs e) { //用户打开文件浏览 using (OpenFileDialog dialog = ...
分类:
数据库 时间:
2015-06-25 20:52:21
阅读次数:
158
Bootstrap modal垂直居中 在网上看到有Bootstrap2的Modal dialog垂直居中问题解决方法,这种方法自己试了一下,并不能完全居中,并且窗口的大小不一样的话,每次显示的margin-top值也会改变,遮盖层还会出现滚动条,效果也不好看,代码如下:Js代码 //在初始显示时设...
分类:
其他好文 时间:
2015-06-24 20:44:06
阅读次数:
122
先给一个参考文献:The RAM reported by the System Properties dialog box and the System Information tool is less than you expect in Windows Vista or in Windows X...
分类:
其他好文 时间:
2015-06-24 09:16:18
阅读次数:
117
HINSTANCE hinst = GetModuleHandle(0); HRSRC hr = ::FindResource(hinst, MAKEINTRESOURCE(IDD_MEMDIALOG), RT_DIALOG); LoadResource(hinst, hr); m_hWnd...
分类:
其他好文 时间:
2015-06-23 15:17:38
阅读次数:
125
我用dialog写了个小脚本,没成功和成功后的我看着是一样的,求大神解答!!用diff,它说有错我为什么看不出来呢[root@lcmc~]#diff-uform1form2---set-network.sh 2015-06-1720:13:36.731459487-0400+++form2 2015-06-1719:53:57.107462118-0400@@-13,13+13,13@@value=`$DIALOG-..
分类:
其他好文 时间:
2015-06-19 21:43:06
阅读次数:
132
Apr 30, 2010.Summary:With this library .NET applications can control a wide variety of MessageBox dialog settings.That includes adjusting initial posi...
分类:
Web程序 时间:
2015-06-19 21:36:50
阅读次数:
278