Nested segues and incoorect UINavigationController ...
Hi All, I have started a simple project using the storyboard feature. I have a flow of segues working fine. A requirement of the app is to skip a UITableViewController when a stored client object is...
View ArticleIs there a compiler symbol for iOS7?
I'd like to get rid of the obsolete warnings for ContentSizeInPopover and use PreferredContentSize instead on iOS7. However I still need to be able to build against SDK6. Is there a compiler symbol...
View ArticleLoading Native Library
Hi all, So I'm trying to invoke a .jar file which I've wrapped up with a DLL and the first call to the code at runtime throws a java.lang.UnsatisfiedLinkError--specifically findLibrary returned null....
View ArticleAnyone have the sample code for this Xamarin Recipe?
I was going to teach myself how to make a table view app, so I went the the Xamarin recipe Storyboard a Tableview. Seemed like a good place to start....
View ArticleEntryElement Text moves left
I have some Entry Elements that sit under a root element. I click on the root element and the underlying and everything is fine. However each time I click on the root and load the entry elements the...
View ArticleAndroid Designer doesn't work in VS 2012
Hi all, The android designer works fine into Xamarin Studio but stuck on the Loading Layout message into Visual Studio 2012. I've allready reinstalled and full updated all but still the same... Any...
View ArticleSVN Error when publishing project... ?
MonoDevelop.VersionControl.Subversion.SubversionException: Commit failed (details follow): at MonoDevelop.VersionControl.Subversion.Unix.SvnClient.CheckError (IntPtr error, Nullable`1 allowedError)...
View ArticleHow to correlate monomac commits with XamMac releases
I've switched to using Xamarin.Mac from consuming the open source bits directly. I have the latest (1.4.22) Xamarin.Mac release. According to the release notes, it fixes this regression. Rolf's comment...
View ArticleI can only start 1 AsyncTask at a time?
Hi, I'm doing my first app with Mono For Android and loving it so far. I'm trying to get background stuff to work, but it only executes one of my Async Tasks (the first one). Is there some oversight on...
View ArticleHttpClientHandler.CookieContainer is empty
Hi, After calling HttpClient.PostAsync() and retrieving the response, I need to read cookies sent back by the server. When I read the content of HttpClientHandler.CookieContainer, the container is...
View ArticleHttpClientHandler with CookieException / Invalid cookie domain
Hi, When I use HttpClient with HttpClientHandler to retrieve cookies, it works great if I send a request to http://www.google.com. But if I send a request to...
View ArticleFile.Exists always fails
I'm playing with an app that will load images from an sd card. I am running in debug mode in VS 2012 and running on a Motorola Xoom tablet (Android 4.1.2). I have placed the images at the root of the...
View ArticleCould Not Connect to Debugger
I'm unable to connect to any of my devices anymore. I can connect to my 5.1.1 iPod, the app runs, I can see messages in the console, but the "Connecting to Debugger" message never goes away, and...
View ArticleSeptember: Birmingham User Group, Birmingham, Alabama
A new Xamarin Users Group is being formed in Birmingham, Alabama. Here's your chance to learn more about Xamarin, get questions answered by other Xamarin users and representatives, plus meet other cool...
View ArticleGet a ProgressDialog to show.
I cannot get a ProgressDialog to show in a VS2010 project. I start a new project and leave all of the defaults and put this into the button click event: ProgressDialog progress = new...
View ArticleLimiting MT.D text input length
Is there a way to limit the number of characters a user can type in an MT.D text input field?
View ArticleApp crashes on Galaxy S4
Whenever I try to run my app (that is working perfectly fine on every other device* I tested it on) on the Galaxy S4 it crashes without any usable output (usually just an empty stack track, sometime...
View Articleevents in a calendar that was added through code does not open
I am trying to add an event on a calendar that i created programmatically like this, ` var uri = CalendarContract.Calendars.ContentUri; ContentValues val = new ContentValues();...
View ArticleEmployee Directory sample app -- resetting/reloading the datasource
Working on my first IOS app with Xamarin and I'm using the sample Employee Directory app. So far so good until now I'm wanting to refresh the Controller (list of employees) after I change the...
View ArticleUITableView in UIScrollView
Hi all, I put an UITableView in my UIScrollView. that allow me to put content like news in the UITableView and to put some label and other element after in my ScrollView. Everythink work fine, but I...
View Article