Re: [Iup-users] Function LoadImage of IUP LUA IM can't load image if file name and path contain multi-bytes characters?

2018-09-13 Thread 云风 Cloud Wu
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

[Iup-users] Attribute "startfocus" of dialog not work

2018-09-13 Thread ????
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

Re: [Iup-users] Attribute "startfocus" of dialog not work

2018-09-13 Thread Antonio Scuri
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