Re: NSScrollView's content view doesn't un-hide

2009-02-26 Thread Scott Hamilton
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

Re: NSScrollView's content view doesn't un-hide

2009-02-25 Thread John C. Randolph
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 (Cocoa-dev@lists.app

NSScrollView's content view doesn't un-hide

2009-02-25 Thread Scott Hamilton
1. I have an NSScrollView created in IB which contains a custom view and only a vertical scroller. 2. I programmatically add subviews to the custom view's clip view with a block of code. The scroll view is displayed, the subviews all work, life is good. 3. Next, under appropriate conditio