Start with no document
Start with no document
- Subject: Start with no document
- From: Ivan Myrvold <email@hidden>
- Date: Sat, 7 Jul 2001 10:28:30 +0400
I have finished the first version of my application, and it works great
thanks to the help I have received here on this list. I have a few small
things though that I want to fix before releasing it (it's an in-house
application, so you will not be able to check it out).
The application starts up with an empty document. I do not want that,
but haven't found out how to fix that. My application is a
document-based program.
I have an NSTableView, and the vertical scroll bars are not active until
I start to resize the columns. I probably have forgotten to call a
method when initiating the NSTableView.
Ivan