RE: NSScrollView and autohiding scrollers - SOLVED
RE: NSScrollView and autohiding scrollers - SOLVED
- Subject: RE: NSScrollView and autohiding scrollers - SOLVED
- From: "Josh Ferguson" <email@hidden>
- Date: Fri, 5 Dec 2003 08:39:40 -0600
- Thread-topic: NSScrollView and autohiding scrollers - SOLVED
I was able to get this working by overriding -reflectScrolledClipView:. Now I
want to take it a step further and draw a semi-transparent bar where the old
bar was. I tried to use NSRectFileUsingOperation() inside the
-reflectScrolledClipView: method, but it never draws anything! In fact, I've
tried this function in the drawRect and setHasHorizontalScroller methods and
still it draws nothing. I'm sure this has something to do with my drawing
getting overwritten by the document's drawing or something, but I can't seem
to figure it out. Anyone have any ideas?
Josh
________________________________
From: email@hidden on behalf of Josh Ferguson
Sent: Thu 12/4/2003 1:34 PM
To: email@hidden
Subject: NSScrollView and autohiding scrollers
I'm trying to implement the autohideScrollers Panther functionality in
Jaguar.
I thought I could override -tile, but I'm worried that it won't look right
when I'm resizing the window. Any recommendations on how to properly
implement this?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.