From: Richard S. <ric...@gm...> - 2006-07-30 07:05:46
|
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 investigating wxLua. How can I use a wxGrid in such a way that the value typed into a cell is not the same as the value displayed? (if a function is inputted) I imagine i need to call grid:SetDefaultRenderer() can a cell renderer object be defined from lua? As it's user-data, I suspect this might not be possible? Help would be appreciated, though I suppose I should read up on wxWidgets a bit more before I launch into this myself... Richard |