Questions tagged [nsscrollview]

Apple OS X Developer API : NSScrollView class is the central coordinator for the Application Kit’s scrolling machinery

548 questions
0
votes
1 answer

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 following delegate methods... but still dropping…
0
votes
1 answer

Adding NSScrollView to IKImageBrowserView for scrolling

I am using Xcode 4.4 on MacOSX 10.8. I am trying to add a NSScrollView to IKImageBrowserView for vertical scrolling feature. I have added IKImageBrowserView on top of NSScrollView in IB and in the code: [self.scroll_View…
Vacca
  • 1,219
  • 16
  • 26
0
votes
1 answer

NSScrollView in NSViewController

I am making my first OSX app. My appDelegate has a window which has a contentView of NSViewController. This NSViewController has a custom view which displays on startup. I added an NSScrollView as a property of my NSViewController, and in the xib I…
Andrew
  • 63
  • 1
  • 7
0
votes
1 answer

How can I change NSTableView in NSScrollView?

I'm building a simple data base viewer and for different tables in database I need different TableViews on my main form (with fixed column's identifier and count). So how can I programmatically change NSTableView in NSScrollView?
Reqyz
  • 3
  • 1
0
votes
1 answer

Sort the contents of an NSScrollView, NSTableView, using Binding in ArrayController

I have an NSScrollView wich is bound with an ArrayController. I need to sort the content alphabetically. I've tried to do this with bindings but I can't find the right thing to bind. I used the following sortDescriptor on my…
0
votes
1 answer

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. Any ideas or sample code on how to get this…
DesperateLearner
  • 1,115
  • 3
  • 19
  • 45
0
votes
1 answer

When I sort my NSTableView by one of the columns then scroll, the cells that I scroll to don't display properly

I have an NSTableView inside and NSScrollView in a pretty standard configuration. When I sort the table view (by clicking one of the column headers), everything that is currently visible gets displayed correctly, but when I scroll in any direction…
Drew
  • 12,578
  • 11
  • 58
  • 98
0
votes
1 answer

NSScrollView resize automatically

I have a NSScrollView, which I would like to resize automatically. I would send a method to it's documentView to get the size of it, like in a table view I would calculate and return the required size of the rows. My problem is, when? How can I…
IluTov
  • 6,807
  • 6
  • 41
  • 103
0
votes
1 answer

how to hide NSScrollView Scroller?

i am creating all the scrollviews on runtime and i want to hide NSScrollView scrollers i am not saying [self setHasVerticalScroller:NO]; however [self setHasVerticalScroller:YES]; [[self verticalScroller] setHidden:YES]; does not work but there…
modusCell
  • 13,151
  • 9
  • 53
  • 80
0
votes
1 answer

Two Finger Drag with IKImageView and NSScrollView in Mountain Lion

I have a Mac App that's been in the app store for a year or so now. It was first published with target SDK 10.7, Lion. Upon the update to Mountain Lion it no longer works. The application displays large images in an IKImageView which is embedded in…
Stateful
  • 737
  • 2
  • 9
  • 25
0
votes
1 answer

Restarting my Cocoa app in Mountain Lion results in strange NSScrollView and NSTableView behavior

My Mountain Lion app contains an NSScrollView with an NSTableView using an NSTableViewCell. I wanted the ScrollView to have rounded corners, like Reminders. I found an answer here that said to use: [listScrollView…
Greg Walters
  • 181
  • 5
0
votes
1 answer

Kind of NSScrollView not found

How do I do badges like this attached to a NSScrollView? I don't know if it's a custom framework but it looks like a modifies NSScrollView. Thanks, MCPP.
MCPP
  • 49
  • 2
  • 6
0
votes
1 answer

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 problem is a strange behaviour of the button,…
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
0
votes
0 answers

NSTableView weird scrolling behavior in Mountain Lion

I have an app with a source list. In Lion, it works wonderfully. In Mountain Lion, it works fine, but there's an unwanted side effect. Whenever the selected row changes in the source list, Mountain Lion will scroll that row to the top of the…
Jay Wardell
  • 2,230
  • 1
  • 14
  • 13
0
votes
1 answer

Sliding Menu in Mac App

How can I make a sliding menu like (as an example) Sparrow's main email menu? In the case of Sparrow: It's a column of buttons that essentially slide to reveal a NSScrollView (with custom NSTableView?) with various folders inside (inbox, sent,…
aroooo
  • 4,726
  • 8
  • 47
  • 81
1 2 3
36
37