creating a favorites bar

2012-03-19 Thread Rick C.
Hi, Any tips on how I might create a favorites bar similar to what Mail.app features? Thanks, rc ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Re: creating a favorites bar

2012-03-19 Thread David Riggle
I wanted something similar recently (especially the drag drop rearranging). I didn't find anything suitable on the web and had to implement it all from scratch. Despite being mentioned in the Apple HIG, there is no OS support for scope bars.

Re: creating a favorites bar

2012-03-19 Thread Peter Teeson
Did you look at NSToolbar and NSToolbar item? Also the sample code SimpleToolbar or ToolbarSample? If that isn't what you need perhaps you can expand bit more on what you need? respect…. Peter On 2012-03-19, at 12:20 PM, Rick C. wrote: Hi, Any tips on how I might create a favorites bar

Re: creating a favorites bar

2012-03-19 Thread Rick C.
Great thanks and yes I suppose scope bar is the more correct term... On Mar 20, 2012, at 2:23 AM, David Riggle wrote: I wanted something similar recently (especially the drag drop rearranging). I didn't find anything suitable on the web and had to implement it all from scratch. Despite

Re: creating a favorites bar

2012-03-19 Thread Mark Munz
You might check out the AMButtonBar code from harmless Cocoa. Sounds like it may be what you're after or at least get you a ways there. http://www.harmless.de/cocoa-code.php On Mon, Mar 19, 2012 at 5:33 PM, Rick C. rickcort...@gmail.com wrote: Great thanks and yes I suppose scope bar is the