I am trying to use custom cursor in my game using nscursor.I use following code //While initializing openglview
I am working with the mapview in AppKit. I have a map with pins which, when tapped, bring up an annotation with text in them.When the strings are too long, they cut off with elipses.
I added a applicationShouldOpenUntitledFile method t开发者_StackOverflow社区o my application delegate, returning NO as Apple\'s documentation specifies. However, I\'m still getting a new document on s
I have a layer-backed NSTokenField that is in a NSSplitView. The split is initially collapsed, with the token field hidden. When I reveal the token field, it works properly, except that the autocomple
Is there any api to change the scroller length,I would like to do the same without subclassi开发者_如何学Gong NSScroller.NSScroller (as a subclass of NSView) has a setFrame: method that takes an NSRec
Hi 开发者_运维问答I implemented an NSPopover in one of my apps, but the popover will not close. I\'m guessing that it should close once I click something else, but its not. I know that there\'s a clos
I have this managedObject subclass, position rappresent a NSPoint. In a XIB I want two NSTextField like this
I am totally bewildered using NSNumberFormatter.This should be totally simple but I can\'t get it to work.
I have a document based application and I am trying to lock the aspect ratio of the document\'s window. The content of the document is a custom view which I can easily set an aspect ratio. However, wh
First question in StackOverflow and also Cocoa newbye and in addition I am using XCode 4 (so be kind please!)