I've got a Problem when i combinate the wx.grid.GridCellBoolRenderer and a renderer from myself.
When i combinate them the value in the cell (who my renderer should showe) is black. But why? When i use only mi Renderer I have no problems???
You don't set the text foreground, and so when you also use the wx.grid.GridCellBoolRenderer it probably leaves the DC without a text foreground set, or sets it to black or something. If your renderer sets all the DC attributes that it needs then it works as expected.