Howdy,
I'm having a problem with an application I'm writing in Cocoa. I have a window instantiated in Interface Builder that I display as needed. The problem is, I need its style mask to be NSBorderlessWindowMask, but the style mask can only be set when the window is initialized. How can I set the style mask since the window is instantiated in Interface Builder? Thanks for help in advance.
I'm having a problem with an application I'm writing in Cocoa. I have a window instantiated in Interface Builder that I display as needed. The problem is, I need its style mask to be NSBorderlessWindowMask, but the style mask can only be set when the window is initialized. How can I set the style mask since the window is instantiated in Interface Builder? Thanks for help in advance.