Re: Make the whole view go full screen

2009-01-13 Thread Jean-Daniel Dupas
http://www.cocoabuilder.com/archive/message/cocoa/2008/5/14/206531 Le 13 janv. 09 à 15:01, Jonathan Selander a écrit : Cool, seems like I'm on the right track with these functions :) Now I just need to figure out how to resize the main contentView to the desktop resolution and to make the

Re: Make the whole view go full screen

2009-01-13 Thread Jonathan Selander
Cool, seems like I'm on the right track with these functions :) Now I just need to figure out how to resize the main contentView to the desktop resolution and to make the background image i put scale up to the resolution. For the window size i tried this: screenRect = [[NSScreen mainScreen]

Re: Make the whole view go full screen

2009-01-12 Thread Chunk 1978
personally i've used Carbon for this, but i'm not sure if it's the most standardized way of attaining full screen. check out: SetSystemUIMode(kUIModeAllHidden, 0); and SetSystemUIMode(kUIModeAllSuppressed, 0); On Mon, Jan 12, 2009 at 12:21 PM, Jean-Daniel Dupas wrote: > Le 12 janv. 09 à 18:08,

Re: Make the whole view go full screen

2009-01-12 Thread Jean-Daniel Dupas
Le 12 janv. 09 à 18:08, Jonathan Selander a écrit : Hi, Is there way to make the whole main windows with all its contents (including a quartz composition) go full screen, and perhaps even scale? If so, how? Thanks See the archives for a bunch of solutions, and pro and cons for each on

Make the whole view go full screen

2009-01-12 Thread Jonathan Selander
Hi, Is there way to make the whole main windows with all its contents (including a quartz composition) go full screen, and perhaps even scale? If so, how? Thanks ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin req