Re: NSButtonCell never asked to draw its whole rect -- clips at width 54.0

2009-06-08 Thread Jerry Krinock
On 2009 Jun 08, at 17:20, Erik Buck wrote: Set the frame of the NSMatrix. Use -sizeToFit. Thank you, Eric. Indeed, using -sizeToFit instead of -sizeToCells fixes it. (Did not try your other method since it does not suit my needs.) ___ Cocoa-de

Re: NSButtonCell never asked to draw its whole rect -- clips at width 54.0

2009-06-08 Thread Erik Buck
Set the frame of the NSMatrix. Use -sizeToFit. - or- create and size the matrix the way you want it in IB; save it as a stand alone view; load it; add it as a subview, and add/remove cells to suit your needs. ___ Cocoa-dev mailing list (Cocoa-de