Re: NSTabviewItem View

2013-01-12 Thread Kyle Sluder
On Jan 10, 2013, at 8:41 AM, Koko wrote: > Is it possible to set the view of a tab view item to scroll view? It does not > appear so but I am looking for confirmation one way or the other. Have you tried dragging a scroll view from the Object Library into the Tab View in the Object Hierarchy (

Re: NSTabviewItem View

2013-01-12 Thread koko
On Jan 10, 2013, at 7:23 PM, Graham Cox wrote: > I would say that setting the actual view of a tab view item to something else > isn't a good idea. You should be able to add any subview to it that you like > however. This is what I concluded. I have TabViewItem / TabViewItemView / NSScrollVi

Re: NSTabviewItem View

2013-01-11 Thread Graham Cox
On 11/01/2013, at 3:41 AM, Koko wrote: > Is it possible to set the view of a tab view item to scroll view? It does not > appear so but I am looking for confirmation one way or the other. I would say that setting the actual view of a tab view item to something else isn't a good idea. You shou

Re: NSTabviewItem View

2013-01-11 Thread Jerry Krinock
On 2013 Jan 10, at 08:41, Koko wrote: > Is it possible to set the view of a tab view item to scroll view? It does not > appear so but I am looking for confirmation one way or the other. > > In IB if you set the class to scroll view the attributes tab does not show > the scroll view attributes

NSTabviewItem View

2013-01-10 Thread Koko
Is it possible to set the view of a tab view item to scroll view? It does not appear so but I am looking for confirmation one way or the other. In IB if you set the class to scroll view the attributes tab does not show the scroll view attributes. -koko __