MKOverlayRenderer Alpha bug?
Hi, According to the Apple Documentation the Alpha property on the MKOverlayRenderer should be 1.0f by default but it is actually 0.0f. I am wondering if this is a bug in monotouch or perhaps something...
View ArticleObjective-C exception thrown. Name: NSInvalidArgumentException
I have a basic say hello button on a tabbed layout in the third view (in total I have 3 virecontrollers:FirstViewController, SecondViewController,ThirdViewController). In the third I put a button anf...
View Articlesubversion missing from the latest release
Hi, I upgraded to Maverick and also installed the latest stable release of Xamarin. After this I do not longer have Subversion as an option of source control, only Git. I found an old post back from...
View ArticleReturning selected item and closing Single Choice Alert Dialog
I've got a single choice alert dialog working, but I can't figure out how to access to OK/Cancel event to return my selected item and close the alert. Here's what I have now... btnChooseJobType.Click...
View ArticleConfiguration constants conflict
Hello, I am currently working on a game built with MonoGame and I am experiencing some sort of conflict during the build process. We are using one solution to work on all the supported platforms....
View ArticleXML vs sqlite
Hi folks, not sure if this is the place to post this sort of questions as it's perhaps more of a design issue. Our Android app currently receives data as XML files. These XML files are parsed, written...
View Articleaccessing a view in another view controller with FlyoutNavigationController...
Hi There, I've been trying to use the FlyoutNavigationController component. I have another UIViewController (test) that has a custom UIView (testView). I'd like to load this view when the menu option...
View Articlehow to handle AVPlayerItemDidPlayToEndTimeNotification for avplayer
i wan to handle AVPlayerItemDidPlayToEndTimeNotification for AVPlayer in ios using Xamarin. i want to do something like this( pls see below code which is in objective C) . how to do this in xamarin....
View ArticleAndroid stack open/close?
I'm a bit confused about the public repository on GitHub and Mono for Android. Could somebody help please? Is the https://github.com/mono/ project the official repository for the Mono virtual machine?...
View ArticleCustom Font issue
I'm trying to use a custom font in my Cocos2d application but I am seeing the following error when I create the CCLableTTF: 2014-02-21 13:36:32.410 TestProject[4290:80b] Can't find...
View ArticleJust posted: Improvements to the Google Play Services Component on the...
Read the full article to learn about some of the improvements that were made to the Google Play Services component. Please use this thread to discuss or ask questions.
View ArticleIDialogInterfaceOnDismissListener not working
I'm trying to use the IDialogInterfaceOnDismissListener to handle the event when the search bar is closed, however it's not being invoked. I also tried IDialogInterfaceOnCancelListener but it's not...
View ArticleNoClassDefFoundError when instantiating JAR library native class in Xamarin...
Hello, I have created a JAR file that I added to a binding project and referenced in a library which is referenced in the main Xamarin Android application. It seems that classes are properly generated...
View ArticleBest methodology for app "Clones"
I've finished the first version of my app, which was done for a high school. Now, i want to use basically the same exact source code, with the exception of an Appearance.cs file (for skinning different...
View ArticleFew rookie questions
The company that I work at is going to develop a mobile app and Xamarin has been chosen for this purpose. I have w few questions for which I did not find any response. First question is related to...
View ArticleVernacular on the PCL code
Hi there, I'm using Vernacular to localize my cross-platform app but some strings are located on my PCL project. I've found how to initiate the catalog on iOS and Android but I don't know how to do it...
View ArticleWindows Store App 8.1
on visual studio premium 2013, with ios projects, a "components" folder is automatically created. i can right click on it, and launch the xamarin component store. but i don't get that with windows...
View ArticleCan I use Android Studio (IntelliJ Idea) to edit C# layouts and other resources?
Using the layout editor and other resource editing tools in MS Visual Studio is very painful and confusing. Can I use IntelliJ Idea, now also known as Android Studio, to edit Xamarin C# resources for...
View ArticleXamarin Studio kept crashing inside Windows 7 (32 and 64 bit)
hello folks, I've been using Microsoft VS for almost 20 years now. Yesterday, I wanted to try Xamarin Studio and C#. The installation went fine on Windows 7x32 bit and 64 bit. Now, time to test XS. I...
View ArticleWebView - onPageFinished Listener
Xamarin folk, I would like to utilize a ProgressDialog object to indicate to the users that a URL is currently being loaded (and then turn off the ProgressDialog using the onPageFinished listener), but...
View Article