// this is called in the main thread:
- (void)testnotificationreceiver:(NSNotification *)notification
{
[mytableview scrollPoint:NSMakePoint(0.0,0.0)];
}
i used NSDistributedNotificationCenter, because it posts to the main
thread -- and does so by default too.
- chase
_______________________________________________
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