HttpClient 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 ArticleSystem.ComponentModel.LicenseProvider
I'm using Infralution's .NET library to provide licensing support for a customer Mac app. I'm getting a build error because LicenseProvider isn't included. Has anyone else experienced this issue:...
View ArticleSqlConnection - Will SSL encryption ever be implemented?
Just wondering. Are we funneling false hopes to our users? I'd really like to see this implemented. It is not an issue with .NET Core. At the very least, I'd like to know if there is a technical reason...
View ArticleHow to create a bundle for Mac OS X
Hi, I just finished a console app for Mac OS X (so, running in the terminal) Question: how to create a bundle in order to distribute my program to other people without to ask them to install mono ?...
View ArticleHow to Implement a Data Model
Hello, I'm coming from the world of Xcode where working with SQLite is not necessary since they provide CoreData to make it easier to deal with Entities and Attributes. So in my try to create a data...
View Articleld: framework not found HIServices
Hi, I am trying to access some functions from /System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework. This used to work (I think) in Xamarin Studio but since switching...
View ArticleIssue with contents of PDFView not being refreshed after associating PDFDocument
I'm having an odd issue with a Xamarin Mac application that has been running fine in the field for a couple of years. As part of the application I generate HTML + some JS, then convert this to a PDF,...
View ArticleCan i build Xamarin.Mac(Cocoa) applications using Visual Studio for Mac
I just downloaded VS for Mac.I cannot find the project template for Cocoa based applications.Cant i create the UI in XCODE and code stuff in VS like i used to do with Xamarin Studio? I need to develop...
View ArticleXamarin Forms 2017 Mac : How to created a Backing Field
Hi developers, i code under Xamarin forms Visual Studio 2017 for Mac. I would like to created in my program a backing field but I not be able to find the issue alone. Close my code with the error on...
View ArticleHow to implement custom cut/copy/paste
I want to have custom cut/copy/paste actions for a particular NSView. This view has items the user can select and should be able to perform copy/paste on. From what I've seen, creating a method with...
View ArticleMoved: Xamarin Forms 2017 Mac : How to created a Backing Field
This discussion has been moved.
View ArticleHow to add Undo/Redo actions for custom interface?
I'm trying to get undo/redo working for a custom user interface which is in an NSView. This is not using NSDocument. I tried creating an NSUndoManager instance and calling RegisterUndoWithTarget, but...
View Articlexamarin.mac multiple do shell script with administrator privilege with one...
Dear all of you, I'm trying to convert an old Applescript that used different commands "do shell script... with administrator privilege" so that you can run packages and other similar commands in the...
View ArticleIssue with use of NSApplication.SharedApplication.Windows
Our testers are sometimes experiencing exceptions with the use of our application, with the dump being similar to this: Message: Exception has been thrown by the target of an invocation. Source:...
View ArticleStable Channel: Xamarin.Mac 3.6.3, 15.3.4 Servicing Release
Please see the corresponding "Stable Release: 15.3.4 Servicing Release" post on the Release Blog for the details about this release.
View ArticleUnable to Generate a Temporary Class in Release Mode
Hi All, I'm getting a weird error when trying to build a project that references a .NET 2.0 style web service. Here's the situation: Create a new project. Make it a library to keep things simple. Right...
View ArticleXamarin.Mac linker behavior, AppStore rejection
After updating mono mdk, Xamarin.Mac and XCode to recent versions, I've released an app to Appstore, but it was rejected with errors Performance - 2.1 Your app links against the GameKit framework but...
View ArticleXamarin.Mac linker behavior, Appstore rejection
After updating mono mdk, xamarin.mac, xamarin studio and xcode to the latest version, Apple has rejected my app with issues Performance - 2.1 Your app links against the GameKit framework but does not...
View ArticleWKWebView control
When I create a Mac Cocoa app there are 2 WebKit View controls available for use: Legacy WebView with direction to use WKWebView WKWebView the core view class in the Web Kit Framework When "connecting"...
View Article