Custom UITableViewCell - UILabel is null
Hi, I'm using the Xamarin Studio Designer. I have a custom UITableViewCell class which has 3 UILabels in the designer. I can see the outlets for these in the .Designer.cs and access them within the...
View ArticleSetting the default Ios simulator
My IDE ( Xamarin Mac ) always defaults to iphone retina 3.5, but I want to default to be iPhone simulator 4.0. It's annoying because it reverts back to 3.5 almost everytime. Is there a way to specify...
View ArticleOne developer working in two places
Hi There, I have 2 workplaces where I want to use my xamarin license. Each place has a windowns machine and a mac. Can I use my single license on both places?
View ArticleCS0108 - Warning
Hi, Since the recent update, I am now faced with some extra warnings in my project, in particular the CS0108 warning. I have implemented a pageviewcontroller and implemented the delegate interfaces:...
View ArticleCarousel for Android
Hi, does anybody knows how to make a picture carousel with an array of images?, i've been looking for examples but all kind of that are made for iOS, and i don't know how to migrate from iOS Libraries...
View ArticleSystem.Diagnostics.Tracing and mscorlib 4
I use EventSource class in my custom PCL project. When I added this library to Android client project, I got this error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not...
View ArticleHow do you get entries to populate in the Unit Tests pad in Xamarin Studio?
I would expect the Unit Tests Pad to operate in the same way it does in visual studio. Once I successfully build my solution, I want to see a listing of all methods marked with a Test attribute within...
View ArticleComponent store is down
The component store is giving an ASP.NET error: Server Error in '/' Application.
View ArticleMenus won't work
I got the latest of Xamarin Studio, and the context menus will not work. I also went back one version to no avail. I want to add a project to the solution, but once I get the menu, it just won't do...
View ArticleKeytool exited
When I try to debug an application, it says packaging failed with error "keytool.exe" exited with code -1073741701. Please help
View ArticleCrashing After Xamarin Update iOS 6
I am having a crashing problem after upgrading my Xamarin.iOS to 7.2.2.2 and my iOS to 6.1.6. I have a stable app that I have not worked on in a month or so and now it will crash after a certain amount...
View ArticleSomeone help me understand async
HI am trying to call a method from a button produced by ios designer but for some reason the compliler complains async public void Createuser () { var user = new ParseUser () { Username =...
View ArticleGoogle Maps leaking?
Can somebody double check my sample that shows Google Maps leaking like a boss? The sample is as simple as possible, using 4.2 as minimum Android version to avoid using support libraries. It creates a...
View ArticleProblem with the action sheet
i created an action sheet with 4 buttons and then i try to get handle the click using this code btn.TouchUpInside += (sender, e) => { actionSheetSort = new UIActionSheet ("Filter ");...
View ArticleThe registrar found a signature mismatch in method Error MT4117
The registrar found a signature mismatch in method Error MT4117: The registrar found a signature mismatch in the method 'ADMS.ADMS_Measurement.TrackLinkURL' - the selector...
View ArticleAdvice on GUI creation for IOS to be used in Visual Studio 2013
Hi all. It looks like there isn't a GUI builder ability (drag and drop of objects onto a screen) in Visual Studio when creating IOS apps. So I would need to do that work in Xcode or Xamarin Studio. I...
View ArticleString.Format and Region Format
IFormatProvider _fpUsFormatProvider = new CultureInfo("en-US").NumberFormat; sImageFileName = String.Format(_fpUsFormatProvider, "{0}x{1}.jpg", _dDevice.HeroImageWidth, _dDevice.HeroImageHeight); So I...
View ArticleNeed more explanations about the "Incompatible target framework ..." issue
Hello everyone, I'm a .Net developer and I'm learnig how to use Xamarin mobile application development. I'm working on MAC OSX (10.9.2) and I am using version 4.2.5 of Xamarin Studio I'm working on a...
View ArticleMultiple UIalertView are getting created instead of single alertview
when I click a button i need a alert view to be displayed below is my code. but am getting multiple uialertviews of same type are getting created in the same place. When I click on OK or Cancel Buttons...
View ArticleNative linking failed, undefined symbol
I have a binding project (my SDK binding, it was ok before). I have this errors. Error MT5210: Native linking failed, undefined symbol: WrapDecode(void*, unsigned short const*, char const*, char...
View Article