On Jan 25, 2011, at 2:11 PM, WT wrote:

> when you're on the front screen you see 
> 
> Results | Statistics | App Info
> 
> but when you're in a particular experiment, you see
> 
> Results | Statistics | Analysis ... (other relevant tabs for this particular 
> experiment)
> 
> When you're on the screen for a particular experiment, the tabs apply only to 
> that particular experiment. When you're back to the front screen, the tabs 
> apply to all experiment at once.

> Now, if someone can suggest a similarly intuitive interface that does not 
> need to be coded around the guidelines, I'm all ears (well, ok, eyes).
> 

Here are the ways you can use a tabbed interface, pasted in from the docs:

        • Install it directly in your application’s main window.
        • Install it as one of the two root views in a split view interface. 
(iPad only)
        • Present it modally to display some data that requires its own 
mode-based organization.
        • Display it from a popover. (iPad only)

The global results and statistics tab bar is the *first* way. The results and 
statistics for the particular experiment is the *third* way; "some data that 
requires its own mode-based organization" describes perfectly what it is.

You can thus structure your entire interface straight from nibs with almost no 
code at all doing everything by the book. The code would come in as you're 
about to show the modal interface; you'd populate it with the data and 
appropriate tabs for the particular experiment the user is about to see.

m.

--
matt neuburg, phd = m...@tidbits.com, http://www.tidbits.com/matt/
pantes anthropoi tou eidenai oregontai phusei
Among the 2007 MacTech Top 25, http://tinyurl.com/2rh4pf
AppleScript: the Definitive Guide, 2nd edition
http://www.tidbits.com/matt/default.html#applescriptthings
Take Control of Exploring & Customizing Snow Leopard
http://tinyurl.com/kufyy8
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
TidBITS, Mac news and reviews since 1990, http://www.tidbits.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to