Re: toggling boarderless panels?
Re: toggling boarderless panels?
- Subject: Re: toggling boarderless panels?
- From: j o a r <email@hidden>
- Date: Fri, 16 Jul 2004 12:19:45 +0200
On 2004-07-16, at 11.59, Andrei Tapolow wrote:
>
Now the question is: How can I toggle between boarder-less and
>
bordered. I can do a [myWin styleMask] to see the styleMask set on it.
>
Is it possible? And if not, how can I simulate the process of a window
>
going between borderless and bordered (with titlebar and resize)?
The documentation for the NSWindow > styleMask method states:
===================================================
An NSWindows style is set when the object is initialized. Once set, it
cant be changed.
===================================================
>
Do I need to set up two windows and basically hide one and show the
>
other? How can I sync the views between?
Perhaps you can simply move the content view between the two windows?
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.