No support for creating F# GUI apps? Cannot connect ui elements to outlets in...
There is no support for creating F# GUI apps. I cannot connect ui elements to outlets in xcode With C#, I can create gui apps. I can click on a xib file which will launch xcode where I can ctrl-drag...
View Articlemvvm light
Hi, Anyone know if mvvmlight is available from nuget for Xamarin.Mac (or indeed if it will be?). I have a project coming up for Windows and OS X that I want to use mvvmlight on. PFJ
View ArticleBluetooth
Hi, Been searching around for an example of using Xamarin.Mac with bluetooth. Plenty of Obj-C examples, but nothing in C#. Unfortunately, the docs are sadly lacking for Xam.Mac (unless you want to...
View ArticleSQLBulkCopy Error
Platform Macintosh Macbook Air Alpha Update channel Xamarin.Mac 2.9.2.81 Xamarin Studio 6.1.0 Mono Framework MDK 4.4.0.148 Action: Copy data from on-Prem SQL Server to SQL Azure Error: SourceTable is...
View ArticleAnalytics
What are some good options for integrating analytics within a Xamarin Mac application? It would appear there is a bit of a gap for options to choose from right now, as: HockeyApp, while supported on...
View Articleconvert any formate video into mp4
Please advice i need to convert any formate video into mp4 using xamarin
View ArticleHello, Mac in F#.
There don't seem to be too many (any?) examples of Mac apps written in F#. I recently responded to a forum question, describing how to use Interface Builder for the UI design in C#, and then use the C#...
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 Articlewindows system 32 / user32 dll functions or methods equivalent in Mac
Hi I am trying to build an application in mac and we need features like , restrict some on the key combination and restricting user from accessing other application. in the windows version we did that...
View ArticleUsing external dll
Hi, I am developing a Windows and OS X App which both are using ACRCloud. The dll is imported via [DllImport("libacrcloud_extr_tool.dll")] which works perfect on windows, but on my Mac it does not...
View ArticleCannot get the method descriptor for "_original_setFrame" --- El Capitan only
Our app opens an NSPopOver, with content of an NSView descendant which contains a complex UI, layed out with AutoLayout. This works on OS X 10.10 for long; but we have discovered today it does not work...
View ArticleUsing external dll
Question erroneously got marked "answered". I was just trying to leave a comment. How does one leave a comment that does not answer the question? Hopefully Chris or somebody will actually answer it.
View ArticleNot able to connect Visual studio from windows machine to MAC machine
Steps to reproduce Open Visual Studio 2015 Professional as administrator Tools-> Options-> Xamarin -> iOS Settings Click on button "Find Xamarin Mac Agent" Click on button "Add Mac.." Enter...
View ArticleXamarin.Mac Xamarin .NET 4.5 and App.Config for BasicHttpBinding Settings
I am writing a cross platform app. It will run on Windows, Mac and Linux. The windows version is not done using Xamarin. We already have it complete in VS. We are basically porting it now to Mac and...
View ArticleLibrary Not Loaded on startup using Native Reference to HockeySDK
This is a repost of sorts of the last comment in this thread: https://forums.xamarin.com/discussion/67130/hockeysdk-for-xamarin-mac#latest I have separated this out for clarity as it is actually a...
View ArticleHow can I get « tags » of files/folder programmatically ?
Hi Guys, Is there any possibility to get and set "Tag" property to file?
View ArticleNative crash with Xamarin.Mac 2.8 using binding library (created with bmac)
Hello, Our company has a Xamarin.Mac application which uses the Classic API. Currently we're using the following components with Mac OS X 10.11.6 === Xamarin Studio Enterprise === Version 5.10.3 (build...
View ArticleErrors when building F# Empty Project
Is anyone in Xamarin responsible for doing a basic sanity test to ensure that a sample F# Xamarin.mac app (i.e F# Empty Project) builds without errors, before releasing it to paying developers? FSC:...
View ArticleImporting Visual Studio (C#) solution into Xamarin - loads but blank screen?
Newbie question. I can open .cs files from a VS solution but if I open the .sln file its says "Solution Loaded" but its a blank screen. Must be missing something simple. Any help appreciated.
View ArticleI18N strings resource doesn't work well on Mac Cocoa App.
I made I18N strings resource by ResX file. But, it doesn't works well on only Xamarin.Mac cocoa app. On Mac Console app, it works well. My test code is here. https://github.com/simeon052/I18NSample Do...
View Article