NSDataView
NSDataView
- Subject: NSDataView
- From: "Smith, Bradley" <email@hidden>
- Date: Mon, 4 Feb 2002 10:20:31 -0000
Hi,
I don't have my code in front of me so please bear with me.
After changing the data in my data source (which is correctly linked to my
NSDataView) I call [data reload]; The problem is I only see my new data in
the view when I click on a cell. Also, the view now has scroll bars (because
there's too much data for the view) but these only appear after I start
playing around with the view (doing drag-select etc.) It's like the view
hasn't refreshed or something?
Any ideas what I'm doing wrong?
I tried doing a [data setNeedsDisplay:YES]; as well but that didn't help. I
was pretty tired last night so I'll probably figure it out this evening
anyway but it'd be nice to have a couple of ideas first.
Regards
Brad