Re: NSDrawTiledRects Only Draws One Side

2012-03-14 Thread Chris Tracewell
On Mar 13, 2012, at 5:27 PM, Jens Alfke wrote: > > On Mar 13, 2012, at 4:33 PM, Chris Tracewell wrote: > >> NSDrawTiledRects(NSInsetRect(theVendorTextRect,10,10), theVendorTextRect, >> theSides, theGrays, 1); >> NSDrawTiledRects(theBillToTextRect, theBillToTextRect, theSides, theGrays, >> 1);

Re: NSDrawTiledRects Only Draws One Side

2012-03-13 Thread Jens Alfke
On Mar 13, 2012, at 4:33 PM, Chris Tracewell wrote: > NSDrawTiledRects(NSInsetRect(theVendorTextRect,10,10), theVendorTextRect, > theSides, theGrays, 1); > NSDrawTiledRects(theBillToTextRect, theBillToTextRect, theSides, theGrays, 1); > NSDrawTiledRects(theShipToTextRect, theShipToTextRect, theS

NSDrawTiledRects Only Draws One Side

2012-03-13 Thread Chris Tracewell
Using XCode 3.2.6, OSX 10.6.8 - GC is on I have three rects I am trying to stroke on all four sides using NSDrawTiledRects however only the first side listed in my NSRectEdge list gets drawn. I'm using the boundsRect as the clippingRect but that shouldn't should it? I did experiment with inset