Re: Drawing a custom NSTabView Border

2010-09-18 Thread Mr. Gecko
If I received it, yes. I only get the digests and I hardly ever read them, so they have to reply to all for me to receive them, sorry about that. Doing from bounds appears to fix it. I actually never knew about the draw rect doing only a section of the view. I just always thought it drew the who

Re: Drawing a custom NSTabView Border

2010-09-18 Thread Quincey Morris
On Sep 18, 2010, at 09:40, Mr. Gecko wrote: > I was right about these lists not being useful anymore. None has done a > custom Tab View border? Really? a. cute b. trolling c. this was answered yesterday (your code is wrong) ___ Cocoa-dev mailing l

Re: Drawing a custom NSTabView Border

2010-09-18 Thread Kyle Sluder
On Sep 18, 2010, at 9:40 AM, "Mr. Gecko" wrote: > I was right about these lists not being useful anymore. None has done a > custom Tab View border? Really? Do you plan on acknowledging Seth Willits's reply? --Kyle Sluder > > On Sep 17, 2010, at 5:29 PM, Mr. Gecko wrote: > >> Hello I'm wonde

Re: Drawing a custom NSTabView Border

2010-09-18 Thread Mr. Gecko
I was right about these lists not being useful anymore. None has done a custom Tab View border? Really? On Sep 17, 2010, at 5:29 PM, Mr. Gecko wrote: > Hello I'm wondering what will be the best way to draw a custom NSTabView > Border. I have tried many things and it always ends up that I fail.

Re: Drawing a custom NSTabView Border

2010-09-17 Thread Seth Willits
On Sep 17, 2010, at 3:29 PM, Mr.Gecko wrote: > Hello I'm wondering what will be the best way to draw a custom NSTabView > Border. I have tried many things and it always ends up that I fail. The > border gets drawn, but the objects in the Tab View, if you focus them, has a > black edge around th

Drawing a custom NSTabView Border

2010-09-17 Thread Mr . Gecko
Hello I'm wondering what will be the best way to draw a custom NSTabView Border. I have tried many things and it always ends up that I fail. The border gets drawn, but the objects in the Tab View, if you focus them, has a black edge around them, that is not elegant at all. Is there any examples