Re: [wxlua-users] wxGridCellRenderer/ wxGridCellEditor problem

2008-03-04 Thread John Labenski
Unfortunately, it might not be fixed properly. I'll have to do some more debugging, somebody is trying to delete it an extra time, but I cannot see where it happens. For the current version you can add "rend/edit:IncRef()" maybe twice to have it work in the meantime. Regards, John On Tue, Ma

Re: [wxlua-users] wxGridCellRenderer/ wxGridCellEditor problem

2008-03-04 Thread John Labenski
On Tue, Mar 4, 2008 at 9:58 PM, marcos <[EMAIL PROTECTED]> wrote: > 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. > > -