Re: NSTabView like PB.
Re: NSTabView like PB.
- Subject: Re: NSTabView like PB.
- From: Scott Tooker <email@hidden>
- Date: Sat, 2 Mar 2002 07:47:44 -0800
Just a clarification. Developer Tools releases (as a rule) always ship
with the headers from the last major system release (i.e. 10.1), you
will not see changes in public API between Developer Tools releases that
are not aligned with a major system release. What you will see in a
Developer Tools update is improvements & fixes to the quite of developer
apps and tools (and occasionally some new apps or tools).
Changes like the one mentioned below would show up in a major release of
Mac OS X.
Scott
On Friday, March 1, 2002, at 10:48 PM, Stephen Magyari wrote:
I submitted a bug on this in January (when I actually started
programming my
app).
Problem ID 2841788.
Description: NSTabView missing left, right, bottom align options as
listed
in HI Guidelines
Status: Close
Resolution: Software changed
I'm left with the impression it's fixed and will come with the next
major
Dev Tools release... At least, I'm hoping. Otherwise I need to mock up
revised paper prototypes, go back to a group of test users for my app,
and
redo the usability evals with the revised interface. (Granted, I
probably
should have taken a look at what was actually "doable" out of the box
vs.
taking the Aqua HIG for granted, but that's a different kettle of
squid...)
HTH,
Stephen
_____________________
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.
_______________________________________________
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.