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
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to