How will get /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000 using...
I am using GetTempPath() to get temporary directory path. GetTempPath() returning on High Sierra is /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000 and GetTempPath() returning on Maverics is...
View ArticleHow to run unit tests for Xamarin.Mac class library?
I have Xamarin.Mac class library, which targets Xamarin.Mac Modern. To test it I created another Xamarin.Mac class library and added reference to nUnit 3.11.0 added several tests to it. Unit Tests are...
View ArticleProxy authentication required(407) is returned only for https connection on...
Hello. I have an question about accessing URLs starting with https via proxy with authentication on Mac. When I use Visual Studio for Mac 7.4.1, my app (like following code) can access URLs starts with...
View ArticleHttpClient not fetching auto proxy configuration
I'm making an Http post request using HttpClient in a Xamarin Mac project. I have found that this does not pick up on the OS proxy settings that require fetching a proxy auto configuration file from...
View ArticleHow will open an application in full screen mode.
Hi, When ever I run my application, it must be open in full screen mode. How will do it? Thanks
View Articleapplication keep light theme on mojave dark mode
Hello, how can I keep application ui as it was before "mojave" dark mode? As I found I have to set theme from appdelegate, but in xamarin I'm not able to do this, because 'ThemeManager' is not visible...
View ArticleBring Front the CALayer over the the NSView in Xamarin.Forms.macOS.
Hi Team, We experiencing a atypical behavior in our application which is developed in Xamarin.Forms.macOS project. Application Scenario: We are using a custom NSView class which holds the ListViewItems...
View ArticleWebView does not work properly on Mac
Hello Friends I have a strange issue with WebView on Mac OS. I created a simple project with only one page with WebView control on it (and some labels and buttons). the WebView works as expected on iOS...
View ArticleError initializing task PackageFilter: Not registered task PackageFilter....
So, whenever I try to build my solution I get the error: "Error: Error initializing task PackageFilter: Not registered task PackageFilter. (Name og project in solution)". I have no clue how to solve...
View ArticleFunction GetTempPath() returning different path on Maverics and High Sierra OS
I am using GetTempPath() to get temporary directory path. But I am getting following path of Temp Dir path on High Sierra /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000 and getting following...
View ArticleClipboard and Screen size
Hello Xamarin folk ^_^ I have a fairly memory hungry game for which I'm trying to improve MacOS support, there is just this nagging little missing piece of the puzzle that causes some major...
View ArticleAutomatic Provisioning failed: An App ID with Identifier '*' is not available.
I used to be able to deploy to iOS devices using Automatic Provisioning in Visual Studio for Mac. I haven't done so in a while. The last time I tried I also updated MacOs, XCode, Visual Studio for Mac...
View ArticleXamarin.Mac - Network connected / disconnected event
How can I detect the internet connectivity in a Xamarin.Mac app? How can I receive an event when LAN cable is plugged / unplugged, WIFI connected / disconnected or connected to other available...
View ArticleDeadlock
I have problem when my application (Xamarin.Mac) runs for a longer time. It is just periodically connecting to local HTTP server and updates the UI if needed. I start it from VS in debugger and I keep...
View ArticleIntegrate scanner and tabs as in safari style (of Finder)
I have 2 requests: 1) Can someone help me to integrate directly into a Xamarin.MAC application the ability to scan a document 2) I would like to integrate in my application Xamarin.Mac the possibility...
View ArticleAccessing storyboard items in a tabviewcontroller
I'm in process of producing a Mac version of my Windows app. So far going well. I've got stuck on what should be something really basic. I've got the main.storyboard file with a NSTabViewController to...
View ArticleXamarin on Mojave not properly loading controls
Since upgrading to Mojave and Xamarin (VIsual Studio for Mac 7.6.11 b9), sometimes when I compile an app, my dropdowns and panels can become transparent and unusable. It's not every time, sometimes it...
View ArticleTrouble deleting a file on an external drive
Hi All, I'm in a bit of a bind and would appreciate any help possible. I have an application that will mount a device as a mass storage device in order to transfer files to it. After mounting the...
View ArticleBug in Xamarin for Mac at base.DidFinishLaunching(notification) and at the...
Hello, After some time not having bugs in MacOS 10.13 while debugging my app, an error is being thrown at : base.DidFinishLaunching(notification) As you can see on the screenshot, the error happens at...
View ArticleHow to change views on Xamarin.Mac
Hi, I have implemented a splitview controller with table view at the left splitviewitem and content view at the right splitviewitem. How to change the views in the right splitviewitem of the window...
View Article