python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
AppKit prevent tracking area updates
Some built in AppKit components temporarily "pause" NSTrackingArea updates while their content is being scrolled or resized. For example, if you inspect tracking areas using the Quartz Debug...
Adam S
Votes: 0
Answers: 0
Scrollable NSTextView with custom NSTextStorage for formatting
I'm trying to make a text editor with formatting for Mac OS. Which I have working using an NSTextView together with a custom NSTextStorage class. Which applies attributes like bold etc to NSAttributab...
Matthijn
Votes: 0
Answers: 1
Causing a subview to scroll with its superview
Had to cover a subclass of PDFView with an NSView to draw lines and texts, as PDFPage or PDFAnnotation don't seem to work at all.
Successfully added the subview, showed a random text, but the problem ...
Young Shway
Votes: 0
Answers: 0
Programmatic NSScrollView with layout anchors - how to fix the scrolling?
Quite a few SO posts on implementing a scroll view programmatically but I haven't found a solution for this case... here I am adding subviews to the document view (with everything laid out using layou...

chemFour
Votes: 0
Answers: 1