[Wxlua-users] screenshot wxluacan

2006-02-27 Thread klaas.holwerda
Hi, I modified wxluacan a bit, it has now two types of luascript objects. One that is fast, since it only load the script once and adds all drawing as childs objects to a group. And the other use wxlua to draw the object again and again. Here is a screenshot:

[Wxlua-users] Re: screenshot wxluacan

2006-02-27 Thread Francesco Montorsi
Hi, klaas.holwerda ha scritto: Hi, I modified wxluacan a bit, it has now two types of luascript objects. One that is fast, since it only load the script once and adds all drawing as childs objects to a group. And the other use wxlua to draw the object again and again. Here is a screenshot:

[Wxlua-users] Re: patch for wxluaedit cmd line parser

2006-02-27 Thread Francesco Montorsi
Hi, John Labenski ha scritto: On 2/25/06, Francesco Montorsi [EMAIL PROTECTED] wrote: However there is still another problem I see: unlike wxlua, wxluaedit always opens the user-chosen files on the same notebook page. Fixed, you need to checkout wxStEdit again. thanks, now it works nicely !

[Wxlua-users] (no subject)

2006-02-27 Thread yahoo
Hello, I'm using wxlua for many years. I have a problem on using luasocket 2.0. Can I load a lua dll module with require? script dofile([[D:\lua\lua5\5.0\bin\compat-5.1.lua]] ) http = require(socket.http) b, c, h = http.request(http://www.lua.org;) print(b,c,h) With lua.exe

[Wxlua-users] require problem with luasocket

2006-02-27 Thread Marcos
Hello, I'm using wxlua for many years. I have a problem on using luasocket 2.0. Can I load a lua dll module with require? script dofile([[D:\lua\lua5\5.0\bin\compat-5.1.lua]] ) local http = require(socket.http) b, c, h = http.request(http://www.lua.org;) print(b,c,h) With

Re: [Wxlua-users] require problem with luasocket

2006-02-27 Thread Marcos
John, Sorry, my bad english, I'm brazilian. I'm compiling wxlua myself. I'am using the luasocket 2.0 binary files on win32 (win98). I see you load compat-5.1.lua, wxLua is based on 5.0.2, has luasocket been compiled for 5.1? No, luasocket was been compiled for 5.0.2, but under compat-5.1

Re: [Wxlua-users] require problem with luasocket

2006-02-27 Thread John Labenski
On 2/27/06, Marcos [EMAIL PROTECTED] wrote: I'm compiling wxlua myself. I'am using the luasocket 2.0 binary files on win32 (win98). I see you load compat-5.1.lua, wxLua is based on 5.0.2, has luasocket been compiled for 5.1? No, luasocket was been compiled for 5.0.2, but under compat-5.1