Facing problem to stop a NSThread started using NSThread.Start() and...
Thread stared using NSThread.Start() but when ever I want to stop thread but it is not being stop and not releasing all resource occupied. It is running and complete its execution. How can stop...
View ArticleHow to capture the screen and save it to the file.
Hello Everyone. I'm not a experienced developer and i have a problem. I don't understand how to make screenshot and save it to the file....
View ArticleMac support for Elliptical Curves?
I'm trying to integrate cryptography into a native mac port of another app, but Im stuck trying to find an alternative. docs.microsoft dotnet/api/system.security.cryptography.eccurve.namedcurves shows...
View ArticleBest way to include welcome text / license file / localize the installer title
Hi All, I've recently upgrade a macOS application that I maintain to build via MSBuild and am having a little trouble including localized license files, localized welcome text, and a localized...
View ArticleEnable Autolayout diagnosis messages in debug output
Autolayout diagnosis messages do not appear in the output window of Visual Studio for Mac when developing a Xamarin.Mac application. 2018-07-11 15:25:37.278996+0200 test[2765:830514] [Layout] Unable to...
View ArticleTrouble upgrading to Unified API
Hi All, I'm attempting to upgrade an old app that uses XamMac.dll to the new Xamarin Unified API. After converting the application to the Xamarin Unified API and targeting .Net 4.5.1 I am running into...
View Article[Solved] prop in visual studio macOS is not recognized by the compiler and IDE
I was using that inside a constructor
View ArticleXamarin Mac - How to have a context menu when you right click on NSTableCellView
I need to show a menu when user right clicks on an NSTableCellView. Just like we right click on any area in browser and it shows a menu. How can I have in my Xamarin.Mac application. Any code samples...
View ArticleUsage of NSTabView.DidSelect event
Im using NSTabViewController to create a preferences window. In order to execute some code when the active tab changes, I would like to use NSTabView's DidChange event (as also suggested in Xamarin...
View ArticleHow will clean memory...
Hi @YuriKuznetsov I have following class public class Node : NSObject { public Int64 Fid { get; set; } public Int64 Pid { get; set; } public string Name { get; set; } public State State { get; set; } =...
View ArticleNSTextField with suggestions shown in dropdown
I am trying to implement autocomplete with an NSTextField where the user will type in some string and suggestions will be fetched from an API to be displayed under the text field. Optionally display a...
View ArticleIs this a bug of 10.14 Beta 4?
I'm trying to evaluate MacOS 10.14 beta 4 with our Xamarin app. We found close button disappear on your sample at https://github.com/xamarin/mac-samples/tree/master/yosemite/VisualEffectPlayground as...
View ArticleHow will stop parallel execution of two async function and force to one after...
Hi, I have two async function one is iterative and another one is recursive. Both are performing very heavy task. Fallowing are both function. Both function I was calling from a third function one...
View ArticleNSSpeechSynthesizer.StartSpeakingtoURL is buggy due to some regression in...
I'll report the bug, but this is a very critical feature in my app, so I wonder if there is something that I can do (like possibly some Objective C binding that would replace the problematic command)....
View ArticleRepeating Task.Delay causes a large delay
I'm developing Xamarin.Mac(Cocoa) using C#. I want to develop application waiting seconds sometimes, so I developed waiting function using Task.Delay. But repeating Task.Delay causes a large delay....
View ArticleERROR ITMS-90240: "Unsupported Architectures"
Hello, I'm trying to publish Xamarin.Mac app with the help of Application Loader but getting few errors and one of them is like: ERROR ITMS-90240: "Unsupported Architectures. Your executable contained...
View Article