Re: NSBox Border Width Property

2014-03-31 Thread Graham Cox
On 1 Apr 2014, at 3:07 pm, Varun Chandramohan wrote: > Ok, Setting it to 1 solved it. Looks like it should not be 0. Right, it has to be 1. It's annoying that it emits a warning, since this value is totally ignored AFAICS. --Graham ___ Cocoa-d

Re: NSBox Border Width Property

2014-03-31 Thread Varun Chandramohan
Ok, Setting it to 1 solved it. Looks like it should not be 0. Regards, Varun On 1/04/2014 2:57 pm, "Varun Chandramohan" wrote: >Hi Graham, > >I checked that before posting here. In Size Inspector for ³Box" >Margins (Horizontal) 0 (Vertical) 0 >Border (Width) 0 (Radius) 0. > >That¹s what I am no

Re: NSBox Border Width Property

2014-03-31 Thread Varun Chandramohan
Hi Graham, I checked that before posting here. In Size Inspector for ³Box" Margins (Horizontal) 0 (Vertical) 0 Border (Width) 0 (Radius) 0. That¹s what I am not able to understand where the problem is. - Varun On 1/04/2014 2:53 pm, "Graham Cox" wrote: > >On 1 Apr 2014, at 1:14 pm, Varun Chand

Re: NSBox Border Width Property

2014-03-31 Thread Graham Cox
On 1 Apr 2014, at 1:14 pm, Varun Chandramohan wrote: > have a view which has a NSBox. The view is designed and managed by IB and I > am doing nothing from code. The NSBox is of type (primary, the way I want > it), and border type is Line. When I use this, I get warning "Border width > requ

NSBox Border Width Property

2014-03-31 Thread Varun Chandramohan
Hi All, I have a view which has a NSBox. The view is designed and managed by IB and I am doing nothing from code. The NSBox is of type (primary, the way I want it), and border type is Line. When I use this, I get warning "Border width requires NSCustomBox type and NSLineBorder" type. To get ri