Re: Newbie NSWindow question
Re: Newbie NSWindow question
- Subject: Re: Newbie NSWindow question
- From: Vince DeMarco <email@hidden>
- Date: Thu, 19 Dec 2002 13:17:11 -0800
On Thursday, December 19, 2002, at 8:04 AM, Brian Ling wrote:
Hi All,
I have created a window that contains several other
objects using Interface Builder, is it possible to
stop this window being moved by the user?
I have also found the styleMask method and used this
to create a borderless window that cannot be moved, is
there some way of moving all of the objects from the
window created in Interface Builder to my new blank
window in a way that keeps all of there Outlets and
Actions etc?
Thanks for any help,
Instead of making a window, drag a customView from the palette in IB
into the document, and when you create your window, set the content
view of your window to the customView instead.
Or make a window in IB and set the custom class of the window, to the
class of your window.
vince
_______________________________________________
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.