Cannot install on Mac
I was not able to install on my Mac. The installer was complaining about the fact that the Android SDK is not installed. But I don't want to do development on Android or iPhone. Do I need that to go...
View ArticleSourceList Scrolls DataCells into HeaderCell
I downloaded the Xamarin.Mac SourceList (NSOutlineView) sample and all I did was populate more "kiosks" to cause the vertical scrollbar to appear. But scrolling down causes the DataCells at the top to...
View ArticleUnable to install Xamarin in mac!
I am trying to install xamarin in os x ei capitan 10.11.6, but in middle of the installation , loading pop up window and saying that not possible to complete an automatic installation. I have tried to...
View ArticleUITest support for Xamarin.Mac
Hello, Today I started to dig into the basics of UI testing in case of a native application, hoping that I'll be able to transform our Xamarin.Mac application into the form which can be used by Xcode's...
View ArticleCocossharp support for Xamarin.Mac
I am looking to develop a game using cocossharp targetting mac. When i am trying to add nuget packages, cocossharp packages are failing to add with the following error. Could not install package...
View ArticleStable Channel: Xamarin.Mac 2.10.0.105, Cycle 8 Service Release 0
Please see "Stable Release: Cycle 8 Service Release 0" on the Release Blog for the details about this release.
View ArticleNSPopupButton's first item becomes no-clickable if set to pull down
I am using NSPopupButton in the application. Its contents is binding to the data from view model. It works fine when the type is set to pull up. However, if I change to pull down, the first item is not...
View ArticleHow to Create a button using code in Xamarin Mac Application.?
Hi everyone, I have created a Xamarin Mac application. I am reading a json data into an object. Now I will check for each control (i:e: Label, button, check box etc.) and have to create that control...
View ArticleImage taken date
how to get image taken date? for now I use Exif info to get date. here is code: DateTime takenDate = DateTime.Today; using (var stream = File.Open (filePath, FileMode.Open, FileAccess.ReadWrite,...
View ArticleWinforms App on Mac Using DataGridView and Sqlite
I have a rather large WinForms app I'm developing in C# using VS Community 2015 (Version 14.0.25123.00 Update 2) with SQLite as the dbms and a UI that heavily uses a DataGridView that works in somewhat...
View ArticleXamarin mac 2.10 compatible exif library
Hey, I used https://www.nuget.org/packages/ExifLib.PCL/ library, before update. I'm not able to use this library now : Could not install package 'ExifLib.PCL 1.0.1'. You are trying to install this...
View ArticleHorizontal NSStackView SubViews Render Outside of Control
I've created a simple Cocoa app with 2 controls, a Vertical NSStackView and a Horizontal NSStackView, which I added by editing the storyboard. Programmatically, I add ArrangedSubViews to both controls....
View ArticleGarbage Collection Behavior on Different Platforms
Hello! I'd like to understand why the following code produces different output when you run it as a console Mac app via XS vs. a Windows app via VS. On Windows it outputs "True, False" and on Mac it...
View ArticleBeta Channel: Xamarin.Mac 2.10.0.110, Cycle 8 Service Release 1
Please see "Beta Release: Cycle 8 Service Release 1" on the Release Blog for the details about this release.
View ArticleCustom NSUrlProtocol Implementation with Unified API
I am upgrading an exiting Xamarin application to Unifies APIs. This application runs on Mac with WebView calling a custom url protocol that load resources (webpage, images, js, css) embedded into...
View Articleinternationalization xamarin mac appllication
It there anyone who implemented internationalization and localization in xamarin.mac application... I have so many problems to do this , posted several question in stackoverflow :...
View ArticleIs it recommended/possible to build Xamarin.Mac Cocoa apps using platform...
I was wondering if it was a good way to build Xamarin.Mac applications using AnyCPU. The mono framework assemblies are now "universal", Xcode can build for x86_x64, so theoretically P/Invoke-ing native...
View ArticleXamarin on OSX failes with 403 error at Mono installation
The Xamarin installation for OSX I downloaded today stops at the Mono installation and gives a 403 error.
View ArticleHow to get character corresponding a keypress
On my mac game i'd like to be able to detect what key is being pressed depending on the nationality of the keyboard. So if i press Shift + 2 i would get a " in italy and a @ in usa/uk. I'm also...
View ArticleClosed windows are not releasing memory
I am noticing that when windows are closed the memory doesn’t get released. Attached is a simple test project, it’s just a new cocoa project with the MainMenu.xib from MacXibless, and a window...
View Article