|
Louis,
> I'm getting the same error in all my apps (actually, DSDN too) that use
> listviews, when I try to sort a column. The walkback is below. It looks
> like the problem is in ListView>>setColumnIcon:atIndex: where imageManager
> is nil. I see this is a new method, but that's as far as I got.
It appears that you should now prevent the display of icons in a list by
setting the list's main #getImageBlock aspect to nil (a much better scheme
IMO) rather than the ImageManager. I've just been through all my affected
packages, done the above and reset the image manager (using "self
imageManager: IconImageManager current" on the list view) - all seems to
work correctly now.
Ian
|