NSScreen visibleFrame
NSScreen visibleFrame
- Subject: NSScreen visibleFrame
- From: Jeremy Dronfield <email@hidden>
- Date: Wed, 17 Jul 2002 18:24:58 +0100
Does anyone know of a bug in NSScreen's -visibleFrame method? Whenever I
use it (whether to put up a full-screen backdrop or determine the
placement of a window), I find it leaves a gap about 3 pixels deep along
the bottom of the screen. This means I have to use a very laborious
method involving [myScreen frame] (for calculations relating to the
bottom edge) and [myScreen visibleFrame] (for calculations using the
bottom of the menu bar). It's very tedious - and so is the alternative,
creating a rect based on visibleFrame with adjustments to its height and
origin.
Is this a bug, or what? And is there a less laborious workaround?
- Jeremy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.