On 5/13/08 11:30 PM, Dennis Munsie said: >This code worked for me -- with one change: the NSRect from [screen >frame] has the offset set to it's relative location to the main >display. This is what was throwing me off the entire time :) By >setting the offset to 0,0 I was able to get a visible full screen >window. > >BTW -- not that it matters for the app that I'm working on, but since >SetSystemUIMode is in Carbon, are there plans to move it to Cocoa? Is >this function available for 64-bit apps?
You can determine this yourself by looking at its declaration in the header. It is available in 64 bit. In 10.5, methods were added to NSView to support fullscreen, but they are buggy and do not support the various options that SetSystemUIMode provides. Do file a Radar. -- ____________________________________________________________ Sean McBride, B. Eng [EMAIL PROTECTED] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]