From: Richard S. <ric...@gm...> - 2006-08-01 05:08:39
|
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'm running ubuntu 5 on an amd athlon xp Although, My C++ isn't brilliant so I'll no doubt introduce some myself. With the help of wxGlade I was able to get a basic grid interface working, with a custom wxGridTableBase that will soon contain some basic bindings to my lua code. On 8/1/06, John Labenski <jla...@gm...> wrote: > > On 7/30/06, Richard Simes <ric...@gm...> 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 scripting arbitrary functions fairly easy. Wonderfully easy - I have the lua api working well. I'll post a link to lua-l as soon as I get a working prototype ;-) Thanks for the help. Richard |