setIntercellSpacing

2009-01-28 Thread Mr. Gecko
Hello, I'm having a problem where [self setIntercellSpacing:NSMakeSize(0.0, 0.0)]; will make all my rows disappear from the table... I need this so I can have a custom background for the selected rows. How might I fix this? Mr. Gecko ___

Re: setIntercellSpacing

2009-01-28 Thread Mr. Gecko
It only seemed to mess up when I resized the window. Now it seems to not be doing it, I don't know what I changed... On Jan 28, 2009, at 3:30 PM, Corbin Dunn wrote: hi mr gecko, you probably have something else wrong; the intercell spacing just affects the spacing between cells in the

Re: setIntercellSpacing

2009-01-28 Thread Corbin Dunn
Le Jan 28, 2009 à 1:51 PM, Mr. Gecko a écrit : It only seemed to mess up when I resized the window. Now it seems to not be doing it, I don't know what I changed... Oh, well, you forgot to mention that earlier. It may be due to live- resize caching. Try subclassing the tableview, override

Re: setIntercellSpacing

2009-01-28 Thread Mr. Gecko
found out, I forgot to run -reloadData On Jan 28, 2009, at 4:02 PM, Corbin Dunn wrote: Le Jan 28, 2009 à 1:51 PM, Mr. Gecko a écrit : It only seemed to mess up when I resized the window. Now it seems to not be doing it, I don't know what I changed... Oh, well, you forgot to mention that