python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Delegate method `WKWebView CreateWebView` method is not getting called
I am using Xamarin (C#) code for a macOS app. I have created the WKWebView and have outlet, added Navigation and UI delegates and trying to open an URL.
The Navigation delegates methods are getting ca...
Anoop Vaidya
Votes: 0
Answers: 0
MacOS: NSDraggingItem as both fileURL and data
My app shows a list of files (images, videos, audios, texts), similar to Finder.
I use LazyVGrid, instead of List or Table views, because I want to render a grid, not just rows.
I want to enable dragg...
bzyr
Votes: 0
Answers: 1
MacOS CoreAudio buffer playback produces annoying noise
MacOS CoreAudio buffer playback produces annoying noise between correct sound.
I'm interested to play valid .wav data though the buffer.
Why I'm playing a .wav? It has valid data.
What I'm trying to a...
Key-Real
Votes: 0
Answers: 1