discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView -reloadData is slow


From: Jonathan B. Leffert
Subject: NSTableView -reloadData is slow
Date: Fri, 5 Apr 2002 23:05:12 -0800
User-agent: Mutt/1.2i

When I change a NSTableView's data source and call -reloadData on the table
view, it seems to take a second or two to actually reload the data.  It's a
very noticible delay.

Is there some timer firing in the background checking all views that are
marked as dirty and redrawing them?  If so, what is the timer period?

I'm on a fairly fast machine, so I don't think that's the problem.  I've
also timed the rest of my code and it is all completing quickly.  The table
view just takes a while to update.

Jonathan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]