Re: Not possible to extends CellTree or CellBrowser

2010-11-12 Thread Julien Dramaix
Thanks for your response Thomas. The patch you mentioned is very interesting because it corrects some bad behavior I had with the CellBrowser (the fact that cells are re- drawed when a cell is selected). I can do now maybe my stuff in an other way without override the CellBrowser. Julien On 12 no

Re: Not possible to extends CellTree or CellBrowser

2010-11-11 Thread Thomas Broyer
On 11 nov, 23:37, Julien Dramaix wrote: > Hello, > > I'm a bit disapointed by the API of CellTree and  CellBrowser classes. > I'm trying to extends CellTree and CellBrowser to add some stuff when > It renders a cell but it not possible because the API is too closed. > Ex for the CellBrowser : > C

Not possible to extends CellTree or CellBrowser

2010-11-11 Thread Julien Dramaix
Hello, I'm a bit disapointed by the API of CellTree and CellBrowser classes. I'm trying to extends CellTree and CellBrowser to add some stuff when It renders a cell but it not possible because the API is too closed. Ex for the CellBrowser : CellBrowser.BrowserCellList class is package protected C