Drawing to the screen
Drawing to the screen
- Subject: Drawing to the screen
- From: Matthew Cox <email@hidden>
- Date: Fri, 31 Aug 2001 18:58:48 -0400
I've got a small AppKit puzzle:
Ideally, I'd like to be able to:
- Have a window that fills the entire screen (except menu), without
title.
- Switch back and forth between the finder environment and my
application's (Using a menu).
- Use NSWindows and NSControls inside the application.
- Keep the dock from displaying.
(Palettes)
-Draw to both the NSWindows, and the NSView that is the background.
-I need the menubar to be in existence.
I know this is not good GUI. But I think I can get away, since I am
trying to prove to a buddy that it is possible to use Cocoa to develop
games. It seems ideal to me, having the document architecture and all.
Appreciate advice.