Re: change NSBorderlessWindowMask on NSTitledWindowMask when app is launch. how?
Re: change NSBorderlessWindowMask on NSTitledWindowMask when app is launch. how?
- Subject: Re: change NSBorderlessWindowMask on NSTitledWindowMask when app is launch. how?
- From: Carlo Gulliani <email@hidden>
- Date: Fri, 30 Jan 2009 04:12:47 -0800 (PST)
as i understood, when i use full screen app, new NSView component is create. As i told i use flash in my app and for test when my app is launched i wait some time when my flash's animation will changed and switch app to full screen, i've seen that my flash began play again from first frame. I think, when app is create new NSView, app hasn't declared all methods from old. so how can i make fullscreen, also having kept the old NSView?
________________________________
From: douglas welton <email@hidden>
To: Carlo Gulliani <email@hidden>
Cc: email@hidden
Sent: Thursday, January 29, 2009 8:46:22 PM
Subject: Re: change NSBorderlessWindowMask on NSTitledWindowMask when app is launch. how?
this line:
[self makeFirstResponder: self];
should probably be:
[self makeFirstResponder: view];
this is assuming that "self" is your window an "view" is the view being fullScreen-ed
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden