[wxlua-users] wxlua-2.8.7.0-1.x86.package - Language issue

2008-02-05 Thread wlprg00
Hi, I modified the wxLua’s example with none-English words: frame = wx.wxFrame(wx.NULL, wx.wxID_ANY, "wxLua Демо", wx.wxDefaultPosition, wx.wxSize(450, 450), wx.wxDEFAULT_FRAME_STYLE) -- create a simple file menu local fileMenu = wx.wxMenu() fileMenu:Append(w

Re: [wxlua-users] wxlua-2.8.7.0-1.x86.package - Language issue

2008-02-06 Thread wlprg00
Just converted the source to utf8 and the modified "minimal" wxWidgets sample worked fine on both Windows and Linux ports. However, wxLuaEditor from wxLua-2.8.7.0-MSW seems to work only with ANSI. Could this be changed? Thanks, wlprg00 --- John Labenski <[EMAIL PROTECTED]> wr

Re: [wxlua-users] wxlua-2.8.7.0-1.x86.package & printing.wx.lua

2008-02-21 Thread wlprg00
intData' (a nil value) stack traceback: [string "printing.wx.lua"]:143: in function 'Print' [string "printing.wx.lua"]:273: in function <[string "printin