Re: Custom NSCell issues

2009-03-26 Thread Benjamin Stiglitz
> hello I'm using a custom NSCell in order to draw some elements in an > NSTableView. I've created a simple tableview with 2 row. However my > draws is always put on first row while the second one is empty. > This my code for NSOutlineView delegate http://pastebin.com/m7f5f8a0f > while this is for

Re: Custom NSCell issues

2009-03-25 Thread Corbin Dunn
On Mar 25, 2009, at 2:47 PM, malcom wrote: hello I'm using a custom NSCell in order to draw some elements in an NSTableView. I've created a simple tableview with 2 row. However my draws is always put on first row while the second one is empty. This my code for NSOutlineView delegate http://past

Custom NSCell issues

2009-03-25 Thread malcom
hello I'm using a custom NSCell in order to draw some elements in an NSTableView. I've created a simple tableview with 2 row. However my draws is always put on first row while the second one is empty. This my code for NSOutlineView delegate http://pastebin.com/m7f5f8a0f while this is for my NSCell