Re: NSView Redrawing Issue ...

2009-03-26 Thread Mic Pringle
Hi Mike, That was it, thank you for pointing that out. Changed all instances where I'd used rect to [self bounds] and it works a charm. -Mic 2009/3/26 Michael Ash : > On Wed, Mar 25, 2009 at 5:53 PM, Mic Pringle wrote: >> Hi, >> >> I've created a custom view to replicate the blue panel at the

Re: NSView Redrawing Issue ...

2009-03-25 Thread Michael Ash
On Wed, Mar 25, 2009 at 5:53 PM, Mic Pringle wrote: > Hi, > > I've created a custom view to replicate the blue panel at the bottom > of the iPod Summary page in iTunes. All is well except that when I add > controls on top of this view (buttons etc) in IB, when the application > is launched the con

NSView Redrawing Issue ...

2009-03-25 Thread Mic Pringle
Hi, I've created a custom view to replicate the blue panel at the bottom of the iPod Summary page in iTunes. All is well except that when I add controls on top of this view (buttons etc) in IB, when the application is launched the controls have thick gray borders around them until I resize the win