Re: IB keeps changing my constraints when I resize the cell

2013-06-16 Thread Rick Mann
On Jun 15, 2013, at 20:00 , Quincey Morris wrote: > On Jun 15, 2013, at 19:31 , Rick Mann wrote: > >> There's a setting for "Automatic"…where does it get it from then? > > AFAIK, it means the row height is set automatically based on the control size > (small/medium/large). Ah, I see. They

Re: IB keeps changing my constraints when I resize the cell

2013-06-15 Thread Quincey Morris
On Jun 15, 2013, at 19:31 , Rick Mann wrote: > There's a setting for "Automatic"…where does it get it from then? AFAIK, it means the row height is set automatically based on the control size (small/medium/large). > Also, is there no way, using bindings, and no delegate, to choose among > mult

Re: IB keeps changing my constraints when I resize the cell

2013-06-15 Thread Rick Mann
On Jun 15, 2013, at 19:26 , Quincey Morris wrote: > On Jun 15, 2013, at 18:48 , Rick Mann wrote: > >> I can leave the view 23 pixels high, and adjust the outline view's row >> height, but I'd rather it size automatically in case I add views of a >> different heigh later. > > It doesn't wor

Re: IB keeps changing my constraints when I resize the cell

2013-06-15 Thread Quincey Morris
On Jun 15, 2013, at 18:48 , Rick Mann wrote: > I can leave the view 23 pixels high, and adjust the outline view's row > height, but I'd rather it size automatically in case I add views of a > different heigh later. It doesn't work like that. A table cell view [prototype] has no predetermined

IB keeps changing my constraints when I resize the cell

2013-06-15 Thread Rick Mann
I'm making a view-based NSOutlineView. In my NSTableViewCell, I have an image and static text. I have constraints to vertically center the image and static text, and they each have pinned height. This is fine, but if I change the NSTableViewCell's height using the size inspector, at some point,