Re: How to disconnect bound views temporarily

2008-06-17 Thread Markus Spoettl
On Jun 15, 2008, at 8:26 AM, Andy Mroczkowski wrote: I'm guessing that your NSArrayController is in the nib itself. One thing you could do is instantiate it programmatically and set it as an ivar of some other controller class in the nib (lets call it MyWindowController). Then bind the

How to disconnect bound views temporarily

2008-06-15 Thread Markus Spoettl
Hi List, I have a document window that can show the same data in more than one way, very much like Finder, one view mode is an outline, the other is a collection. Both are bound to the same data, so they reflect changes automatically. I was wondering if there is some way to tell a

Re: How to disconnect bound views temporarily

2008-06-15 Thread Andy Mroczkowski
Hi Markus, I'm guessing that your NSArrayController is in the nib itself. One thing you could do is instantiate it programmatically and set it as an ivar of some other controller class in the nib (lets call it MyWindowController). Then bind the views to the