Tagged Questions
The nsscrollview tag has no wiki summary.
6
votes
2answers
1k views
Overlay NSView over NSScrollView
I have an NSScrollView that fills an entire window and displays a huge image. Now I would like to overlay a custom NSView over parts of the Scroll View (eg. top 20 Pixels height and window width) to ...
5
votes
4answers
629 views
NSScrollView jumping to bottom on scroll
I have an NSScrollView containing an NSImageView, which resizes based on various factors. When it resizes I have generally changed the image, so I scroll the NSScrollView to the top. This works fine. ...
5
votes
2answers
2k views
Overlay NSScroller over content
Is there any way to overlay the NSScroller over the content of the scroll view (like in iOS)? I've already tried several approaches:
a) setting the frame of the scroll view content view (NSClipView) ...
4
votes
1answer
49 views
No scrolling or user interaction in new NSWindow with NSScrollView
I am building an application (without interface builder!) which 'lives' in the NSStatusBar; when you click on an icon in the StatusBar a NSWindow with a NSScrollView appears. The window appears but it ...
4
votes
2answers
118 views
Synchronised scrolling between two instances of NSScrollView
I have two instances of NSScrollView both presenting a view on the same content. The second scroll view however has a scaled down version of the document view presented in the first scroll view. Both ...
4
votes
2answers
217 views
NSScrollView Problems
I'm having a few problems with the NSScrollView I'm trying to use and could use some help. I've read the NSView, NSScrollView and a few other guides and references, along with questions here and ...
4
votes
4answers
846 views
NSScrollview and transparent, overlay NSScroller subclasses
I have made a slick NSScroller subclass, but can't figure out how to make it overlay on top of the NSScrollView instead of pushing the documentView aside.
Here you can see the background of a ...
4
votes
2answers
2k views
How to make NSTableView scroll to most recently added row?
I'm dynamically adding rows to an NSTableView. When I issue [table reloadData] I can see the scroll view move and if I move it by hand I can see the new value on the table. But how can I scroll it ...
4
votes
1answer
1k views
Center an NSView within an NSScrollView
How do I center an NSView within an NSScrollView like the way "Preview" does?
4
votes
3answers
3k views
How to maintain the scroll position in NSScrollView when changing scale?
I've got an NSView (myView) wrapped in an NSScrollView (myScrollView). Using zoom-in/out buttons, the user can alter the scale of myView. If the user is currently scrolled to a particular spot in ...
3
votes
1answer
146 views
Scroll To Refresh on Lion
Is it possible to get the "pull-to-refresh" scrollview, present in many applications on iOS, on Lion? I have been able to get my view in the "bounce area" of the scroll view and detect when to ...
3
votes
1answer
111 views
Objective-C/XCode measurement question
I am building an app (desktop) that is an ad layout manager. The measurements from the Indesign template I am working with is in inches. For example, the magazine is 8x10.5 inches. So to give the user ...
3
votes
1answer
369 views
Scrollbars hidden in Lion. How do people scroll horizontally if they aren't using a trackpad?
I have an app that has a list of tags on the bottom of the window. This list grows over time and needs to be scrolled horizontally. This was fine before, but now in Lion they scrollbars automatically ...
3
votes
1answer
227 views
NSScrollView in a NSWindow
I have an NSScrollView inside an NSWindow, but it seems to be disabled. It looks like it would work, but the scrollbars are unresponsive to the mouse or the scroll wheel.
When I put the exact same ...
3
votes
1answer
1k views
Drawing custom NSScroller in NSScrollView problem
I'm trying to draw a custom NSScroller and I got mostly everything I wanted to work to work but, when I try and get rid of the knobSlot, it will just continuously re-draw the knob:
That is when I ...
3
votes
1answer
503 views
iTunes Song Title Scrolling in Cocoa
I have searched extensively and cannot for the life of me find any information about how to achieve a similar effect to that of the iTunes song title scrolling if the text is too large in Cocoa. I ...
2
votes
2answers
69 views
Padding around NSTableView
I've a following problem. There is a subclassed NSScrollView with a view based NSTableView in it. I've added a custom background to the scrollview in the -drawRect: method of subclass, and now I would ...
2
votes
2answers
111 views
Custom background in view-based NSTableView
I have custom alternating row colors in my view-based NSTableView by overriding NSTableRowView's -drawBackgroundInRect:. This works for the most part in that the colors of the cells themselves change, ...
2
votes
2answers
94 views
Modifying the length of an NSScroller
I'm using an NSScrollView in my Cocoa application, and I want to customize the length of the horizontal scroller. The content of the scroll view is broken up into two main areas: a fixed-width area on ...
2
votes
2answers
349 views
NSScrollView background image in Lion
I'm working on a Mac application with an NSScrollView, and I want the NSScrollView to have a custom background image. I used this code in the custom documentView NSView subclass:
- ...
2
votes
0answers
82 views
synchronize two NSScrollView
I read the document Synchronizing Scroll Views, and did exactly as the document, but there is an isssue.
I want to synchronize a NSTableView and a NSTextView. first let NSTableView monitor ...
2
votes
1answer
82 views
Is there an intelligent way to handle view swapping/reusing in an NSScrollView?
Background:
I'm building a view-based NSTableView-esque control in Cocoa/Objective-C that offers the ease of use of a UITableView in terms of being able to layout a view in Interface Builder, rather ...
2
votes
1answer
163 views
Subclass of NSScroller not drawing
I have an NSScrollView and I'd like to know when the user mouseDown's on it's NSScroller. When subclassed NSScroller (to override mouseDown), my NSScrollView's horizontal scroller is no longer ...
2
votes
4answers
481 views
How to pass scroll events to parent NSScrollView
I need fixed-size NSTextViews inside a larger scrolling window. IB requires that the textviews be inside their own NSScrollViews, even though their min/max sizes are fixed so that they won’t actually ...
2
votes
0answers
125 views
Issue with NSScrollView
I have a NSScrollView containng an iKImageBrowserView. If I do not call setWantsLayer:YES on the scrollview, the vertical scroller is never shown.
Do you know what can be the issue and hos to fix it ...
2
votes
1answer
55 views
Is it OK to have a very large documentView for an NSScrollView?
I have a really really long set of data I'd like to display in an NSScrollView.
Is there any way to specify a virtual documentView width of several billion pixels, but just render to clipView sized ...
2
votes
2answers
70 views
NSTableView visual issue
Can someone tell me what might cause this white rectangle in the column to appear? Thanks.
Thanks!
EDIT: If i resize that table column it goes away.
2
votes
1answer
372 views
How to autoscroll NSTextView in Cocoa to center text vertically on the window?
I'm creating a text editor with a NSTextView inside a NSScrollView and would like to automatically scroll the textview whenever the user inserts some text, so that the inserted text is vertically ...
2
votes
1answer
197 views
How to determine if a user has scrolled to the end of an NSTableView
I have an NSTableView, and I would like to know when the user has scrolled to the bottom, so I can perform an action. Not quite sure how to go about this?
UPDATE:
Here is how I am calculating the ...
2
votes
1answer
187 views
Setting IKImageBrowserView to one long row
I've got a IKImageBrowserView in an NSScrollView and I want to lay it out so it only scrolls from left to right.
By default the IKImageBrowserView lays out the images in a grid and the width is being ...
2
votes
1answer
755 views
Using NSScrollView with CALayer
I'm attempting to create a grid style view (similar to NSCollectionView), except using Core Animation. I'm pretty far through it, and the last major thing left to do is implement scrolling.
My setup ...
2
votes
3answers
529 views
How should I wrap a custom NSView in an NSScrollView?
Cocoa's NSScrollView is horribly under-explained. I hope someone here knows what it's all about and can spare me a few seconds.
So I have a custom NSView. I implement -drawRect: for it to draw ...
2
votes
1answer
244 views
contentsize and contentOffset equivalent in NSScroll view
I am porting an app from Ipad to mac. (I know that it sounds weird)
I stuck with NSScrollview. Please guide me contentsize , contentOffset equivalent in NSScrollview.
2
votes
1answer
288 views
How to observe NSScroller changes?
I have an NSScrollView subclass and I would like to update another NSView based on the current scroll position. I tried KVC-observing the value of [self horizontalScroller] but that never gets called.
...
2
votes
2answers
614 views
Zooming in an NSView
I have an NSView in which the user can draw circles. These circles are stored as an array of NSBezierPaths, and in drawRect:, I loop through the array and call -stroke on each of the paths. How do I ...
2
votes
0answers
149 views
How to resize NSOutlineView column when scroller appears/disappears?
This ought to be very basic but after trying for an hour or so I can't figure out how to do this correctly:
I have a NSOutline view with two columns, of which the right one should always be fully ...
2
votes
1answer
610 views
Subclassing NSScroller, how to get rid of the white square in the lower right corner?
I've created an iTunes like subclass of NSScroller, however if both the horizontal and vertical scrollers are visible in an NSScrollView or NSTableView I'm left with an ugly white square in the lower ...
2
votes
3answers
1k views
Magic Mouse Momentum Scrolling Not Working
Unfortunately this is hard for me to test myself because I have yet to get a Magic Mouse of my own, but I've been told by my testers who do have a magic mouse that momentum scrolling isn't working in ...
2
votes
3answers
4k views
How does the momentum/inertial scroll work with the Magic Mouse on NSScrollView?
When you scroll with the newer Apple Magic Mouse (at least on 10.6, I can't confirm any previous Mac OS) you get inertial scroll like scrolling on iPhone (that is, after a flick of the finger to ...
1
vote
0answers
35 views
NSScrollView scroll bars are of the wrong length
I have a Cocoa window, whose content view contains an NSScrollView that, in turns, contains a fixed-size NSView.
Upon launching the program, the scroll bars displayed initially are too small, as if ...
1
vote
1answer
51 views
NSScrollView disable autoscrolling
How do I disable the autoscroll in a NSScrollView as I'm filling it with content?
I have subclassed it in my own class but I don't find an appropriate method to override.
1
vote
2answers
102 views
Fade effect at top and bottom of NSTableView/NSOutlineView
I'm looking for a way to draw a fade effect on a table view (and outline view, but I think it will be the same) when the content is scrolled. Here is an example from the Fantastical app:
Also a ...
1
vote
0answers
45 views
Implementing zooming in CALayer
I'm trying to implement zoom on a CALayer in a layered-hosting NSVIew. The NSView with the layer (size of the layer: 1024x768) is inside an NSScrollView. What I did to implement the zoom is the ...
1
vote
2answers
55 views
Using a patternimage for a View inside an NSScrollView
I have a quite big problem, I am really not able to solve myself.
The result should look like this:
This image was made with photoshop and is part of the interface I try to build.
In the middle ...
1
vote
1answer
133 views
OSX/Cocoa - NSScrollView with transparent background
I can't seem to create a NSScrollView with a transparent background. Does anyone know why?
here is my code:
NSScrollView *textScroll = [[NSScrollView alloc] initWithFrame:CGRectMake(212, 203, 381, ...
1
vote
2answers
140 views
Add lots of views to NSScrollView
I'm trying to add one subview (view from an NSViewController) for every element in a dictionary to a NSScrollView to get kind of a tableview, but with much more flexibility over the cells.
Is it ...
1
vote
1answer
114 views
NSScrollView origin point during scrolling
I'm trying to build something similar to the pull to refresh concept so popular in iPhone applications using NSScrollView in Lion, but there's no such property as contentOffset, and the frame doesn't ...
1
vote
1answer
121 views
how to force redraw contents inside a NSScrollView
I put NSTextView + NSImageView + NSMatrix + NSTextView in a NSScrollView. And I scroll this scrollview to top using following code -
NSPoint pointToScrollTo = NSMakePoint(0, ...
1
vote
1answer
433 views
NSScrollView behaviour in Snow Leopard vs. Lion (NSScroller transparency)
I have got a problem setting up an NSScrollView in InterfaceBuilder (XCode 4) so that it looks good under both Snow Leopard and Lion.
I've got four NSViews that contain controls that need to be ...
1
vote
1answer
151 views
How can I add NSTextView and NSMatrix controls in a single scrollable NSScrollView?
I am new to Mac development.
I want to add three controls in a single Scrollable NSScrollView.
1) NSTextView.
2) NSMatrix.
3) NSTextView.
Please note that text in nstextview can be of dynamic ...