Re: group row custom drawing nstableview

2012-05-25 Thread Rick C.
Was able to get it working thanks again! rc On May 24, 2012, at 12:10 AM, Corbin Dunn wrote: > Hi Rick, > On May 22, 2012, at 9:14 PM, Rick C. wrote: > >> Hi, >> >> I'm having some trouble doing a custom drawing for my group row in a >> view-based nstableview. First of all I subclassed NS

Re: group row custom drawing nstableview

2012-05-23 Thread Rick C.
Thanks Corbin for the reply. Ok I will continue with NSTableRowView and see if I can get the floating right this time. I'll let you know thanks again! rc On May 24, 2012, at 12:10 AM, Corbin Dunn wrote: > Hi Rick, > On May 22, 2012, at 9:14 PM, Rick C. wrote: > >> Hi, >> >> I'm having so

Re: group row custom drawing nstableview

2012-05-23 Thread Corbin Dunn
Hi Rick, On May 22, 2012, at 9:14 PM, Rick C. wrote: > Hi, > > I'm having some trouble doing a custom drawing for my group row in a > view-based nstableview. First of all I subclassed NSTableRowView is this > correct? Yes, that is correct. > And if so the problem I'm having is to recreate

group row custom drawing nstableview

2012-05-22 Thread Rick C.
Hi, I'm having some trouble doing a custom drawing for my group row in a view-based nstableview. First of all I subclassed NSTableRowView is this correct? And if so the problem I'm having is to recreate the floating effect which normally happens automatically if using a standard NSTableCellVi