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

Xamarin.Mac Unified API and System.Windows.Forms

I recently upgraded to the Xamarin.Mac Unified API. Before the upgrade I was using a FolderBrowserDialog by means of System.Windows.Forms. By upgrading I no longer have access to the System.Windows.Forms namespace. I contacted customer support…
2Yootz
  • 3,971
  • 1
  • 36
  • 31
0
votes
1 answer

Open SharePoint URL in UIWebView - Embedding credential into URL request to avoid prompt for credentials

How I can Open SharePoint URL in UIWebView - Embedding credential into URL request to avoid prompt for credential. I am developing small application which can open specified SharePoint site URL without manually passing require credential. The URL I…
StezPet
  • 2,430
  • 2
  • 27
  • 49
0
votes
1 answer

xamarin.mac / monomac switch betweeen views

I'm following this tutorial trying to change between different views on my application. Because the tutorial is written in Objective-C and not C# it's kinda hard for me to translate (I'm a newbie in C# and no Objective-C experience). This is my…
Christian
  • 85
  • 1
  • 8
0
votes
3 answers

UIButton background doesn't cover whole view

I use uibutton to display some text in title ,sometimes text is long and I set text.TitleLabel.LineBreakMode = UILineBreakMode.WordWrap; when there are 2 or more lines , background doesn't have enough height This is my code for button: text =…
Nininea
  • 2,671
  • 6
  • 31
  • 57
0
votes
1 answer

can't run Xamarin Mac samples

I downloaded xamarin studio 5.7 starter edition and downloaded some demos from here: https://github.com/xamarin/mac-samples Everytime I try to compile i get this error: "Error: The Unknown Edition of Xamarin.Mac does not support building outside of…
Jason Mirk
  • 283
  • 2
  • 9
0
votes
1 answer

Is it possible to install Xamarin Mono on Fedora (Linux)?

Is it possible to install Xamarin Mono on Fedora (Linux)?
0
votes
1 answer

Persistent storage in Xamarin.Mac application

I am creating a program that will be submitted to AppStore to be distributed on Mac OS. The application needs to store several user settings in an xml file on file system. I am using Xamarin.Mac (aka Monomac) platform to create a program. Where is…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
0
votes
1 answer

MvvmCross on Xamarin.Mac

Actually I'm trying to do something like described in this post MvvmCross for WPF and Xamarin.Mac: is it possible? I'm new to mvvmcross and I'm trying to add it to my Xamarin.Mac Unified project. I can't do it through nuget and have a problem with…
0
votes
1 answer

How to increase height of Yosemite NSProgressIndicator?

I am working on an application using Xamarin for Mac that will run on both Mavericks and Yosemite. I want the make the NSProgressIndicator bar height to be 20 pixels, but my attempts at subclassing it and overriding DrawRect haven't resulted in what…
Jim Buck
  • 2,383
  • 23
  • 42
0
votes
1 answer

Xamarin Android manual sign apk

I'm trying to sign manually my apk, but on terminal I receive this error: zipalign: command not found. I've verified and the zipalign file is correctly inside the /Users/myname/android-sdks/tools/ Is all right because I've installed Android build…
Blasco73
  • 2,980
  • 2
  • 24
  • 30
0
votes
0 answers

Remove margin view in scrollview

I have a scrollview that will add custom views to add some information. However when I add the view in scrollview he gets a margin on the left and at the top, even though I set the axis x and y the margin continues, see in the image. ps:I'm using…
Rene
  • 145
  • 1
  • 11
0
votes
1 answer

Binding List to a NSArrayController to use in an NSTableView

I am trying to create a very simple Window for display a list of items that comes from an Sqlite3 database. I have a generic list of my objects, and I want to bind that to the controls on the windows. What is the best way to do this? If it was .NET…
Humphrey
  • 4,108
  • 2
  • 28
  • 27
0
votes
3 answers

Silent crash in Xamarin.Mac / Monomac?

I need some advice with a random crash i'm facing in monomac, i think is related to how i use the UI, sometime i get an unknow selector error. Here: Stacktrace: at <0xffffffff> at (wrapper managed-to-native)…
0
votes
1 answer

Missing Libraries on Xamarin.Mac / Monomac

I have been receiving the following warnings of missing libraries but don't know where to find those, my app randomly crash and i guess is because these warning is someone can point me to a way to reference it correctly i will really appreciate it…
0
votes
1 answer

Random crash on monomac/Xamarin.Mac

i want to know if any of you have faced an issue that you have a window and you click a few buttons and everything work fine, but then you get this 2014-07-29 23:08:23.448 Touring[2807:707] -[__NSCFString btnVenue:]: unrecognized selector sent to…