Re: How to enable the close window button while showing a modal sheet?

2013-01-10 Thread Uli Kusterer
On Jan 10, 2013, at 2:25 AM, Jim McGowan jim_mcgo...@mac.com wrote: On 9 Jan, 2013, at 6:11, Oleg Krupnov oleg.krup...@gmail.com wrote: I don't want to start a HIG flame on this, but just want to know if it's technically possible to enable the close button of a window while showing a modal

Re: How to enable the close window button while showing a modal sheet?

2013-01-10 Thread Jim McGowan
Doc link is here: https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSApplication_Class/Reference/Reference.html The quote is from the Discussion section of the beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: method of

Re: How to enable the close window button while showing a modal sheet?

2013-01-09 Thread Jim McGowan
On 9 Jan, 2013, at 6:11, Oleg Krupnov oleg.krup...@gmail.com wrote: I don't want to start a HIG flame on this, but just want to know if it's technically possible to enable the close button of a window while showing a modal sheet (NSApp beginSheet:modalForWindow:…) on it? The answer is in the

How to enable the close window button while showing a modal sheet?

2013-01-08 Thread Oleg Krupnov
I don't want to start a HIG flame on this, but just want to know if it's technically possible to enable the close button of a window while showing a modal sheet (NSApp beginSheet:modalForWindow:…) on it? Thanks! ___ Cocoa-dev mailing list