New Xamarin Studio has introduced the following error to my build which...
I am now seeing this: /Users/wymacpro/Projects/nextanalytics-dashboard/nextanalytics-dashboard/CSC: Error CS7064: Error opening icon file...
View ArticleQuestion about Licensing
Until May 2016, I was a "enterprise" customer, but it expired without renewal. Now, apparently I am a Studio Community user. But, I do have a Visual Studio Professional license, but I can't seem to get...
View ArticleMac Bindings Library
Ok, the Mac Bindings Library template has finally arrived by way of Xamarin 6.0. Thanks Guys. But now to understand how to use it... There's online documentation for the older iOS Bindings Library...
View ArticleHockeySDK for Xamarin.Mac
Nothing out of the box yet. Looks like I need to create a wrapper around the HockeySDK.Framework. But, the sharpie generated files do not include the main functionality, only the structs, enums and...
View ArticleWebcam frame to NSImage
Hello there, I'm trying to port this Xamarin.iOS example to Xamarin.Mac sadly without success... The "DidOutputSampleBuffer" gets called and I manage to repeatedly load an NSImage in a NSImageView, but...
View ArticleIs it possible to use FinderSync in a C# (XamMac) application?
Hello, I am working on a project where I would like to add overlays to folders and files (basically anything in the finder). I found out FinderSync was the solution, where you 'just' had to edit your...
View ArticleXamarin.Mac requires the Mono framework to be installed (3.2 or later)
How to do it? I've even tried to download & install latest version 4.x ERROR: Mono framework check Xamarin.Mac requires the Mono framework to be installed (3.2 or later). You can download the...
View ArticleStarting a process for a document an monitor the application
Hi, I have been working on a Windows application that can download a file and then start the associated application. This is done by looking up the associated program in the registry and start the...
View ArticleQuestion about adding the WebView Framework to a Xamarin.Mac project
My application uses Google OAuth security: I need the user to authorize my application (with Google) before I issue certain WebClient calls. Thus, I need to get a browser window visible and wait for...
View ArticlePupulate JSON to Table View
Hi everybody, I am having a Table View which I would like to popolate with json data from a couchdb server. I followed the example on the Xamarin tutorials for populating table views with data, but my...
View ArticleHow to obtain directory to store temporariy files
I am stuck writing temp files.My App got rejected since i wrote in ~/temp directory. What is the correct way to get the Application Support/Cache or similar directory?
View Articlefsevent fire with MustScanSubDir
having problem in fsevent callback returning flag with "MustScanSubDir" either it is created or deleted and returning path of only the root directory of pathBiengWatch. my watch path is on shared...
View ArticlePossible crash of a modal window call ?
I still see some random crash my app and I would like your opinion on it because I wonder if that's not a problem. To display a modal window, I do this (see code below). Why, because I have to display...
View ArticleStable Release: Xamarin.Mac 2.8.0, Cycle 7 Feature Release
Please direct any discussion about this release to the main release announcement in the General forum: Stable Release: Cycle 7 Feature Release
View ArticleXamarin installler keeps installing!!!
I tried to update my Xamarin version to the latest. But now the installer keeps running and is in a loop, asking again and again to install and restarting the install procedure.
View ArticleCall command remotely
Hi I have a Ubuntu server running Atlasssian Jira and Confluence. Is it possible with Xamarin.Mac to call a .sh script so i can start and stop the lira server from Xamarin? Regards Jakob
View ArticleNSRectPointer*
Out of Objective Sharpie, I have unsafe string ToolTipForCell (PXSourceList sourceList, NSCell cell, NSRectPointer* rect, NSObject item, CGPoint mouseLocation); What do I replace NSRectPointer* rect...
View ArticleRunning NUnit tests that invoke NSApplication.Init() against unified libraries
I remember a while back there was a version mismatch between the XamMac that XS was built against and the shipping version that prevented this scenario (now working in classic), however when attempting...
View ArticleUnit test to test Unified API functions - fails with ArgumentNullException in...
I'm trying to write a unit test (using NUnit) for functions working with classes from Xamarin.Mac, such as NSData etc. But when I try to create any of such objects I get ArgumentNullException exception...
View ArticleSandbox errors from a Unified app relating to GameController /...
I've switched an app over to the Unified API (full .NET 4.5) and on testing a sandboxed build I get the following errors in the console that I haven't seen before (i.e. in the Classic world): deny(1)...
View Article