On 4/22/09 6:45 PM, Praveen Innamuri said:

>    Initially I created a window with a title-bar (so, I created a
>window with border and resizable/movable properties). However,
>depending upon a request, the window should be converted into
>fullscreen dynamically (without titlebar, non-resizable, non-movable).
>I am trying to set the application into FullScreen manually (as the
>setFullScreen API changes the NSWindow handle and it is violating the
>rules of my application). I could resize the window to frame of the
>screen, but I couldn't find any way to change the window as
>'borderless' dynamically.

You can't. <rdar://6037134>

>Though I set the MenuBar's visibility to
>false, it hides the titlebar, but window still moves when it is
>dragged. How can I prevent the window (in full-screen) from being
>moved ?
>    I tried windowWillMove delegate, but is not helpful. Please
>suggest any method to prevent window getting moved (when it is being
>dragged) ?

Have you searched the archives for suggestions about implementing full
screen?  This has been discussed many times.

--
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
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 arch...@mail-archive.com

Reply via email to