Yep. Cool, thanks.
On Nov 28, 2012, at 10:23 AM, Kyle Sluder wrote:
> On Wed, Nov 28, 2012, at 10:09 AM, Randy Widell wrote:
>> Ah, ok. So, just make the sheet another window in the same XIB and use
>> the same window controller. Makes sense.
>
> Or in a different nib. It really doesn't mat
On Nov 28, 2012, at 9:22 AM, Randy Widell wrote:
> What are the best practices concerning connecting documents and window
> controllers?
>
> I understand that when I pop up a window related to a document, I need to add
> the window controller to the document with addWindowController:.
>
> One
What are the best practices concerning connecting documents and window
controllers?
I understand that when I pop up a window related to a document, I need to add
the window controller to the document with addWindowController:.
One thing I am not clear on is how to handle a modal sheet in within