UIImagePickerController memory warning
I'm trying to create a MT.Dialog Element that supports the camera. I've basically modified ImageElement and set the Picker's SourceType to UIImagePickerControllerSourceType.Camera. This works great, I...
View ArticleMapsAndLocationDemo_v3 (Google Play Services) build error
Hi, We are trying to get the MapsAndLocationDemo_v3 Solution to Build. We added the Google Play Services Component (Right Click "Components" then "Get More Components". This loads the Xamarin Component...
View ArticleObservableCollection in PCL causing AOT error
In a PCL, I have a subclass of ObservableCollection, which I'm trying to use in a Xamarin.iOS project. This is causing an AOT error when trying to build for iOS devices. Is this a Xamarin bug? I've...
View ArticleMonoTouch.Dialog - Disable elements?
I need to disable elements in my MT.d dialog. Basically, I want features to be visible in a free edition, but only enabled in a paid edition. Is it possible to disable elements in MT.d?
View Articlelistview with 3 checkboxs in each row
Hello, i am new to Android and i try to build a list view with multiple checkboxs in. It seems to work but it's not working. When i click a checkbox i have the good event on the good position the first...
View ArticleProblem with updating size of expandable list items
I'm currently implementing an expandable list view in my android application and I have some issues with updating it's size. The children in the list can change in size (since they in my case are...
View ArticlePCL - using System.Threading.Tasks.Task and System.Collections.Generic.HashSet
Hi, I am trying to create a Portable Class Library that will be used in an Android project and make use of System.Threading.Tasks.Task and System.Collections.Generic.HashSet. Both classes are included...
View ArticleUnique ID for programmatically created controls
Hi All I am programmatically creating controls on the screen. If I create a control in XML I can assign the ID as such android:id="@+id/btnAddTask" When I do it in code I only have the option to set an...
View ArticleXamarin Update & iOS similator selection (URGENT)
I just updated Xamarin, and now don't have the option to run an iOS 6 simulator. Can someone point me in the right direction to change this?
View ArticleiOS Application settings lost upon closing project properties
Hi, In VS2012 and Monotouch, any attempt to set the 'iOS Application' configuration properties eg Application Name, Identifier, etc are lost upon saving and closing the Properties dialog. To reproduce...
View ArticleLatest Xamarin iOS7 Release - Revert to SDK6?
In great eager anticipation, downloaded the latest (stable) iOS release this morning and updated my Xamarin studio. One of our apps previously built OK under an alpha-release of Xamarin iOS7, so wasn't...
View ArticleiOS7, WebApi, HttpWebRequest
Issue while testing in the iOS7 Simulator: It appears that our basic authorization header isn't being passed through on a HttpWebRequest when running under the iOS 7 Simulator. Works fine in iOS 6.1....
View ArticleiOS7 Issues with dialogs not loading when there is a loop waiting for input....
Since there isn't a way to wait for the DialogResult of a dialog, I am using a method that I have seen before to do simulate a wait until a value has changed while (!m_Authorized) {...
View ArticleStrange closure bug?
I have a strange bug with the Activated closure in the GetObjectValue method. The GetObjectValue is called regularly with the correct row number for each entry in the table column, but when I click on...
View ArticleWCF walkthrough
Hi! In the given WCF walkthrough it is said that we need IIS published service (and silverlight SDK5) to make it work with android (in my case) devices. I have already had a service that has its own...
View ArticleXamarin.Social Login - Link to Native App
Hey guys! Is it possible that Xamarin.Social login trought the native facebook App IF it installed? I saw this: https://developers.facebook.com/docs/ios/link-to-your-native-app-ios-sdk/ Is this...
View ArticleApp won't launch in iOS 7
Anybody else having this problem? Just updated Xamarin and XCode this morning and now when I start my app I see the first view controller briefly start to animate in and then the screen just goes...
View Articleios7 confusion
Xamarin studio updated today for IOS7. Yea!. My confusion comes from what I thought I knew. I was thinking I needed Xcode 5 for IOS7. I am still at 4.63. Do I manually install xcode 5 to support ios7?...
View ArticleStable Release of XS with Support iOS Compiler Warning Bug
Before the stable release this chunk of code used to compile fine: /// <summary> /// Returns the bounds for the device's <c>MainScreen</c> adjusted to fit the current...
View ArticleApply custom font for entire Application
Hi, Is there anyone know the best way to apply custom font through out the Application environment? Regards,
View Article