Re: NSScroller will be visible even it is below other view in 10.4

2008-09-21 Thread Andrew Merenbach
ECTED] cc cocoa-dev@lists.apple.com Subject Re: NSScroller will be visible even it is below other view in 10.4 Greetings! When I mentioned having an image view (in a borderless window) on top of your scroll view, I meant an actual window which has nothing besides an NSImageView inside of it. You

Re: NSScroller will be visible even it is below other view in 10.4

2008-09-21 Thread qi . liu
de it clear. ;-) Thanks! Qi Liu Andrew Merenbach <[EMAIL PROTECTED]> 09/22/08 10:00 AM To [EMAIL PROTECTED] cc cocoa-dev@lists.apple.com Subject Re: NSScroller will be visible even it is below other view in 10.4 Greetings! When I mentioned having an image view (in a borderless win

Re: NSScroller will be visible even it is below other view in 10.4

2008-09-21 Thread Andrew Merenbach
> 09/19/08 03:13 AM To [EMAIL PROTECTED] cc cocoa-dev@lists.apple.com Subject Re: NSScroller will be visible even it is below other view in 10.4 On Sep 18, 2008, at 3:53 AM, [EMAIL PROTECTED] wrote: Hi all, I found a tricky thing in Tiger: In Nib file, I have a NSScrollView in the window

Re: NSScroller will be visible even it is below other view in 10.4

2008-09-21 Thread qi . liu
roller will be visible even it is below other view in 10.4 On Sep 18, 2008, at 3:53 AM, [EMAIL PROTECTED] wrote: > Hi all, > I found a tricky thing in Tiger: In Nib file, I have a NSScrollView > in > the window, and I put an NSImageView all above it, for I don't want &g

Re: NSScroller will be visible even it is below other view in 10.4

2008-09-18 Thread Andrew Merenbach
On Sep 18, 2008, at 3:53 AM, [EMAIL PROTECTED] wrote: Hi all, I found a tricky thing in Tiger: In Nib file, I have a NSScrollView in the window, and I put an NSImageView all above it, for I don't want to see the scrollView. But when window shows, I can see the scroller! In Leopard, the i

NSScroller will be visible even it is below other view in 10.4

2008-09-18 Thread qi . liu
Hi all, I found a tricky thing in Tiger: In Nib file, I have a NSScrollView in the window, and I put an NSImageView all above it, for I don't want to see the scrollView. But when window shows, I can see the scroller! In Leopard, the imageview covers the scroller. Did I miss something? Thank