Post

Replies

Boosts

Views

Activity

Reply to window:willUseFullScreenPresentationOptions: with NSApplicationPresentationHideDock causes other windows to be unminimizable
@DTS Engineer So... do you mean that while the full screen window presents, the presentation mode is actually applied to the application while the window is presenting? If so, I know that it's indeed correct that other windows should not be able to minimize while one window is in a presentation mode with dock hidden. Is it true that by this logic, it's probably also not wise to present a different window with a different presentation mode in this period, even though it may appear to work? Thanks.
Topic: UI Frameworks SubTopic: AppKit Tags:
4d
Reply to window:willUseFullScreenPresentationOptions: with NSApplicationPresentationHideDock causes other windows to be unminimizable
FB number filed: FB24169722
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
4d
Reply to window:willUseFullScreenPresentationOptions: with NSApplicationPresentationHideDock causes other windows to be unminimizable
@DTS Engineer So... do you mean that while the full screen window presents, the presentation mode is actually applied to the application while the window is presenting? If so, I know that it's indeed correct that other windows should not be able to minimize while one window is in a presentation mode with dock hidden. Is it true that by this logic, it's probably also not wise to present a different window with a different presentation mode in this period, even though it may appear to work? Thanks.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
4d
Reply to How do I have the NSToolbar "floating" on top of content scrollview on macOS Tahoe?
Turns out we needed: NSWindowStyleMaskFullSizeContentView Don't set titleBarAppearsTransparent Make the toolbar icon only and not text + icon.
Topic: UI Frameworks SubTopic: AppKit
Replies
Boosts
Views
Activity
4d
Reply to What does it take for an app Window menu list to display the new items like Move & Resize?
Turns out we needed to set properties like https://developer.apple.com/documentation/appkit/nsapplication/windowsmenu?language=objc for this binding to work.
Topic: UI Frameworks SubTopic: AppKit
Replies
Boosts
Views
Activity
4d
Reply to What does it take for an app Window menu list to display the new items like Move & Resize?
Anyone?
Topic: UI Frameworks SubTopic: AppKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to Why isn't Liquid Glass effect applied when using pyobjc?
For posterity: the main process matters so if you have a stub app that links libpython.dylib the stub app needs to get compiled with latest sdk, not nessacarily the libpython.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to What does it take for an app Window menu list to display the new items like Move & Resize?
Sorry for the vagueness but I'm talking about the Window menu list in the top menu bar this entire time.
Topic: UI Frameworks SubTopic: AppKit
Replies
Boosts
Views
Activity
Sep ’25
Reply to Why isn't Liquid Glass effect applied when using pyobjc?
FWIW and for SEO: pyobjc is a Python bridge with Objective-C, making it possible to write apps in pyobjc that are completely native for macOS.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to How does one know the fitting width of a UIDatePicker in a function hooked up with UIControlEventValueChanged
Solved! Thanks!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to How does one know the fitting width of a UIDatePicker in a function hooked up with UIControlEventValueChanged
Waiting for a tiny delay is bad since we have no idea about the clients' phone speed AND there's a delay. How would you do a task in objc?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to How does one know the fitting width of a UIDatePicker in a function hooked up with UIControlEventValueChanged
@BabyJ Nope, somehow it does not return the correct preferred width after change.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Programatically Get macOS Version From Mac Catalyst Version
And... iOS 26+ solves this problem!
Replies
Boosts
Views
Activity
Jun ’25
Reply to Is it Possible to Have Stray Content in a macOS Framework?
That's since you said things like Stuff.framework/RandomStuff/whatever.txt is allowed, but is Stuff.framework/Versions/A/RandomStuff/whatever.txt allowed?
Topic: Code Signing SubTopic: General
Replies
Boosts
Views
Activity
May ’25
Reply to Is it Possible to Have Stray Content in a macOS Framework?
Thanks for the reply. Is it possible to have a macOS structured-framework but things like Versions/A/RandomStuff/whatever.txt?
Topic: Code Signing SubTopic: General
Replies
Boosts
Views
Activity
May ’25
Reply to Is it Possible to Have Stray Content in a macOS Framework?
Hi! But how about Mac Catalyst? Should those rules also be followed?
Topic: Code Signing SubTopic: General
Replies
Boosts
Views
Activity
May ’25