Re: NSScrollView's content view doesn't un-hide
Re: NSScrollView's content view doesn't un-hide
- Subject: Re: NSScrollView's content view doesn't un-hide
- From: Scott Hamilton <email@hidden>
- Date: Thu, 26 Feb 2009 09:40:11 -0800
Hi John,
Nope, it was:
[theScrollView setContentView:theClipView];
which reconnects the content view of the scroll view to the responder
chain (setHidden:YES unhooks it).
Thanks for thinking about it though.
Scott
On Feb 25, 2009, at 9:34 PM, John C. Randolph wrote:
On Feb 25, 2009, at 4:28 PM, Scott Hamilton wrote:
Am I missing something?
From your description, you're sending -setNeedsDispay to the the
clipview, not to the subviews within the clipview.
-jcr
_______________________________________________
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