This is a cocoa UI application build in Project Builer.
I have an CustomWindow class which implement the NSWindow class.
I have a MyWindow window in MainMenu.nib, it is built from InterfaceBuilder.
I have added the CustomWindow class to the custom class of the MyWindow , it is done through the info pane.
I thought this will make the MyWindow to run the CustomWindow class while runtime therefore do what CustomWindow supposed to do, it use the NSBorderlessWindow to eliminate the title bar(border).
When I run the application, the MyWindow still shows the title bar(border).
What others do i need to do to get rid of the border?
thanks
btw, is there any api roadmap, poster kind of stuff for project builder(cocoa)?
thanks
I have an CustomWindow class which implement the NSWindow class.
I have a MyWindow window in MainMenu.nib, it is built from InterfaceBuilder.
I have added the CustomWindow class to the custom class of the MyWindow , it is done through the info pane.
I thought this will make the MyWindow to run the CustomWindow class while runtime therefore do what CustomWindow supposed to do, it use the NSBorderlessWindow to eliminate the title bar(border).
When I run the application, the MyWindow still shows the title bar(border).
What others do i need to do to get rid of the border?
thanks
btw, is there any api roadmap, poster kind of stuff for project builder(cocoa)?
thanks