Watch Complications

RSS for tag

Display timely and relevant information about your app on the Apple Watch face using Complications.

Complications Documentation

Posts under Watch Complications tag

42 Posts
Sort by:
Post not yet marked as solved
0 Replies
370 Views
My outlook is not working anymore, when opening it is stuck and the ball only rotating. Only by forced quit I can stop it. It is reported since a couple of days now (Feedback assistant) and reported to MS but no change at all. The problem is that I have important files stored under outlook on my computer and cannot access them. Any help????
Posted Last updated
.
Post not yet marked as solved
0 Replies
605 Views
Hi Team, I used below code to get active window details. but unable to find title of it. Can you please help me on it. C# based code in Mac var foreground_app = NSWorkspace.SharedWorkspace.FrontmostApplication; foreground_app contains active application details. but i am not able to identify active window details . guide me which property or function i need to use to get active window title details EX: i opened Numbers, below condition will trigger if(foreground_app.LocalizedName.ToLower().Contains("numbers")) { /// }
Posted
by goud2020.
Last updated
.