Hi Quincy,

My app is a presentation app for presenting trial exhibits in a court room.  
The 
main window of the app would consist of a tab view w/an NSTableView on one tab 
and an IKImageBrowserView on the second tab -- both bound to the same 
nsarraycontroller.  The filter window would be for each document only, and 
would 
be open just to create filters and then disappear.

By clicking on a particular image in the image view or on a particular row in 
the table view, the user could then open a third window with a IKImageView or 
PDFView showing a particular image or pdf -- which could then be sent to an 
external display or projector.  

So, 1 main window per document holding an array of images, with 1 window which 
may stay open for a period of time to display an image, and another window 
which 
will only appear for purposes of creating filters and filter the table and then 
disappear.  

So, at this point, if I had two documents open, I want to see 6 windows  (3 
windows per document); not 1 filter window for all documents.

Jason


> On Aug 3, 2010, at 18:18, Jason Bruce  wrote:
> 
> > I have an IkImageBrowserView bound to an NSArrayController in  MyDocument.  
>The 
>
> > IKImageBrowserView displays images and  pdf's.  In my secondary nib file, I 
>have 
>
> > an NSPredicateEditor  which I'd like to use to filter the images and pdfs 
> > displayed in my  IkImageBrowswerView.  I've done it this way because the 
> >  documentation seems to indicate that it's a good design choice to give 
> > each 

> > window it's own nib file.  
> 
> So, if you had 2 documents  open, how many windows would you want to see? 4 
> (2 
>per document) or 3 (1 per  document plus 1 filter window for all the  
>documents)?
> 


      

_______________________________________________

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