Re: [Wxlua-users] wxGrid cell renderer

2006-08-06 Thread Richard Simes
Sorry bout slow reply: On 8/2/06, John Labenski <[EMAIL PROTECTED]> wrote: > On 8/1/06, Richard Simes <[EMAIL PROTECTED]> wrote: > > Thanks for the tips, > > > > I think I'll be going with wxWidgets in C++, rather than wxLua as wxLua > > seems to have a few memory leaks... > > is this just my setu

Re: [Wxlua-users] wxGrid cell renderer

2006-08-01 Thread John Labenski
On 8/1/06, Richard Simes <[EMAIL PROTECTED]> wrote: > Thanks for the tips, > > I think I'll be going with wxWidgets in C++, rather than wxLua as wxLua > seems to have a few memory leaks... > is this just my setup? What wxLua version are you using? > eg, the editor.wx.lua runs fine at first, but i

Re: [Wxlua-users] wxGrid cell renderer

2006-07-31 Thread Richard Simes
Thanks for the tips,I think I'll be going with wxWidgets in C++, rather than wxLua as wxLua seems to have a few memory leaks...is this just my setup? eg, the editor.wx.lua runs fine at first, but if I leave it open for more than 15 minutes it becomes unusable with ~100mb ram and ~ 85% processor. I'

Re: [Wxlua-users] wxGrid cell renderer

2006-07-31 Thread John Labenski
On 7/30/06, Richard Simes <[EMAIL PROTECTED]> wrote: > I have just started writing a spreadsheet program in lua that supports > functions, cell ranges and sorting. have got to the point where it really > needs a user interface to be useable to anyone so am investigating wxLua. Lua should make scri

[Wxlua-users] wxGrid cell renderer

2006-07-30 Thread Richard Simes
Hi List,I'm completely new to wxLua so forgive me if I'm in going completely in the wrong direction.I have just started writing a spreadsheet program in lua that supports functions, cell ranges and sorting. have got to the point where it really needs a user interface to be useable to anyone so am i