Making a window the size of the desktop?
Making a window the size of the desktop?
- Subject: Making a window the size of the desktop?
- From: Austin Sarner <email@hidden>
- Date: Fri, 12 Nov 2004 19:36:00 -0500
Hey, I have an overlay window that lies above the desktop icons that is positioned directly above the desktop (with an NSImageView that is set to the desktop background). Using the following code, it does not line up properly:
[self setFrame:[[NSScreen mainScreen]frame]display:YES];
It is the same deal when doing it manually..
[self setFrame:NSMakeRect(0,[[NSScreen mainScreen] frame].size.width, ([[NSScreen mainScreen] frame].size.height)) display:YES];
I have tried messing with the various values with no success - if anyone has any suggestions that would be awesome and much appreciated.
Thanks in advance _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden