i thought about it, but my app contain webView object, which is loading flash's animation. If i close first window and create new window with NSTitledWindowMask my flash animation is playing again from first frame.
________________________________ From: Mike Abdullah <[email protected]> To: Carlo Gulliani <[email protected]> Cc: [email protected] Sent: Thursday, January 29, 2009 11:12:04 AM Subject: Re: change NSBorderlessWindowMask on NSTitledWindowMask when app is launch. how? 1) Changing the UI like this is almost always a bad idea 2) You can't change the style of a window once launched. But, you can close the old window and replace it with a new one in exactly the same location. Mike. On 29 Jan 2009, at 10:25, Carlo Gulliani wrote: > > > > hi, everybody. I have a problem: > > Can I change styleMask when my app already is launch? When app is launching i > use NSBorderlessWindowMask, when i press any button i wanna use > NSTitledWindowMask? > > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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/cocoadev%40mikeabdullah.net > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
