Andrew Robinson 于2018年9月13日周四 上午12:21写道:
> No, it is not that simple at all unless you decide to natively support
> UTF-16LE (BMP only) UNICODE. Microsoft and all their major vendors support
> Windows and NTFS, both of which only natively support UTF-16LE (BMP only)
> UNICODE. Any other desired en
Demo:
require'iup'
b=iup.button{title='x'}
t=iup.text{value='y'}
iup.dialog{iup.vbox{b,t},startfocus=t}:show()--Not necessary to use a string
name?
iup.MainLoop()
Lua 5.3, iup 3.25, Win10 64bit.___
Iup-users mailing list
Iup-users@lists.sourceforge.net
No, in Lua it is not necessary to use a string name.
I just run your sample code and it is working. I'm using exactly the same
configuration (from the original 3.25 distribution). I tested on lua53.exe,
iuplua53.exe and iupluascripter53.exe.
I also changed t for b, and the focus went to the bu