假如你有一个值为@”0A5CEA” (字符串类型的16进制色值) ,可以如下方法创建UIColor对象:UIColor *color = [UIColor colorwithHexString:@"0A5CEA" alpha:.9];UIColor Category然后我们来创建一个UIColor ...
分类:
其他好文 时间:
2014-06-25 23:21:06
阅读次数:
361
NSIS 2.0 版本支持定制的用户界面。所谓的 Modern UI(下称 MUI) 就是一种模仿最新的 Windows 界面风格的界面系统。MUI 改变了 NSIS 脚本的编写习惯,它使用 NSIS 的宏来表达,指定 MUI 的属性需要使用宏。所以,诸如 LicenseText, Icon, Ch...
分类:
其他好文 时间:
2014-06-25 22:03:27
阅读次数:
504
iconCls 所有属性值:icon-addicon-printicon-mini-addicon-cvsicon-playicon-refreshicon-editicon-helpicon-mini-editicon-pencilicon-removeicon-undoicon-mini-ref...
分类:
其他好文 时间:
2014-06-25 21:08:57
阅读次数:
574
1.当进行到生成上传包即:点击product》》archive 》》validation时;先是出现“the bundle does not contain an app icon for iphone / ipod touch of exactly '120x120' pixels”的错误解决方法...
分类:
移动开发 时间:
2014-06-25 18:58:03
阅读次数:
271
前台js//加载数据表格 $("#tab_user").datagrid({ title:"用户表", iconCls:'icon-edit',//图标 url:"getAllUserInfo", fitColumns:"true", ...
分类:
其他好文 时间:
2014-06-25 14:00:30
阅读次数:
267
#!/usr/bin/envpython
#-*-encoding:UTF-8-*-
##########################
#1.正向计时\逆计时\时钟
#2.使用sizer管理布局
##########################
importwx
importtime
importwx.gizmosasgizmos
ICON_START=‘|>‘
ICON_SUSPEND=‘||‘
ICON_RESTART=‘<|‘
TIMETOCOUNT=4..
分类:
编程语言 时间:
2014-06-25 06:28:23
阅读次数:
408
【UIWidget】 UIWidget在NGUI中的层次如下。 根据上篇所述,UIRect实现实现了Anchor功能。而Widget提供的功能也很简单,如下: 可以看到,widget只提供四个属性,alpha、pivot、depth、dimension。实际上widget就是sprit...
分类:
其他好文 时间:
2014-06-24 14:33:38
阅读次数:
191
#Region ;**** 参数创建于 ACNWrapper_GUI ****#AutoIt3Wrapper_icon=C:\WINDOWS\system32\SHELL32.dll|-110#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****#include #in...
分类:
其他好文 时间:
2014-06-24 11:28:09
阅读次数:
326
我们不能总是依赖于BitmapFactory 下面告诉大家怎么从Bitmaqp中截取某一部分创建新的Bitmap
系统会有一个默认png图片:icon.png 但是这个图片中最外层会有白色的 比较讨厌 现在以此为例 说说怎么截取 因为其外层为白色 显示不出来 所以我用了 *.9.png 作为其边界
创建Bitmaop 且指向icon.png
Bitmap...
分类:
移动开发 时间:
2014-06-22 21:25:19
阅读次数:
277
在实际应用中,考虑到seo,很多button,icon都要用到inline-block和text-indent来处理,例如:Buttoncss我习惯写成这样.btn{display:inline-block; width:100px; height:23px; text-indent:-9999px...
分类:
其他好文 时间:
2014-06-22 12:56:49
阅读次数:
204