|
本帖最后由 menfan1 于 2012-2-1 09:52 编辑
今天SVN更新到3.3.7.23 (2011-12-XX) (Beta) 第一汉化版后,发现处理窗体背景过渡颜色有点问题,老版本处理是平滑过渡,新版本处理会类似花屏的效果,估计应该是更新支持64位后处理HEX等函数出现的问题哈
[G][!]更新: Dec(), Int() and Number() default conversion behavior improved.
[G][!]更新: Dec(), Int(), Number() have second optional parameter defining non-default behavior.
[G][!]更新: Hex() detects doubles internally and processes them respecting binary format.
比如:GUICtrlSetBkColor(-1, "0x"&Hex($Bf,2) & Hex($Gf,2) & Hex($Rf,2))
已解决,由于程序升级而造成需要增加类型转换的问题。 |
|