[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] SCScrollView beachball?
Hi,
i'm adding & removing views from a SCScrollView and at a certain
point (i guess when it's trying to hide the scrollbars) SC shows me a
beachball ... i paused the debugger and he hangs at
- (void)userScrolled:(NSNotification *)notification
{
// if this happens from a visibleOrigin method we can't use
sendMessage, so the action gets called from the lang
if(!((SCScrollTopView*)mTopView)->isInSetClipViewOrigin()) {
mTopView->sendMessage(s_doaction, 0, 0, 0); // this must be a
scroll view
}
}
i commented the sendMessage out and the beachball does not coming
back anymore ...
any ideas?
Jan