Re: NSTextFieldCell Subclass for Image+Text, any faster way?
Re: NSTextFieldCell Subclass for Image+Text, any faster way?
- Subject: Re: NSTextFieldCell Subclass for Image+Text, any faster way?
- From: Scott Stevenson <email@hidden>
- Date: Mon, 20 Nov 2006 20:20:25 -0800
On Nov 20, 2006, at 7:49 PM, Brian Amerige wrote:
They're quite fine for simple things like TableView's with say, 5
items, but seriously, once I pass 20 or so items, actions are
painful in regard to the subclass! This makes sense to me because
it's actually redrawing the cell every-time you, say resize the
window, scroll, highlight all, etc.
There might be a bug somewhere. Unless you're using a 333Mhz iMac,
the computer really should be able to handle redrawing a lot of
images very quickly.
It might not be the cell class itself but how you're fetching the
images to feed to the cell?
- Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden