Re: Custom NSScroller

2009-10-26 Thread Bryan Matteson

On Oct 26, 2009, at 1:37 PM, Bryan Matteson wrote:

Calling the setCornerView: method with nil accomplished what I was  
looking for.


Correction, that does not work, either. Setting a custom corner view  
does solve the problem however. Thanks.

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Custom NSScroller

2009-10-26 Thread Bryan Matteson

That's the corner view.  NSOutlineView asks its document view for a
corner view by checking to see if it responds to the -cornerView
method.


Thank you, Kyle. Calling the setCornerView: method with nil  
accomplished what I was looking for.

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Custom NSScroller

2009-10-26 Thread Kyle Sluder
On Mon, Oct 26, 2009 at 11:24 AM, Bryan Matteson  wrote:
> Any nudge in the right direction would be appreciated.

That's the corner view.  NSOutlineView asks its document view for a
corner view by checking to see if it responds to the -cornerView
method.

--Kyle Sluder
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Custom NSScroller

2009-10-26 Thread Bryan Matteson
Well, after much work I've finally gotten some scrollbars to look how  
I want. There's one thing I can't seem to figure out how to get rid  
of, as I have pointed out in the screenshot you can find at the link  
below. I want the top of the vertical scroller to sit flush against  
the top of the view, just like iTunes and many other programs do, but  
I'm not sure what I'm doing wrong.

Any nudge in the right direction would be appreciated.

http://img260.imageshack.us/img260/9206/scrollbar.png
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Custom NSScroller ...

2009-03-23 Thread Brandon Walkin

Here's some code for a scroller without arrow buttons: 
http://bitbucket.org/bwalkin/bwtoolkit/src/tip/BWTransparentScroller.m

Cheers,
Brandon

On 23-Mar-09, at 9:14 AM, Mic Pringle wrote:


Hi,

Can anyone recommend any open source projects that implement a custom
NSScroller, perhaps using images ? I'd like to have a look at some
examples of how this is achieved as I've had no luck so far, going it
alone.

What I'm looking to achieve is the look & feel of the new iTunes
scroller, but without the buttons, much like on the search results in
the popular app Coversutra.

Thanks

-Mic
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/bwalkin%40gmail.com

This email sent to bwal...@gmail.com


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Custom NSScroller ...

2009-03-23 Thread Mic Pringle
Hi,

Can anyone recommend any open source projects that implement a custom
NSScroller, perhaps using images ? I'd like to have a look at some
examples of how this is achieved as I've had no luck so far, going it
alone.

What I'm looking to achieve is the look & feel of the new iTunes
scroller, but without the buttons, much like on the search results in
the popular app Coversutra.

Thanks

-Mic
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com