Post

Replies

Boosts

Views

Activity

Clicking on Quit and Open Safari Extensions Preferences... does nothing
I am trying to build and run a Safari Web Extension from Xcode and I have enabled "Allow unsigned extensions" in Safari settings. However, I see the below pop up: And, if click on the "Quit and Open Safari Extensions Preferences..." button, the project stops running on Xcode and nothing happens. What can be the issue? The extension works and runs fine if I get it from the Mac App Store and this only happens when running from Xcode. I even tried completely uninstalling the mac app store version and still facing the same issue.
0
0
22
4d
How to prevent keynote from exiting fullscreen?
I am making a macOS app in Swift and the window of my app is always on top of other apps. This is working fine with all apps even if those apps are in full-screen mode. However, when Keynote runs in full-screen mode and my app is on top of it, all the mouse events meant for my app also go to keynote and it exits fullscreen.I am not sure what's going on but I need to prevent keynote from exiting full-screen. How can I do that?The window level of my app is `NSWindow.Level.popUpMenu`. And, I have tried the following but nothing has worked so far:window.orderFrontRegardless() window.makeKeyAndOrderFront(self) window.order(.above, relativeTo: 0)
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
889
May ’20