Post

Replies

Boosts

Views

Activity

Reply to Use NSTrackingArea in project running, get print — Failed to set (contentViewController) user defined inspected property on (NSWindow): trackingArea options 0x3 do not specify when the tracking area is active
Solved it, by adding a NSTrackingArea.Options.activeAlways.rawValue - Enum's rawValue let opt = (     NSTrackingArea.Options.mouseEnteredAndExited.rawValue |         NSTrackingArea.Options.mouseMoved.rawValue |         NSTrackingArea.Options.activeAlways.rawValue ) let trackingArea = NSTrackingArea(rect: kb_V!.frame, options: NSTrackingArea.Options(rawValue: opt), owner:self, userInfo: nil)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’21
Reply to XCode 13 Warnings
Same problem, request solution
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS Notifications can get voice prompt, but without infos(notification prompt box)
Everyone I asked says it's apple's bug!
Replies
Boosts
Views
Activity
Jun ’21
Reply to iOS Notifications can get voice prompt, but without infos(notification prompt box)
The above phenomenon will appear when the APP is installed, but the phenomenon does not exist when the APP is deleted! I wonder why? I do not know how to solve!
Replies
Boosts
Views
Activity
Jun ’21
Reply to Use NSTrackingArea in project running, get print — Failed to set (contentViewController) user defined inspected property on (NSWindow): trackingArea options 0x3 do not specify when the tracking area is active
Solved it, by adding a NSTrackingArea.Options.activeAlways.rawValue - Enum's rawValue let opt = (     NSTrackingArea.Options.mouseEnteredAndExited.rawValue |         NSTrackingArea.Options.mouseMoved.rawValue |         NSTrackingArea.Options.activeAlways.rawValue ) let trackingArea = NSTrackingArea(rect: kb_V!.frame, options: NSTrackingArea.Options(rawValue: opt), owner:self, userInfo: nil)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to macOS, View for playing Video 4K computer monitor — video only use 25% of it!
Width and height of the video are only half of PlayView's! And It happens on some Macs supporting Retina~
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to Enrolled in Small Business Program - Still takes ~30% cut.
Is it possible to give you extra money at the end of the year? Or, you will be recognized as small business after one year?
Replies
Boosts
Views
Activity
May ’21