What am I doing wrong trying to get the ActionBarSherlock component working?
I loaded the sample that came with the component. I set the tarket framework to 4.0.3 and the min version to 2.3 and yet when I compile I get some errors in the themes.xml file. I am getting the "Error...
View ArticleXamarin Studio fails to launch
Hi, When launching Xamarin Studio on OSX it fails to launch. I've downloaded a fresh DMG from: http://monodevelop.com/Download but this is the error I am getting: [ERROR] FATAL UNHANDLED EXCEPTION:...
View ArticleScrollView with Images and Text Wrapping around said Image
Hello! I am in the middle of development and I have hit a problem. I currently have a ScrollView, and inside that scrollview is a TextView. I am putting large amounts of text into the TextView and the...
View ArticleLinkAssemblies failed to resolve Android.App.Fragment
My app was using a java bound library for google play services as demo'd in the location and services demo. I'm trying to switch it to use the Xamarin component, Google Play Services (Froyo). When I...
View ArticleIssue Zebra Printer
I know how to connect and print with my zebra printer from Xamarin, but I don't how to send the instructions to change the font. In the other words, I would like to know how to change the style font...
View ArticleExporting to 600dp devices aswell
So i have my normal layout folder and i made a new one named layout-sw600dp and if i rename it to main-sw600dp i get an error and if i let it like just main inside the new folder when i change it the...
View ArticleXamarin Studio 4.0.12 a never ending BUG
I continue to have issues with studio 4.0.12 Every time I add or remove a reference I have to quit and reload. And not always It solves. Now see in attachment. I got IDE errors, but It compiles the...
View ArticleStatus of iOS 7 and OS X Mavericks
Xcode 5.0 / iOS 7 Xamarin Studio 4.1.4, which we have released into the alpha channel, introduces support for Xcode 5.0 and iOS 7.0 The iOS designer in Xamarin Studio 4.1.4 is compatible with Xcode 5.0...
View ArticleLoading Picture from Camera into Canvas
How can i load picture taken from camera into Canvas for further operation like drawing text on it.
View ArticleI have an app for testing to print in zebra printers. It works ok but when I copy that that code to my main app it failed with message "Object references not set to an instance of an object". I have...
View ArticleWhich line is throwing the Object Reference error?
Because I can't seem to find it. You can download my code here: https://www.dropbox.com/s/27py779rysjzj4c/Source.tar.gz It's a MonoGame for Linux Application.
View ArticleAuto-complete window is positioned offscreen
Since I updated to the latest Stable build of Xamarin Studio, my auto-complete window is positioning itself all over the place. It used to stay near where I was typing, but now its going off-screen....
View ArticleIssues with connection to web service from xamarin
I Try to connect to web service from Xamarin of the following way: public DataTable SeeArticles(string pStrCodeArticle) { DataTable x = new DataTable (); WsLoc09.WSActividad ws = new...
View ArticleDeployment failed. FastDev directory creation failed.
I was debugging in two devices now all of sudden one of them started giving me this error... what can i do? Already deactivated fastDev but it doesnt run too... and in the other device it keeps running...
View ArticleMonoTouch.Dialog Time Picker black screen solution?
Hi all, I'm programmatically creating a DialogViewController that has a TimeElement. The dialog loads fine, but when I click on the TimeElement, it loads a black screen. I'm currently trying it both...
View ArticleSQLite libraries not found
Hi, I'm new to C# and Xamarin (looking to produce Android and iOS versions of an app.) - Using Starter version on Win7/64. I'm trying to use SQLite and have found some examples, but using System.Data;...
View ArticleNew() resurrecting old disposed instances (crash)
Hi there I'm having a problem that I'm not sure how to fix. When my android app starts, I create a new object, and when the app ends I Dispose() the object and set it to null. The next time I start,...
View ArticlePCL or Shared code solution for iOS and Android
What is the best practice for writing a library that calls a JSON Rest API and can be used in iOS and Android with Xamarin?
View ArticleAnyone using a browser window for UI?
Anyone using Xamarin + HTML5 in a browser window for their primary UI? We're currently experimenting with this. The idea is to increase portable code while retaining the flexibility and performance of...
View ArticleSolutions for Maps integration in Xamarin.Android?
Hey, I'm new to Xamarin and Android development in general. I want to be able to integrate maps so that I can perform geo analysis and plot data/layers on maps. So far the options I'm seeing for...
View Article