0
votes
0answers
92 views

how to implement iphoto like animation while doing drag and drop on custom listview

i had developed the custom list view which is having NSView as a cell with variable sizes to represent the video clips in the timeline. and i had implemented the drag and drop for reordering ...
0
votes
0answers
38 views

How to implement a scrollable view with many scrollable subviews in it?

As part of a calandar view that I'd like to put together in OSX cocoa, I am looking for the best way to implement the following: One scrollable area contains a monthly view. This view can be scrolled ...
0
votes
0answers
37 views

Specific behaviour wanted when loading and displaying an image in an NSScrollView (Mac OS X)

I am very unexperienced and rather new to Objective-C and I'd like to ask a methodical question. What I want to do is: Load a user provided image to show on the screen. The user should be able to ...
0
votes
1answer
41 views

drag and drop in PXListView is not working in the Demo App. how to fix it?

i am working with PXListView and i am testing with Demo App which came inside the PXListView...while doing the drag and drop it is not working properly... the drop is not working... i have added the ...
0
votes
0answers
46 views

Mac OS X - NSScrollView insertion Logic

I have created an app for Mac OS x which when I run it on the macbook pro 13" only 3 quarter of the application is visible. Now I'm trying to add a NSScrollView and make the whole [_window ...
0
votes
1answer
168 views

Adding NSViews to NSScrollview - Mac OSX

I'm trying to add multiple images of NSImageView to the NSScrollView. When I add it as a subview, the scrollview doesn't seem to scroll and when I add it as a document view I can see only one image. ...
0
votes
1answer
221 views

NSScrollView Zooming of subviews

Apologies for the noob question - coming from an iOS background I'm struggling a little with OSX. The good news - I have an NSScrollView with a large NSView as it's documentView. I have been ...
0
votes
1answer
213 views

NSScrollView with sticky top, left and bottom 'headers'

I'm trying to create a timeline control in Cocoa. This is what I am trying to achieve. It's basically a standard timeline design. However, I don't know which approach to take. The problem lies with ...
0
votes
0answers
204 views

How to display and wrap images using NSScrollview for Mac OS X?

I want to display a bunch of same size images (such as thumbnails) in rows using a view, left to right and down. When the user resizes the view, I would like to rearrange the images so they are ...
1
vote
0answers
178 views

NSView inside NSScrollview won't change size

I've made an NSWindow in Interface Builder. Inside this window is an NSScrollView and inside that is a custom NSView. The NSScrollview fills the NSWindow and the custom NSView fills the NSScrollview. ...
0
votes
1answer
210 views

NSView and NSScrollView: button that disappears and reappears on another position

I am at the 17th chapter of Aaron's Cocoa programming for Mac os X, and in the example he embeds a NSView in a NSScrollView. For exercise I also have added a NSButton programmatically to the view. The ...
2
votes
0answers
351 views

Resize custom NSView inside NSScrollView by setFrameSize triggers drawRect

So I have this simple custom NSView-inside-NSScrollView setup, constructed in awakeFromNib programmatically, exactly like in Apple's ScrollView Programming guide. The custom view (documentView of ...
2
votes
0answers
134 views

Zooming NSScrollView like Preview.app

I want to implement zoom that works like an image opened in Preview.app, that does the same when zooming out and in. I have tried different ways but can't get it 100% correct, I have tried Apple's ...
1
vote
0answers
139 views

custom drawing nsview inside nsscrollview

I'm having a problem with custom drawing NSView using as documentView of a NSScrollView. Here is my drawRect: code: - (void)drawRect:(NSRect)dirtyRect { [[NSColor lightGrayColor] set]; ...
0
votes
1answer
137 views

How to make a scrolling bar of buttons (buttons bar) with Cocoa?

I would like to have buttons inside a scroll view (or another solution to creating a scrollable button bar). I have buttons placed side by side in a row along the top of a view. As a user resizes the ...
1
vote
0answers
111 views

NSScroller draws above NSView

I have NSView with 2 subviews: NSScrollView(with NSTableView inside) and custom NSView. Sometimes i need to resize custom NSView to show it above part of NSScrollView, but when i'm scrolling content ...
1
vote
1answer
277 views

Disable NSView mousedown

i have an NSScrollView with an NSView set as its document view. I am trying to get the mousedown event in the NSScrollView but the NSView keeps intercepting it. Is there a way of stopping this from ...
3
votes
1answer
167 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
715 views

NSScrollview with NSGradient

I have a nsscroll view in my application and i made a subclass of nsscrollview to add a nsgradient but it doesn't work this is my code in my implementation file: #import "scrollview.h" ...
5
votes
3answers
1k views

How I set the default position of a NSScroll view?

I have a trouble with a NSScrollview in my aplication because it always start at the bottom of the window. How could make it start in the top?
1
vote
1answer
624 views

Adding custom subviews to NSOutlineView with source list style

I'd like to add some controls above the contents of an NSOutlineView that has NSTableViewSelectionHighlightStyleSourceList set so that it looks like a Finder/iTunes/iPhoto-like source list. The ...
7
votes
2answers
2k 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 ...
1
vote
1answer
2k views

Setting NSScrollView Contents to Top Left Instead of Bottom Left When Document Swapping

I had one of my colleagues come to me today with a problem of how can he load or view-swap a documentView of an NSScrollView so that the loaded view appears to fix to the top-left corner instead of ...
0
votes
1answer
711 views

Setting a nsview size

I'm working on the GUI of my application. I have a main view embedded into a NSScrollView. Its content is refreshed when the user clicks a button. It then determines the required height for displaying ...
1
vote
1answer
1k views

Rounded corners on NSTableView

I have a custom view subclass similar to NSBox that draws a rounded box background. The problem is that if I place a view like an NSTableView in the box view, it does not clip to the rounded corners. ...
1
vote
2answers
2k views

NSScrollView scroll position

I currently have a NSView in a NSScrollView. The NSView is large and I need to scroll to manage the object inside. I want to draw a static rectangle in the center of the NSView without scrolling. I ...
5
votes
3answers
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) ...
1
vote
2answers
951 views

NSScrollView incorrect content size

I have an NSScrollView that is the parent of a custom NSView subclass. The subclass uses the NSScrollView's contentSize method in order to layout its subviews. The issue is that upon first launch, ...
3
votes
1answer
1k 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 ...
1
vote
0answers
374 views

how to stop NSScrollView from scrolling on resize?

I'm writing a PDFViewer for a 3rd party PDF library. I have a subclass of NSScrollView and a subclass of NSView. The problem is the NSScrollView will scroll up and down when I resize window. here is ...
9
votes
2answers
1k 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.
0
votes
1answer
806 views

NSView -scaleUnitSquareToSize leaves view blank until it's resized despite -setNeedsDisplay message

I used this guide: http://developer.apple.com/mac/library/qa/qa2004/qa1346.html to implement scaling in a special view. The scaled view is the document view of an NSScrollView. The problem is that ...
1
vote
0answers
351 views

NSTextView's adjustScroll method

I'm trying to implement typewriter scrolling in my Cocoa text editor, keeping the insertion point centered vertically in its scrollview. Toward this end, I have subclassed NSClipView to provide a ...
3
votes
2answers
2k 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 ...
5
votes
1answer
2k views

Center an NSView within an NSScrollView

How do I center an NSView within an NSScrollView like the way "Preview" does?