On 2010 Nov 04, at 08:31, Keary Suska wrote:
> You have to do all the resizing yourself via code, and watch out for
> overlapping view gotchas.
Indeed. For example, if the size is increasing, you'll want to resize first,
then draw. But if the size is decreasing, you'll want to draw first, th
On Nov 4, 2010, at 7:54 AM, Richard Somers wrote:
> Apple's documentation indicates that a NSToolbar with selectable items can be
> used for navigation in a preference panel. This is often used in conjunction
> with an NSTabView that is configured to have no visible tabs.
>
> http://developer.a
On Thu, Nov 4, 2010 at 6:54 AM, Richard Somers
wrote:
> Apple's documentation indicates that a NSToolbar with selectable items can
> be used for navigation in a preference panel. This is often used in
> conjunction with an NSTabView that is configured to have no visible tabs.
>
> http://developer.