Re: table view and custom cell optimization problem

2011-03-04 Thread jonat...@mugginsoft.com
On 4 Mar 2011, at 07:54, Nick Rogers wrote: > Hi, > Thanks for the reply. > > But the problem is that I don't have anything common in the rows. > The image (128x128) are different, the four lines of text are different and > the lines I draw are different in each cell. > > Any Ideas? > I use

Re: table view and custom cell optimization problem

2011-03-04 Thread Quincey Morris
On Mar 3, 2011, at 23:54, Nick Rogers wrote: > But the problem is that I don't have anything common in the rows. > The image (128x128) are different, the four lines of text are different and > the lines I draw are different in each cell. On 3 Mar 2011, at 04:06, Nick Rogers wrote: > I have a ta

Re: table view and custom cell optimization problem

2011-03-03 Thread Nick Rogers
Hi, Thanks for the reply. But the problem is that I don't have anything common in the rows. The image (128x128) are different, the four lines of text are different and the lines I draw are different in each cell. Any Ideas? Regards, Nick On 03-Mar-2011, at 9:48 PM, jonat...@mugginsoft.com wrot

Re: table view and custom cell optimization problem

2011-03-03 Thread jonat...@mugginsoft.com
On 3 Mar 2011, at 04:06, Nick Rogers wrote: > Hi, > I have a table view with the custom cell class assigned to its only column in > awakeFromNib method using setDataCell:. > Then I'm doing some drawing in drawInteriorWithFrame: of the NSCell subclass. > The problem is that drawing include four l

table view and custom cell optimization problem

2011-03-02 Thread Nick Rogers
Hi, I have a table view with the custom cell class assigned to its only column in awakeFromNib method using setDataCell:. Then I'm doing some drawing in drawInteriorWithFrame: of the NSCell subclass. The problem is that drawing include four lines of text and an image and a few lines using NSBezie