Re: Custom Toolbar

2010-06-27 Thread Scott Anguish
Richard sent me the pic off list (I think it was) uh, there are a whole lot of toolbar items. And it is a vertical product. Those often bend the rules due to internal design constraints. And often, damn the HIG, full speed ahead. The number of key combinations required to do all the things he s

Re: Custom Toolbar

2010-06-25 Thread Kyle Sluder
On Jun 25, 2010, at 9:35 PM, Richard Somers wrote: > On Jun 25, 2010, at 10:04 PM, Scott Anguish wrote: > >> Which brings me back to my first question.. :-) > > There are simply too many tools for a standard toolbar. I am trying to make a > nice user friendly application but fundamentally ther

Re: Custom Toolbar

2010-06-25 Thread Scott Anguish
On Jun 26, 2010, at 12:35 AM, Richard Somers wrote: > On Jun 25, 2010, at 10:04 PM, Scott Anguish wrote: > >> Which brings me back to my first question.. :-) > > There are simply too many tools for a standard toolbar. I am trying to make a > nice user friendly application but fundamentally the

Re: Custom Toolbar

2010-06-25 Thread Jens Alfke
On Jun 25, 2010, at 9:35 PM, Richard Somers wrote: > There are simply too many tools for a standard toolbar. I am trying to make a > nice user friendly application but fundamentally there is no getting around > the fact that this kind of application has lots of tools. But will any one person a

Re: Custom Toolbar

2010-06-25 Thread Richard Somers
On Jun 25, 2010, at 10:04 PM, Scott Anguish wrote: Which brings me back to my first question.. :-) There are simply too many tools for a standard toolbar. I am trying to make a nice user friendly application but fundamentally there is no getting around the fact that this kind of applicatio

Re: Custom Toolbar

2010-06-25 Thread Scott Anguish
On Jun 25, 2010, at 4:01 PM, Richard Somers wrote: > I have a need to make a custom toolbar. Cocoa's standard toolbar will not > work for this application (no lectures please). I don’t think you’d get any lectures, rather questions about why it doesn’t offer what you need. > It would great if

Re: custom toolbar item autoresizing?

2009-03-31 Thread John Mikros
Thanks for the response! Indeed it works -- there was code later in my - toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar: method that was re-setting the min and max size to the bounds of the view. D'oh! thanks -john On Mar 31, 2009, at 12:36 PM, Peter Ammon wrote: On Mar 31, 20

Re: custom toolbar item autoresizing?

2009-03-31 Thread Peter Ammon
On Mar 31, 2009, at 12:16 PM, John Mikros wrote: Hello all, I have a custom view in an NSToolbar. I would like this item to expand as much as possible, similar to NSToolbarFlexibleSpaceItemIdentifier, or similar to the address bar in Safari. I was hoping that setting the min and max s