Change in selector behaviour between 7.2.0 and 7.2.1
Hi, Not sure how to fix a problem that has cropped up in my code between 7.2.0 and 7.2.1. In 7.2.0 this worked var tgrRemove = new UISwipeGestureRecognizer { NumberOfTouchesRequired = 1, Direction =...
View ArticleCan Xamarin.Studio build 64-bit solutions for OSX yet?
Hi, We need 64-bit builds to integrate with the Growl 2.0 SDK. The recent Xamarin.Studio / Mono upgrades allow us to select a 64-bit build configuration and builds without error, but ActivityMonitor...
View ArticleBuilding OS-X apps without using MonoMac
Hi, Forgive me if this is a stupid question, but I'm new to OSX development in general but considering using Xamarin.Mac for an upcoming project. The project in question has it's own GUI presentation...
View ArticleIs it possible to use WCF WSHttpBing in Xamarin.Android and iOS
I am able to consume WCF service with basicHttpBinding but not getting WSHttpBinding.
View ArticleStripping unused Java code (from components)
I'm trying to minimise the APK size. And I'm suspecting bulk of the compiled classes.dex is actually the code from the support libraries which isn't being used. And I want it gone :) Anyone know of an...
View ArticleDebugging for locals to show a list's count correctly but when expanded shows...
Is it normal when debugging in Studio for locals to show a list's count correctly but when the list is expanded to show an error "Object reference not set to an instance of an object."? I've only...
View ArticleBreakpoints in Multithreaded Applications Not Working
Hi everyone, We're working on moving our .NET Framework software to Mono Framework for cross-compatibility. One major problem we're having seems to be setting breakpoints. Our solution is broken up...
View ArticleXamarin studio can't open any file because of corrupted syntax highlighting
Hi I'm having problem with my xamarin studio. I don't know what happened, but after importing a new style over the default syntax highlighting style Xamarin studio now is unable to load any file, as it...
View ArticleXamarin iOS
When I am clicking Storyboard it opens in XCode interface builder, but in the Classroom 1 (Xamarin iOS) it has shown the storyboard designed in Xamarin studio itself and not in xCode interface builder....
View Articlereplacement for testflight
Now that Android is no longer supported on test flight, is there a plan to integrate into another beta testing platform? Perhaps HockeyApp (http://hockeyapp.net)?
View ArticleNo older Versions of Xamarin Downloads available
Hi, i need to install an older Version of Xamarin.Android but i can not see any item in the dropdown (View all Versions => all dropdowns empty).
View ArticleDeserializing into DateTime works on sim but not on device
Hi all, I am pulling an object via JSON from a web service. Dates and times are in a format similar to this: "2014-03-07T17:00:00". I am using Json.NET to deserialize the object which stores the dates...
View ArticleCross platform SQLite ORM
Greetings, I'm creating a cross-platform (iOS, Android and WP8) Application and I want to include database persistence. I've used MvvmCross SQLite.Net plugin for other simple projects and I'm quite...
View Articlehow to access wcf service in IOS Platform using Xamarin
I am Creating xamarin IOS Application.I want to consume wcf service.I have gone through this link. and generate proxy from window and include it on xamarin ios project on MAC. My Issue is when i am...
View ArticlePossibly Utah meetup
The forums are new and I think I'm the only person on here from Utah so far, but I'm wondering if there is enough interest to get a meetup going in Utah? PS, I'm too cheap to pay for a group on the...
View ArticleServiceStack Client PCL & System.ServiceModel
I currently have an Indie level Xamarin subscription. Today, I integrated the latest ServiceStack Client PCL library into our iOS app and received an error on compilation stating that I need a Business...
View ArticleStrange behaviour with MVVMCross bindings.
I am binding to the BadgeValue of a TabBarItem. When running the app in Debug mode (Xamarin Studio on Mac) The badge appears no problems. When running in Ad-Hoc or any other than debug the badge does...
View ArticleIs there an easy way to sort UITableView after populating the rows?
Folks, I'm using a UITableView to display my data. I load the rows with data from a SQLite table and each row has multiple properties. I need to sort my table rows based on the values in one of the...
View ArticleSpriteKit: Preload sound file into memory before playing?
Just wondering if this is possible. Currently, the first time I play a sound file while the app is running, there is a noticeable delay before the sound actually plays. After this it plays instantly...
View ArticleI dont see any refernces when I double click the references folder of my pcl
When I double click the references folder of my pcl to add different assemblies. When I click on the "All" tab there are no assemblies there. What am I doing wrong?
View Article