RE: Full screen tiny issue
RE: Full screen tiny issue
- Subject: RE: Full screen tiny issue
- From: Vinay Prabhu <email@hidden>
- Date: Tue, 27 Jun 2006 21:01:14 +0530
- Importance: Normal
One way to display the full screen window is to capture the display and
launch the window.
Here is the sequence you need to follow,
Use the CGDisplayCaptureWithOptions to capture the display (This will block
all other applications to draw on screen)
Get the window level using CGShieldingWindowLevel.
Create a window and set the window level.
Display the window.
Do not forget to release the display, once you are done.
This will not leave any gap in the screen....
-----Original Message-----
From: cocoa-dev-bounces+vinayprabhu=email@hidden
[mailto:cocoa-dev-bounces+vinayprabhu=email@hidden]On
Behalf Of Bobby B
Sent: Tuesday, June 27, 2006 4:50 PM
To: Cocoa List
Subject: Full screen tiny issue
Hey guys
I'm trying to get my app to run full screen. I want the title bar and
menu bar to go away. This works well:
SetSystemUIMode(kUIModeAllHidden, nil);
My windows, in Interface Builder, are all locked in at 0,0. However,
when I run the app, there is a tiny gap (about 4 pixels) underneath
the bottom of the window and the actual bottom of the scren (eg, you
can see the background wallpaper under the window)
Do you know what may be causing this?
thank you kindly
Bobbby
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
in
This email sent to email@hidden
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender or email@hidden
_______________________________________________
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