Francesco Montorsi wrote:

BTW, does your locale uses a dot or a comma or something else for decimal point ?

Sweden uses a comma for decimal point, I think that should be in my locale ? (it varies a little, sometimes I use an US locale for the shell and terminal)

If it uses something != dot, could you please try to run the wxluasudoku.wx.lua sample in samples\: I've applied a fix for locales with decimal point != dot only for __WXGTK__ but maybe it's needed also for __WXMAC__....

Could be, but wxluasudoku.wx.lua has some other problems on wxMac, it seems... For starters it doesn't draw any lines or digits, which I think it should ? :-)

http://www.algonet.se/~afb/wx/wxluasudoku-wxmac.png


And I think I spoke too soon about the wxluaedit progress. Now it looks OK.
The only problem is that the "New" and "Open" menu items doesn't work ?

If you try starting it with an argument, like: wxluaedit samples/dialog.wx.lua you get a crash (bus error, same as segfault on Linux) in wxledit.cpp, I think:

Program received signal EXC_BAD_ACCESS, Could not access memory.
0x00009c9c in wxLuaEditorApp::OnInit() ()
(gdb) bt
#0  0x00009c9c in wxLuaEditorApp::OnInit() ()
#1  0x01979954 in wxEntry(int&, char**) ()
#2  0x000090d4 in main ()

Will recompile wxLua with full debugging symbols enabled tomorrow, I think.

--anders



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to