Re: NSTabView like PB.
Re: NSTabView like PB.
- Subject: Re: NSTabView like PB.
- From: Andy Lee <email@hidden>
- Date: Fri, 1 Mar 2002 21:18:09 -0500
I wonder if this would work: rotate the coordinate system of the NSTabView by 90 degrees, then rotate each of the content views of the tabs by 90 degrees the other way.
See the various rotation methods in NSView, in particular -setBoundsRotation:.
--Andy
At 9:06 PM +0000 3/1/02, Anders Bergman wrote:
>
Hi,
>
I'm just starting to learn Cocoa...
>
>
One control I need is the vertical tabs like the ones in PB.
>
When I searched the archives for info on NSTabView I read this comment by
>
John Hornkvist:
>
>On the other hand, they should be fairly simply to do.
>
>Create a cell class for the "tabs".
>
>Reuse NSSplitView and NSTabView, and an NSMatrix for the tab cells.
>
>
My first questions are:
>
>
1. Any possibility that the other directions will be functional in the next
>
update?
>
>
2. How do I render the aqua look for the tabs in a custom cell?
>
Or, how does one implement custom controls with the correct aqua
>
appearance?
>
>
2. How is the sliding panes implemented in PB?
>
>
>
Thanks,
>
Anders Bergman
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.