Odd behavior in NSTableView
Odd behavior in NSTableView
- Subject: Odd behavior in NSTableView
- From: Tony Cate <email@hidden>
- Date: Sun, 23 Dec 2001 11:23:49 -0600
I'm doing the "Learning Cocoa" chapter nine exercise: a simple expenses
table. It compiles and runs just fine. I decided to load a couple of hundred
entries so I could see the scrolling function in action. The program started
up and displayed 16 or so entries, but no scroll thumbs. I couldn't get the
scroll thumbs to appear until I resized the window. Any Ideas?
While I'm at it, how do you get the dollar amounts to line up at the decimal
point? The formatter doesn't seem to provide that function. Is it something
that can't be addressed in IB?
TIA
Tony