titlebar accessory? window:willPositionSheet:usingRect: not called in full-screen mode
titlebar accessory? window:willPositionSheet:usingRect: not called in full-screen mode
- Subject: titlebar accessory? window:willPositionSheet:usingRect: not called in full-screen mode
- From: Lee Ann Rucker <email@hidden>
- Date: Fri, 27 Feb 2015 22:26:46 +0000
- Thread-topic: titlebar accessory? window:willPositionSheet:usingRect: not called in full-screen mode
On Feb 27, 2015, at 9:24 AM, Corbin Dunn <email@hidden> wrote:
>
>> On Feb 25, 2015, at 9:40 AM, Lee Ann Rucker <email@hidden> wrote:
>>
>>> Great, because that's exactly what I'm using it for
>>
>> The toolbar case or the "certain control" one? When you're in fullscreen mode, the toolbar isn't actually attached to your window. It's attached to a separate one so it can slide down with the menubar. But if it’s the control, it wouldn't surprise me if Apple forgot they'd mentioned that option and didn't think about it when they decided whether this delegate method needed to be called.
>
> This was thought about. The delegate isn’t called because, as you all noted, the sheet is appearing in another window that the application doesn’t own. AppKit takes care of drawing the titlebar, toolbar, and titlebar accessory views (new to 10.10). Sheets are designed to drop below all these, and move with the window when the menu bar drops down.
titlebar accessory? oooh.....
... some hours later: Is there any way to configure its autolayout so it doesn't overlap the title text, and especially the buttons?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden