Problems with Referenced PCLs in library projects or other PCLs
Hi, When I left work on Friday, all was working well. Today the project we are working on is not building in Xamarin Studio at all. Having spent several hours trying to understand the issue, it would...
View ArticleConfiguration System failed to initialize
I am running in the beta channel. I just updated to V1.10 for Xamarin.iOS in Visual Studio. I am getting an error in HttpClient when I attempt to initialize an instance of the class. Given that I just...
View ArticleGetting a reference to the AppDelegate
I need to get access to the appdelegate deep in my code. I have always handed a reference to classes all through my code. In Android, we can just call the .Application property of an activity to get...
View ArticleHow do i switch window root view in view controllers?
I'm making an app where upon choosing an item in a list the app will open a tabbed view. I've been trying to find out how to do this and have learned that I'm supposed to change the window root view...
View ArticleEditor focus after running app in simulator
Hey - I've just started using Xamarin and one thing is driving me crazy: After running an app (iOS simulator) and closing it (either CMD+Q or "stop" inside XS) I want to continue to program but the...
View ArticleF# Samples: Console, Tasky?
After first building and installing F# and F# bindings from source, and then connecting the alpha channel, got F# support in Xamarin Studio along with the Web, iOS, Android templates for F#. However, I...
View ArticleHow to cleanly uninstall xamarin studio?
Is there anyone can tell me how to cleanly uninstall xamarin studio on Mac? Thx
View ArticleListView Text, Image [Please, help!]
Hi, sorry for my bad English, i from russian :) I have array - it text, photo, video. I added text in ListView through IList and foreach (there a lot of quotes, i got them through API request): desc2 =...
View ArticleAuto-Tab Woes
Hi, In Xamarin Studio it has a very strong will with respect to where it wants to indent my source code. In certain situations such as when I have a lambda expression as a method parameter I like to...
View ArticleUsing POST variables with a WebView
Does anyone know if its possible to use POST variables with a web view using Xamarin? I found some information on how to do it using objective-c but I was unable to successfully convert the code over....
View ArticleSee what ViewControllers are loaded in memory?
Hi, I have an issue with an app where I'm not sure if all ViewControllers are removed from memory when they're popped from the navigator. How can we check this to be certain?
View ArticleIgnore this post, duplicate due to server error.
Duplicate post due to forum error please ignore.
View ArticleIgnore this post, duplicate due to server error.
Server had an error that caused it to post my thread multiple times. Please ignore.
View ArticleGetting new build warning since update to latest release 4.2.2 (build 2)
When I do a build now, all my project show the following warning in the Errors tab: Warning MT3005: The dependency 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' of the...
View ArticleIntroduce yourself
Welcome to the Xamarin forums! This is the place for you to introduce yourself to the forum community. Tell us a little bit about yourself. Where are you from? What kind of applications do you develop?...
View ArticleError Editing References
Hello, I'm trying to add the .dlls required for monogame to work in an Android project. To add them I do the following: References-> Edit References... -> .Net Assembly -> Add -> Ok When I...
View ArticleUnable to read from a Bluetooth socket
I am trying to communicate with a Bluetooth device. I have succeeded in outStream.Write(outBuf, 0, outBuf.Length); but int readLen = inStream.Read(inBuf, 0, inBuf.Length); never returns. I am sure that...
View ArticleCan't open new project android or ios with vs2012
what this problem? can i Solve this problem? Thanks.
View ArticleUsing LayoutSubviews
I’m tweaking some of the views in my app that don’t look quite right when rotated from portrait (where everything looks great) to landscape (where there are a few issues). For most of the views I was...
View ArticleError Creating Android New Project in Xamarian Studio
I am getting the error "The Xamarian.Android is required to develop Applications for Android"
View Article