Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

I am creating a button that is clickable but doesn't bring the app to the foreground. To achieve this I implemented the button as a separate BrowserWindow with focusable: false and its parent set to ...
Sudhanshu Tiwari's user avatar
0 votes
0 answers
22 views

on macOS26 / 26.1 Tahoe the Toggle stopped being colored / tinted by using modifier .tint(toggleColor()) it just remains with the current system color... e.g. blue or the tint central to the whole ...
Peter Lapisu's user avatar
  • 21.1k
-2 votes
0 answers
21 views

I am using Mac 14 and the highest version of Xcode that I can install is 16.2 And it comes with the bundled swift component - 6.0.3 version. But my project requires swift 6.2 or later. I was able to ...
Pavlo Pylypchuk's user avatar
1 vote
0 answers
26 views

I setup a clean MacOS Tahoe (26.2) project with this code import SwiftUI import AVKit @main struct TestVideoApp: App { let player = AVPlayer(url: URL(string: "https://www.w3schools.com/...
workingdog support Ukraine's user avatar
1 vote
0 answers
32 views

I'm trying to create a SwiftUI Menu containing two Picker to control content and sort. However, I cannot replicate menu appearance shown in my reference screenshot. No matter which approach I try, I ...
Anton Genkin's user avatar
0 votes
0 answers
54 views

I'm using Xcode Cloud to build for internal TestFlight testing. But it stuck in Archive. No warning or error. Unable to complete the workflow. I haven't encountered this problem in my previous builds. ...
Woody's user avatar
  • 81
0 votes
0 answers
94 views

This question about macro(s) that I would like to use for software development was closed because it does not concern programming or software development. For the benefit of reviewers that do not know ...
Paul Floyd's user avatar
  • 7,170
0 votes
0 answers
62 views

I'm trying to setup a NSSplitViewController to match Xcode 26's style. In Xcode the sidebar contains the traffic light controls. I've got the following code: import Cocoa // UserDefaults key for ...
Kyle's user avatar
  • 17.7k
-1 votes
1 answer
58 views

I'm a C++ newbie trying to create my first makefile, and I'm getting the error: unknown type name 'all'. The makefile is literally just: all: clang++ helloWorld.cpp admin@admins-Mac-mini Desktop %...
rmoss3475's user avatar
  • 101
-4 votes
1 answer
61 views

How to make it possible to place the buttons slightly below and to the right of a regular window without using (toolbar, navigationSpitView, etc) like in the Chrome or FireFox browsers the image ...
Evgeniy Petrukovich's user avatar
0 votes
0 answers
26 views

In MacOS app I need a transparent textfield, that shows only editable text and nothing else. I am using SwiftUI, but to achieve this, I have created NSViewRepresentable for NSTextField. This is how my ...
Kaven's user avatar
  • 491
-3 votes
1 answer
130 views

I'm doing an ultra-simple web page scraper using Python/Beautifulsoup. Facing a key information displayed as PNG image, I've had to reach for PIL/Pytesseract. Code being extremely simple, and working ...
tishma's user avatar
  • 1,875
3 votes
1 answer
96 views

I am trying to replicate how professional video editing apps like final cut pro shows and update the video player in real time based on user configuration in the editing settings. For example, I am ...
Zaid's user avatar
  • 443
0 votes
0 answers
56 views

I am making a bf clone, and my interpreter isn't working. this Is my code // _ dicrement the instruction pointer by 3 if the current cell value is 0 // <, >, +, -, ,, . are the same as in bf ....
Isaac Luft's user avatar
0 votes
0 answers
40 views

In the terminal's settings screen, I can export and import themes easily using the GUI. How can I import a previously exported theme programatically?
Chris Foley's user avatar
0 votes
0 answers
32 views

I am trying to create buttons for my player, however, I am getting a squeezed buttons even though I assigned even width and height in appkit NSButtons. This is the final result I am getting: private ...
Lisa's user avatar
  • 1
1 vote
0 answers
73 views

I am trying to create a unified toolbare for my macos app using SwiftUI. In the apps main thread I used this modifier :- import SwiftUI import AppKit @main struct PhiaApp: App { var body: some ...
Zaid's user avatar
  • 443
-4 votes
0 answers
22 views

I have built a screensaver for mac in swift,but couldn’t find how to add an icon(the logo image that shows up on .saver file) and thumbnail(the cover image that shows up in the screensaver catalogue). ...
Akash's user avatar
  • 1
0 votes
1 answer
103 views

I want to create a unified title bar for my macOS app in SwiftUI. Right now, by default, it gives the title bar and the window control options at the top and our content shows below it. Now, if we ...
Lisa's user avatar
  • 1
Tooling
0 votes
1 replies
52 views

I wanted a way to draft an SMS message on macOS from within my text editor -- and then launch to Messages with a Service item in the Services menu (right-click). After the text is in Messages, I type ...
BobK77's user avatar
  • 121
0 votes
0 answers
68 views

I'm trying to learn how to talk directly to the Docker socket. Eventually I may use a proper library to do the work, but this is at least partially academic. If I run docker ps, of course, I get a ...
bmauter's user avatar
  • 2,973
1 vote
0 answers
67 views

On macOS, I get a system popup when running UI tests in GitHub saying: “bash” is requesting to bypass the system private window picker and directly access your screen and audio. How can I disable ...
Anusree lakshmi's user avatar
1 vote
0 answers
55 views

What I Want to Do Install ESLint and related dependencies using pnpm in my TypeScript React frontend project (part of a Wails Go + TypeScript hybrid application). What I Did Ran pnpm add --save-dev ...
Sebastian Romero Laguna's user avatar
3 votes
0 answers
97 views

I'm working on a screen recording app using ScreenCaptureKit and I've hit a strange issue. My app records the screen to an .mp4 file, and everything works perfectly until the .captureMicrophone is ...
Zaid's user avatar
  • 443
2 votes
2 answers
130 views

I would appreciate it if someone could take a look at this issue: I am using a Reolink IP camera to regularly query a still image via Python. The camera is connected to a TP Link switch via a LAN ...
tazdingo's user avatar

1
2 3 4 5
2374