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 <douglas_wel...@earthlink.net>
To: Carlo Gulliani <carlogulli...@yahoo.com>
Cc: Cocoa-dev@lists.apple.com
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 (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