Re: View Handling

2010-01-23 Thread Matthew Lindfield Seager
On Sunday, January 24, 2010, Andy Lee wrote: > On Jan 23, 2010, at 11:55 AM, Paul Bruneau wrote: >> I can offer two tips. The first is make the tabs be visible in IB because >> then it's so much easier to switch between them in IB. > > You can also use the outline view in the main IB window.  I t

Re: View Handling

2010-01-23 Thread Andy Lee
On Jan 23, 2010, at 11:55 AM, Paul Bruneau wrote: > I can offer two tips. The first is make the tabs be visible in IB because > then it's so much easier to switch between them in IB. You can also use the outline view in the main IB window. I think you can switch by double-clicking the tab you w

Re: View Handling

2010-01-23 Thread Paul Bruneau
I used this method on the app I'm currently working with and it is great. I can offer two tips. The first is make the tabs be visible in IB because then it's so much easier to switch between them in IB. Then in awakeFromNib you can make the tabs be invisible. The first tip is that I found that

Re: View Handling

2010-01-22 Thread Kyle Sluder
On Fri, Jan 22, 2010 at 1:57 PM, David Blanton wrote: > 1. Remove View 1 from window content view > 2. Add View 2 to window content view > 3. Position View 2. This is quite common. Tabless NSTabViews are as well. --Kyle Sluder ___ Cocoa-dev mailing li

Re: View Handling

2010-01-22 Thread David Blanton
NSTabView w/o tabs ... yeah that's the ticket! Thanks. -db On Jan 22, 2010, at 4:45 PM, Scott Anguish wrote: NSTabView with tabs that aren’t visible? On Jan 22, 2010, at 4:57 PM, David Blanton wrote: I have two views that need to occupy the same space and have their visibility toggled via

Re: View Handling

2010-01-22 Thread Ron Fleckner
On 23/01/2010, at 8:57 AM, David Blanton wrote: I have two views that need to occupy the same space and have their visibility toggled via an action. I first overlaid one on the other setting it hidden, all done in IB. Then in code set one hidden the other visible at which time it dawned o

Re: View Handling

2010-01-22 Thread Scott Anguish
NSTabView with tabs that aren’t visible? On Jan 22, 2010, at 4:57 PM, David Blanton wrote: > I have two views that need to occupy the same space and have their visibility > toggled via an action. > > I first overlaid one on the other setting it hidden, all done in IB. > > Then in code set one

Re: View Handling

2010-01-22 Thread Murat Konar
On Jan 22, 2010, at 3:23 PM, David Duncan wrote: On Jan 22, 2010, at 1:57 PM, David Blanton wrote: So my question. "What is the 'proper' means of handling this situation?" Rearrange the views to be siblings instead of parent-child in Interface Builder? Further more, use an NSTabView wi

Re: View Handling

2010-01-22 Thread David Duncan
On Jan 22, 2010, at 1:57 PM, David Blanton wrote: > So my question. "What is the 'proper' means of handling this situation?" Rearrange the views to be siblings instead of parent-child in Interface Builder? -- David Duncan Apple DTS Animation and Printing