iOS 7 PreferredStatusBarStyle not working.
Hello! In my iPhone application I set UIViewControllerBasedStatusBarAppearance=YES, and in ViewController have this code: public override UIStatusBarStyle PreferredStatusBarStyle () { return...
View ArticleDVC pull to refresh going bonkers
I hope that someone can help me. I recently used a DialogViewController with no problems. I was able to load it with my data perfectly. After enabling pull-to-refresh, I notice that activating...
View ArticleSet "Run with" option as default
Hi, I'm sorry if this has been asked before but I searched both here and on google without finding any answers. I'm working on a school assignment with a few friends, they all work in VS while I prefer...
View ArticleSystem.Security.Cryptography does not have SHA1 or MD5 or any Cryptography...
I need to convert a String to a MD5 or SHA1 hash, can you help me?
View ArticleEmgu - new Capture error
Has anyone successfully used Emgu and created a new capture object in Android? Emgu.CV.Capture x = new Capture(Emgu.CV.CvEnum.CaptureType.ANDROID); --Crashes Emgu.CV.Capture x = new Capture();...
View ArticleInvalid or corrupt license
When I try to debug or run I now get the following message. "Invalid or corrupt license Please log in with your Xamarin account" I log in but get an error message. It didn't do this until after I...
View ArticleAdmob alternatives for Xamarin Android?
Hi, I am unable to use Admob anymore with my Xamarin Android apps. Does anyone have any suggestions for other ad networks that can work with Xamarin Android?
View ArticleIs it possible to place an image on an MKMapView and you can click that image?
Hi :) So i've got an MKMapView working. I want to put a Left and Right arrow image down the bottom of the map (overlayed). Then, a person can click the image and it suddenly re-centers the map on some...
View ArticleCan I debug Mono libraries on device (iOS)?
Hi, I have a bug that I can only reproduce on the device, not in the simulator. I have unchecked the option 'Debug project code only...' and this allows me to step in to System code when running in...
View ArticleXamarin Derived UIControl TouchUpInside event isn't working
I'm trying to set an TouchUpInside event to my class that inherit from UIControl. First, I've tried to set the event to each control separately, in the same class, and it's also not working. Than, I've...
View Articleerror XA5102: Conversion from assembly to native code failed.
I get this error when ever I try to click on package for android. Please help me on this
View ArticleMono.Debugger.Soft.InvalidStackFrameException
Does anyone know what would cause this exception? Is it a problem in the debugger or is it a problem in the program? Mono.Debugger.Soft.InvalidStackFrameException: The requested operation cannot be...
View Articlemvvmcross causes InvalidStackFrameException
I am using MvvmCross to develop an ios app. Everything worked fine until suddenly I got the following exception: Mono.Debugger.Soft.InvalidStackFrameException: The requested operation cannot be...
View ArticleContext menu from options menu?
First of probably a lot of n00b questions, I'm afraid - I'm a complete beginner with Android and Xamarin. I'd like to show a context menu as follows: when an options menu item is selected with a single...
View ArticleApp Menu for Mac app has wrong title when I build in Xamarin
The app menu has the correct title in XCode Interface Builder, but shows as the Xamarin project name (which is not the user friendly application name) when I build in Xamarin and run. Does anyone know...
View Articlestrange error on GooglePlay
I've been getting some proress on Google maps (at last managed to get map to show) I moved the project to a back up machine and am now getting this odd error (on both Xamarin studio and VS2010) I've...
View ArticleSIMD on Xamarin.Android and Xamarin.iOS (Mono.SIMD)
Do these extensions work on mobile platforms? I am the developer of a general-purpose security library written in C#, and am looking to extract some more performance (while its plenty fast enough on...
View ArticleWCF wsDualHttpBinding
Hi, is there a way to establish a bidirectional connection from Android and IOS to an existing WCF Service with wsDualHttpBinding? Thanks & Regards, Mirko
View ArticleProperties of designable custom iOS controls
Hi, everybody! I want to ask whether is planned in a foreseeable future any support for Export() and Browsable() attributes on the custom UI controls' properties OTHER THAN THOSE OF PRIMITIVE TYPES...
View ArticleHide title bar
Whats the xamarin syntax for doing: requestWindowFeature(Window.FEATURE_NO_TITLE);
View Article