Hi,

I get a exception error (memory) on close the app. or on garbage 
collection when I use cell renderer or editor.

For emulate the error add on the grid.wx.lua sample (row 58) the next code.

----------------------------------
...
rend = wx.wxGridCellBoolRenderer()
grid:SetCellRenderer(1, 1, rend)

frame:Show(true)
----------------------------------

----------------------------------
...
edit = wx.wxGridCellBoolEditor()
grid:SetCellEditor(1, 1, edit)

frame:Show(true)
----------------------------------

Please, test this.

----
Marcos





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to