Re: [wxlua-users] string compare error

2008-02-11 Thread marcos
Thanks John, You are right! The problem with string comparison in the new version persists. Please test this code on your machine: -- wx.wxLocale( wx.wxLANGUAGE_DEFAULT ) local loc= wx.wxGetLocale() local s = 'Maçã' print(loc:GetString(s), s) print('loc:GetString(s)==s

Re: [wxlua-users] OSX release?

2008-02-11 Thread John Labenski
On Feb 11, 2008 12:38 AM, <[EMAIL PROTECTED]> wrote: > Hi guys! > > It seems unfair to ask any more of you but...what is the ETA of a > leopard compatible binary build of version 2.8.7.0 similar to the > "tiger build" of 2.8.4.1? > Please see Anders response for the thread "ANN wxLua 2.8.7.0 rele

Re: [wxlua-users] string compare error

2008-02-11 Thread John Labenski
On Feb 9, 2008 10:11 AM, marcos <[EMAIL PROTECTED]> wrote: > > Problem resolved! > > I tested the precompiled wxlua.exe and the error persisted. I don't understand. I just tried your listbox code in your last message ... local choices = {'Hoje','Amanhã'} ... and it worked fine in both in Linux c