Questions tagged [xamarin.mac]

Xamarin.Mac is an open source library for building Cocoa applications on OSX using C# and .NET. It is based on top of the Mono framework.

Xamarin.Mac: an open source library for building Cocoa applications on OSX using C# and .NET.

You can dig into the source code and read the documentation.

584 questions
0
votes
1 answer

Cocoa App Update: App needs to download an update, close the app, install the update, and relaunch the updated app

I have built a Mac OS X app using Xamarin. I also have a XML file that dictates which users should get updates,when should the users get the updates and a few more logic. Ideally my app looks at the XML file, and if the user satisfies all the…
prasha6
  • 153
  • 2
  • 10
0
votes
2 answers

Xamarin Studios Purchase for enterprise publish apps for both iOS and Android

I have purchase an enterprise license for Xamarin iOS in dec-2015. Which I am currently running on my Xamarin Studios in Mac OS X. I would like to purchase another license for Android , But in Xamarin portal pricing option for enterprise is not…
0
votes
1 answer

Having a string for NSDatePicker?

I want the NSDatePicker cell to display "No date selected" when a user checks a checkbox - How can I do it, given that NSDatePicker accepts only NSDate as its value ?
prasha6
  • 153
  • 2
  • 10
0
votes
1 answer

Xamarin Mac Toolbar and WindowController.h

The question is: I use this guide in order to create a toolbar in my first Xamarin.Mac application. But the problem is that WindowController.h mentioned in the guide does not exist and simply cannot Ctrl-Drag outlet or action to ViewController.h Any…
user306080
  • 1,409
  • 3
  • 16
  • 37
0
votes
0 answers

Transparent Shaped Sprite Kit View

So I know you can have a transparent background with Sprite Kit by setting AllowsTransparency to true on the View and setting a clear background on the Scene: var view = new SKView() { ShowsFPS = true, ShowsNodeCount = true, …
Bob
  • 821
  • 1
  • 17
  • 36
0
votes
2 answers

Xcode 7.3 and Xamarin Studio 5 event handler creation

Could anyone tell me or point to a guide explaining how to create event handlers for Xamarin.Mac forms? I simply cannot find how to do it when I open XCode Interface Editor from Xamarin Studio.
user306080
  • 1,409
  • 3
  • 16
  • 37
0
votes
3 answers

How can I upgrade my Xamarin.iOS version from 9.6.1.8 to 9.6.1.9 in windows machine?

How can I upgrade my Xamarin.iOS version from 9.6.1.8 to 9.6.1.9 in windows machine? I have already checked for updates in Xamarin Studio and also checked for updates in Visual Studio 2015>Tools>Options>Xamarin>Other>Check Now and all is looking…
Nurhak Kaya
  • 1,470
  • 1
  • 18
  • 20
0
votes
1 answer

How to add a text and value to NSComboBox?

I have list of Employees with Name and EmployeeNo, how can we add this to NsComboxBox something like we do in Windows dropdownlist as Text and value. I could only add the text using NsCombobox.Add("EmployeeName").
Dobin
  • 85
  • 1
  • 3
  • 13
0
votes
1 answer

how to get mapc to compile a mapping model

We're successfully been using CoreData with Xamarin Studio, but I ran into a problem when trying to create a mapping model because we altered all the entities to subclass off of a single entity. I created the mapping model in Xcode as normal, but…
0
votes
0 answers

Xamarin iOS Perform Segue with Scandit

I am using a barcode scanner to grab a barcode and then I want to segue to my next screen right after that barcode is grabbed and I use that to find some specific data. The scanning works fine, and when the barcode is scanned The method…
Billy
  • 823
  • 3
  • 12
  • 28
0
votes
0 answers

Xamarin ios Share Extension is not working

I created a simple 'Share Extension' in xamarin ios However, after tapping my extension icon, then the native share dialog comes up, then I tap 'post' button but, I do not see anything happening after the 'post' button is tapped. In the…
0
votes
1 answer

Resume NSProgressIndicator animation after window minimised and then restored

I'm having trouble with the animation of some subclassed indeterminate NSProgressIndicators. They start and stop animating without any issues. However, if I minimise the window while animating, stopAnimation: / StopAnimation(NSObject sender) is…
DJH
  • 2,191
  • 4
  • 28
  • 45
0
votes
1 answer

Longitude is always zero in image meta data

I am taking a photo using a MediaPicker in Xamarin. I start the geolocation service and then once the picture is taken I send the byte array of the image and the position information to my own platform specific implementation to add the position…
0
votes
1 answer

Xamarin.Forms Load different pages on ClickEvent on TabbedPage

I am working on Xamarin.Forms and I have a situation where have to render 4 different (ContentPage) pages on Tabs.So I'm using TabbedPage and adding different paged to parent page. Now the issue is when I come to tabbedpage all 4 pages are getting…
0
votes
1 answer

xamarin google drive API

i am trying to setup my first google drive application. i have written C# code compiled on VS2015 and works like charm. But when i used the same code to run it on xamarin. it does not allow me and keeps saying missing namespace or reference at this…
M.Khalil
  • 33
  • 2
  • 7