Flip Numbers missing picture
Hey Xamarin, FYI, when installing the app, the link on the Getting started page within Xamarin Studio throws a 404....
View ArticleTabhost problems
hello C# developers, I have problems with a "TabHost" control. I try to run this code, but I cant. I've read the "tabhost" documentation in this link but the problem persist. please help, what I doing...
View ArticleBug? Infinite number of Xamarin Studio dialog boxes when Solution opens
I think it's a bug, but wanted to see if anyone else has this error since the latest Xamarin Studio. After upgrading to the newest studio, when ever I try to open a Workspace with multiple solutions, I...
View ArticleFourCharCodes
Quick question: How do I bind a Cocoa method that takes a FourCharCode? (I am filling in missing APIs on NSAppleEventDescriptor, and I need to pass FourCharCodes.)
View ArticleBinding a Proper Framework
I am still trying to bind my fork of the Omni frameworks into Xamarin.Mac. These are full, proper frameworks, and cannot be rewritten to function as loose dylibs in my Contents/MonoBundle directory....
View ArticleIs there a way to download all of the "Android - Getting started" stuff?
Hi, I'm starting with Android development and I'd like to walk through the Getting Started docs (http://docs.xamarin.com/guides/android/getting_started). Unfortunately, I'll be disconnected for a while...
View ArticleHow do I clean up in Dispose if I can't call UIKit from another thread?
Most of my UIKit Dispose overrides do something with other views before they get destroyed: protected override void Dispose (bool disposing) { if (ScrollView != null) { ScrollView.RemoveObserver (this,...
View ArticleQuestion about "A note for users of experimental Xamarin.iOS features"
http://blog.xamarin.com/a-note-for-users-of-experimental-xamarin.ios-features/ What exactly is meant by 'newer versions of ios'? I am trying to understand the impact this has on our released app which...
View ArticleNot sure how to get Dropbox DataStore into Android project - missing pieces
New to Android and Xamarin Studio, old hand at C#, never did a lick of Java. Alpha channel xamarin studio 4.1.6 build 6 and xamarin.android 4.8.2 on win7 64. I watched Rich Taylors vid the other day...
View ArticleAutomated testing with MonoTouch.FrankAutomation binding
For anyone who's interested in automating the testing of their iOS application. I made a step by step guide on how to set it up with frank-cucumber and Xamarin Studio. The MonoTouch binding is also...
View ArticleFile Download (not async) and Progress Indicator
I have a ViewController with a Refresh button that, when clicked, uses WebClient() to download (non-async) a new/replacement text file (which is the datasource of the TableView) and refreshes the...
View Articlecreate ipa from vs?
Can anyone tell me whether its possible to create an ipa file using VS and if so what is required to make it work? I seem to recall that this was flagged as an issue sometime ago & am revisting the...
View Articleusing async within listview databinding
I'm trying to do some data binding within a listview. I'm trying to use the .NET 4.5 async support. Unfortunately, I'm running into a problem in my adapter. When I override the GetView, it must return...
View ArticleObjective Sharpie binding error for Mixpanel library
Hi, I want to integrate my app with Mixpanel for its analytics and iOS push notifications (Details here: https://mixpanel.com/docs/people-analytics/ios-push-notifications), so I'm trying to generate a...
View ArticleiOS Adding Tab Bar Item on button click
Hi, I was wondering if its possible to add a tab bar item when a button is clicked. I have a tab bar item created already and i want to create new instances of it and display them in the tab bar. I...
View ArticleMidiClient.CreateVirtualSource() returns null
I'm trying to create a virtual endpoint within my application, but the CreateVirtualSource method keeps returning null, not a MidiEndpoint... Here is my relevant code: var _client = new MidiClient("My...
View ArticleIs it possible to set a oncliclistener of a custonAdapter from mainActivity?
I need to do thing when i click thi button that is inside of my adapter but i need to do it from the main activity not from the adapter... I already made a mainActivity var in my adpater to use but it...
View ArticleMissing base class in Jar binding project
Hi, I'm trying to create a binding project for Adobe's site catalyst SDK (attached) http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/android/index.html#Developer_Quick_Start I am using VS...
View ArticleHow to get all checked items from the Listview?
I need a way to get all checked items position in listview?I need this for deleting the notes. As of now i am doing like this if (noteCheckBox != null) { noteCheckBox.Click += (sender, e) => {...
View Article