Re: Customizing Save panel
Re: Customizing Save panel
- Subject: Re: Customizing Save panel
- From: Michael Watson <email@hidden>
- Date: Fri, 4 Aug 2006 01:46:27 -0400
Yes, but you'll need to do a little bit of work.
Change the size of the tab view and the window size relative to the
new tab view size. Then adjust the window's y-axis origin to
compensate. For added awesome, have the window animate when it
resizes with NSWindow's -setFrame:display:animate: method.
You can implement - (BOOL)tabView:(NSTabView *)tabView
shouldSelectTabViewItem:(NSTabViewItem *)tabViewItem to trigger this
when you switch tabs.
--
mikey
On 03 Aug, 2006, at 14:39, Paul J. Lucas wrote:
On Thu, 3 Aug 2006, Shawn Erickson wrote:
Consider using a tabless tab view with each tab in that view matching
a selection option of popup menu. The popup menu could then drive the
selection of the tab to show.
Interesting! If the contents of the tabs are different sizes,
can I make it so that the overall size of the dialog containing
the tab view will grow/shrink with animation?
- Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40bungie.org
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden