cocos2dx 3.0 CocoStudio1.4.1
做界面的时候用到了CocoStudio生成的UI.json文件,需要做语言本地化,论坛中有朋友给出了方法:
将本地化的图片设定格式,英文的叫button_store_normal.en.png 中文的叫button_store_normal.zh.png ......
按照这种规则,根据需要的语言来加载不同的图片
我...
分类:
Web程序 时间:
2014-06-03 03:28:59
阅读次数:
281
首先我们来看一个代码:复制代码代码如下: Absolute (layer2) Normal
Text Content (layer3) 这个代码的效果如下:在FF和IE8下都没有任何问题的,但是在IE6和IE7下有人如下两个bug:a,
绝对定义(position:absolute)的相邻元素mar...
分类:
其他好文 时间:
2014-06-02 01:19:44
阅读次数:
291
There are a few scenarios in which your activity is destroyed due to normal app behavior, such as when the user presses theBack button or your activity signals its own destruction
by calling finish(...
分类:
其他好文 时间:
2014-06-01 18:18:52
阅读次数:
550
1 CSS white-space 属性 white-space
属性可设置某个元素内部的浏览器如何被处理 值 normal 默认。空白会被浏览器忽略。 pre 空白会被浏览器保留。其行为方式类似HTML中的标签。
nowrap 文本不会换行,文本会在在同一行上继续...
分类:
Web程序 时间:
2014-05-30 02:09:55
阅读次数:
276
12.00 Normal 0 7.8 磅 0 2 false false false EN-US
ZH-CN X-NONE Mic...
分类:
其他好文 时间:
2014-05-26 17:03:10
阅读次数:
356
平台:展讯SC7730现象:开机显示LOGO时会闪一下观察现象似乎像是LCD没刷完屏背光就亮了。问题首先定位于uboot开机显示LOGO段代码。normal_emc_mode.cvoid
vlx_nand_boot(char * kernel_pname, char * cmdline, int b...
分类:
其他好文 时间:
2014-05-25 19:18:15
阅读次数:
220
Android DIP: Device-independent Pixel Graphics Design How Android Supports Device Displays: UI Design and UX Device Display Concepts: Size, Density, Orientation, DIP size Type small,normal,large,...
分类:
移动开发 时间:
2014-05-25 07:28:50
阅读次数:
458
http://www.howtoforge.com/apache2-how-to-redirect-users-to-mobile-or-normal-web-site-based-on-device-using-mod_rewriteApache2:
How To Redirect Users T...
分类:
Web程序 时间:
2014-05-21 22:53:20
阅读次数:
432
ios开发中UIButton的使用(一)一、简单说明一般情况下,点击某个控件后,会做出相应反应的都是按钮按钮的功能比较多,既能显示文字,又能显示图片,还能随时调整内部图片和文字的位置二、按钮的三种状态normal(普通状态)默认情况(Default)对应的枚举常量:UIControlStateNor...
分类:
移动开发 时间:
2014-05-21 20:14:53
阅读次数:
394