该帖已经被评为良好帖
|
|
---|---|
作者 | 正文 |
发表时间:2008-12-20
windows版本不支持中文的吗
|
|
返回顶楼 | |
发表时间:2008-12-20
hong638 写道 windows版本不支持中文的吗
我没有在windows下测试过,不过Shoes应该是支持的,你检查一下文件是不是utf-8编码 |
|
返回顶楼 | |
发表时间:2008-12-21
但是有问题啊,这种把style混入代码中的做法我始终不大赞同,这点WPF做得很好
|
|
返回顶楼 | |
发表时间:2008-12-21
我那个贴图就是windows vista下截的
不过没搞定字体设置 |
|
返回顶楼 | |
发表时间:2008-12-22
看了一下,还是不错的
但资源消耗大了点,有时还假死 |
|
返回顶楼 | |
发表时间:2009-03-13
手册还是不够详细,也许我太笨了。。。
|
|
返回顶楼 | |
发表时间:2009-03-13
最后修改:2009-03-13
写法很像groovy的guibuilder
刚才下了几个应用,都得用shoe打开,有些麻烦 ps:你头像是你孩子?很像外国人 |
|
返回顶楼 | |
发表时间:2009-03-17
如果没有装shoes的电脑连不上网呢……
可以打包成EXE的么? |
|
返回顶楼 | |
发表时间:2009-03-17
hexawing 写道 如果没有装shoes的电脑连不上网呢……
可以打包成EXE的么? 自带有packager |
|
返回顶楼 | |
发表时间:2009-03-17
最后修改:2009-03-17
唔,看到了,但汉字显示还是没试出来:
Shoes.app do stack :margin => 10 do @edit = edit_box :width => 1.0 do @para.text = @edit.text end @para = para "", :font => "宋体,Arial" end end 这样子没有变化,也不知道是思路错误还是语法错误=_= 好吧,我笨了,是这样: Shoes.app do stack :margin => 10 do @edit = edit_box :width => 1.0 do @para.text = @edit.text end @para = para "", :font => "Simsun,Arial" end end ******************** 又研究了一下,改变字体大小的话,:font这样写是可以滴: :font => "Simsun,Arial", :size => 10 但手册里这样说: 引用 Styles the text with a font description. The string is pretty flexible, but can take the form "[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]", where FAMILY-LIST is a comma separated list of families optionally terminated by a comma, STYLE_OPTIONS is a whitespace separated list of words where each WORD describes one of style, variant, weight, stretch, or gravity, and SIZE is a decimal number (size in points) or optionally followed by the unit modifier "px" for absolute size. Any one of the options may be absent. If FAMILY-LIST is absent, then the default font family (Arial) will be used.
试了几下都没成功,不知道咋玩…… |
|
返回顶楼 | |