Handling exceptions coming from managed code in Objective-C
Hi, I'm using Xamarin.Mac to expose a large C#-based library to a native Objective-C application. I do this by exposing wrappers objects of my managed classes decorated with [Register] and [Export] to...
View ArticleHow to write a login window
Hi Everyone, Can i ask some basic question about window display in Xamarin.Mac? Let's i have a login window with Text field to input user name and password, and a button to Login m And another Main...
View ArticleXamarin.Mac Bundle
Hi everyone, I want to make a dynamically loadable library (which is not known at compile time) which includes storyboards, images and other resources. I want to discover and load everything during...
View ArticleDifferent Between Window and View
Hi Everybody, I am really new from Xamarin.Mac platform, I have a little question, What is different between "View" and" Window"? or "ViewController" and "WindowController"? I know that on ios , it...
View ArticleHow to drawing a chart on Mac
Hi Everyone, I am new to learn to write Mac desktop app, and i want to draw some chart on the App, In C#/windows platform, i can write my own control and handling window paint message to draw any thing...
View ArticleSystem-ExecutionEngineException - SIGILL
Hi Guys, I am getting the above mentioned Exception when i close a Modal or Popover Window. This line inside of Main.cs is throwing it: NSApplication.Main(args); Is this a bug, or do i miss something...
View ArticleShare Extension
i am trying to show my app in share menu... created new project of share extension but xamarin.mac dll gets removed while adding that project in solution. if anyone have better suggestion for share...
View ArticleHow to install mysql plugin for xamarin studio on mac osx
Hello I'm new to xamarin mac osx and I would like to know the steps on how to install mysql plugin (which folder to install it into) on a mac osx
View ArticleShare Extension In Mac
Hi I am trying to read the path of the file file that i am trying to share with share extension.. is there any way to do so.
View ArticleXamarin.Mac and NUnit 3.2.1
I have a Xamarin.Mac library I need to unit test. So from within Xamarin Studio Community 6.0.1, I created a .NET Unit Library Project under "Other", add a bunch of unit tests and ran. But for all the...
View ArticleHow can I make sparkle auto update work with Xamarin.mac application
I want to auto update my xamarin.mac application. Is there a way I can leverage sparkle framework ?
View ArticleSparkleSharp: Sparkle bindings for Xamarin.Mac
I've just finished porting my Sparkle bindings to the new Xamarin.Mac binding project found in Xamarin Studio 6 (in beta for now). Since Sparkle is one of the most commonly used frameworks in non-App...
View ArticleMac app - finder context menu integration
Flow is .. user selects a file/files, right clicks.. if the user hasn't yet logged in, a context menu option will be 'Login'. A window has to popup asking for credentials. Once logged in, have to store...
View ArticleExecuting Terminal Command from Mac App?
I am building a GUI for a terminal based app. How would I execute a terminal command from my Mac app? (which will be a open source project). Thanks, Shane235711.
View ArticleXamarin.Mac - NSInternalInconsistencyException
I'm suddenly getting this exception running 2 of my Xamarin.Mac .NET 4.5 applications. The UI's never get a chance to even show up. There're not new projects and I'm not sure if I ever ran them...
View ArticleBuild fails with dylib file in Release mode.
I have Xamarin.Mac app and I'm trying to add a dylib file to the app. The app builds successfully in Debug mode but fails in Release mode. This is the error I get:...
View ArticleEXC_BAD_ACCESS during NSAutoreleasePool release
Hi! We using Xamarin.Mac in our app and after we've upgraded from Classic API to Unified some of our users started complain about crashes with following stack trace: Thread 23 Crashed:: tid_15e07 0...
View ArticleShare Extension
hi, i am trying to add my app to share extension in mac using xamarin, was able to create share extension and add app in share extension but now i want to read the path of the file that i want to share...
View ArticleConverting .net Application to Mac Packageing
So I have an Application which compiles in Xamarin on the mac, but the program is a .net program which I am trying to create a mac app package for. I am having trouble changing the framework to mac in...
View ArticleUpload to Mac Store failed due to not enabled sandbox altough is is enabled
Hello together, I developed a small Mac App and wanted to upload it to the Store. I assigned the correct certificates and provisioning profiles even for the installer. In the entitlements.plist I...
View Article