Re: Xcode style divider with embedded popup and pulldown menus

2008-07-18 Thread Chris Hanson
On Jul 18, 2008, at 9:55 AM, Rick Hoge wrote: Thanks for the replies - seems like a custom view and possibly NSMatrix will do the job. I strongly recommend going with a view hierarchy instead of an NSMatrix. You don't need to create a custom view, either. Views nest; an instance of NSView

Re: Xcode style divider with embedded popup and pulldown menus

2008-07-18 Thread Rick Hoge
Thanks for the replies - seems like a custom view and possibly NSMatrix will do the job. Rick On 18-Jul-08, at 12:38 PM, Chris Hanson wrote: On Jul 18, 2008, at 8:39 AM, Rick Hoge wrote: I expect this is a custom class created by Apple - does anyone know of an efficient way to replicate

Re: Xcode style divider with embedded popup and pulldown menus

2008-07-18 Thread Chris Hanson
On Jul 18, 2008, at 8:39 AM, Rick Hoge wrote: I expect this is a custom class created by Apple - does anyone know of an efficient way to replicate this type of view? One thought I had was to create a table with a single row and add the desired controls as cells. Just create a view and ad

Re: Xcode style divider with embedded popup and pulldown menus

2008-07-18 Thread Jean-Daniel Dupas
Le 18 juil. 08 à 17:39, Rick Hoge a écrit : I would like to include a view divider similar to the one used in Xcode at the top of the editor window (contains forward and back buttons, popups for selection of source file and function, as well as pulldowns for a number of functions). I ex

Xcode style divider with embedded popup and pulldown menus

2008-07-18 Thread Rick Hoge
I would like to include a view divider similar to the one used in Xcode at the top of the editor window (contains forward and back buttons, popups for selection of source file and function, as well as pulldowns for a number of functions). I expect this is a custom class created by Apple -