Detecting pressed down keys in Xamarin macOS
Hi, Is there any way to check are there any buttons pressed down? Not necessarily interested in the events. Thanks!
View ArticleNSOutlineView Expand / Collapse item with animation from code
I have an outline view where I need to expand / collapse items when clicked anywhere on the row and I am being successful in doing that except the animation behavior is not same as when disclosure...
View ArticleDll import broken after upgrading to unified API / Visual Studio For Mac
Background: I have an macOS application that allows a device to sync data from a remote web server via USB. In order to facilitate this USB syncing I use the HIDAPI library which is mapped in code...
View ArticleCopy command causing app bundle to not get created
Answer: For anyone that runs into an issue like this attempting to copy files into the bundle....the answer may be found by following the example found at the following git repository:...
View ArticleHow to design a custom control made of several standard controls ?
Hello. I would like to design a custom control containing a label and a textbook (for example), not by code but by dragging the standard controls on my custom control. And then add some logic. Then I...
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 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 ArticleHow to open multiple instance of Visual studio in MAC
Hello, How can i open more than 1 instance of Visual Studio in MAC desktop. I am not finding any way to do that. Thank you
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 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 ArticleFacing 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 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 ArticleUnable to find out problem in NSProgressIndicator
I am a C++ developer. Xamarin and C# is new for me. I was using NSProgressIndicator to display progress of process. For this I had set minimum and maximum value and incrementing progressValue by 1 in...
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 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 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 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 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