Rich Kilmer and I have been working on a new MVC approach for HotCocoa and
Rich is currently implementing a new delegation system between the views and
the controllers to make things way easier.
I didn't check on the modal sheet yet and I don't really know how to
programmatically set all the optio
I've been trying to port a small app I've written in MacRuby with a
nib file over to HotCocoa. When the app launches a modal sheet is
displayed asking the user for credentials. This is done by having both
the main window and the credentials sheet in the MainMenu.nib file. In
the application