@class

2008-03-23 Thread Audun Frøysaa
Hello. I need some help with different controllers. I have mainController.h & .m iTunesMainController.h & .m I then tries to access a method in the iTunesMainController from the mainController. mainController.h @class iTunesMainController; @interface mainController : NSObject { iTun

Fullscreen NSWindow or NSView?

2008-03-16 Thread Audun Frøysaa
Hello. As a learning path I am trying different things. I want to create a fullscreen app, but i don't now if i should use NSWindow or NSView. I do now NSView has the enterfullscreenmode that i could use, but how can i add and remove other subviews? For NSWindow i use this code: NSI