borderless & resizable window: how?
borderless & resizable window: how?
- Subject: borderless & resizable window: how?
- From: Daryn <email@hidden>
- Date: Fri, 11 Jul 2003 01:37:21 -0500
I need help creating a window that has no title bar, yet is resizable.
I can achieve the "no title bar" part by creating a window with
styleMask:NSBorderlessWindowMask. I can find no other way to make the
window resizable other than adding NSResizableWindowMask which
unfortunately forces a title bar. The documentation would lead one to
believe that this should only happen in conjunction with
NSTitledWindowMask.
Implementing NSWindowScripting's isResizable doesn't make the window
resizable either. What am I doing wrong, or does anyone know a
workaround?
Daryn
_______________________________________________
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.