Re: NSCollectionView inside an NSSplitView?
Re: NSCollectionView inside an NSSplitView?
- Subject: Re: NSCollectionView inside an NSSplitView?
- From: Randall Meadows <email@hidden>
- Date: Fri, 13 Feb 2009 11:23:44 -0700
On Feb 13, 2009, at 11:09 AM, Jean-Nicolas Jolivet wrote:
I'm having weird problems with a CollectionView inside an
NSSplitView... it looks fine but as soon as I re-size (either by
dragging the split view's divider or by re-sizing the window) the
CollectionView's animation is flickering a LOT, and the items in my
collection view are jumping all over the place, from the top of the
collection view to the bottom and back to the top...
I was wondering if anyone else had problems with NSCollectionView in
split views? I'm pretty sure the problem is related to animation...
perhaps if I could disable the collection view's animation
altogether? Not sure if it's possible...
I first noticed the bug using BWToolKit's BWSplitView and I thought
it could be a bug with the toolkit, but I tried changing the
BWSplitView to an NSSplitView and the same behavior is present...
It's really nothing subtle... it really makes the app unusable... is
this a known bug?
I have a feeling it's related to the problem I had with doing live
zooming of an IKImageView; during the live zooming, the animation
would stutter constantly, just as you describe, as the zoom factor got
set, triggering the animation, and then because it was live zooming,
the zoom factor would get set again, again triggering the animation,
but the animation was already in progress, so it got b0rked. I was
told I should be able to disable the animations, but never could, so I
ended up writing my own replacement for the IKImageView that behaved
correctly. I have a feeling you're hitting the same (or at least
similar) issue.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden