Re: Many many tabs
Re: Many many tabs
- Subject: Re: Many many tabs
- From: Shawn Erickson <email@hidden>
- Date: Thu, 26 May 2005 17:08:38 -0700
On May 26, 2005, at 3:57 PM, Theodore H. Smith wrote:
I'm trying to port a Windows app, which uses many many tabs. On
Windows, if the tabs can't fit into a single row, they will take as
many rows as necessary.
However, on the Mac, a tabview only uses one row.
Right (and on purpose).
So what should I do? I notice that the standard behaviour is to use
a listbox. I have reasons to lean towards making the appearance as
much as like the Windows version as possible, so something that
looks tab-like would definitely be preferred.
A popup button would be one option connected with a tab-less tab
view. Also consider a table list connected with a tab-less tab view.
Another metaphor can be seen in System Preferences and Preference in
various applications (Xcodes preferences for example). They use icons
to note the various panels and clicking on an icon changes the view
displayed.
-Shawn
_______________________________________________
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
References: | |
| >Many many tabs (From: "Theodore H. Smith" <email@hidden>) |