Creating web reference gives error after update
Hi after an update, I can't seem to add a web reference or update an existing one. Even the sample todoWCF gives an error I tried it with several web services but they all gives this typical error (see...
View ArticleHidden buttons are active
Hi, I think it's related to upgrading to XF 2.0 but not sure. I have on overlay view whith buttons which by default is hidden. However, tapping on the screen triggers the commands of the buttons within...
View ArticleChanging ObservableCollection in a single transaction
I have an ObservableCollection<> subclass as a ViewModel which is bound to a View. I have a special method that reloads the content of the collection. However in the UI I see the changes...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleError Assembly with the same identity
Please see the link for view video of my error. https://dl.dropboxusercontent.com/u/96783283/ShareX/2015/01/2015-01-14_10-29-04.mp4
View ArticleSetting MainPage throws exception on Android
Hello all, I have a strange Android-only bug that throws when I go to set the App's MainPage. Here is the code that throws: private void onTryLoginComplete(object sender, EventArgs args) { try {...
View ArticleCustom CardView dynamic binding
i want to achieve list of card layout like structure where each Card has got image , label , separator buttons included. controls in card depends on some type condition. To start up I was looking to...
View ArticleXaml Intellisense in Visual Studio 2013
Hi everyone. I hope that I am putting this into the right forum. if not, please tell me where it needs to go. :-) I have setup the Mobile Essentials pack from :...
View ArticleProblem with Facebook Components Namespaces
Hello, I'm Having some problems when using Facebook components for iOS. I use Facebook SDK (by The Outercurve Foundation) in Forms for some cross platform Facebook activities. To get the access token...
View ArticleDisposing stream from camera
Hi, I've got a quick question that I could not find a satisfactory answer to. In my app (iOS for now) a user selects an image from a gallery or takes a picture with a camera on one page, and later on...
View ArticleXamarin forms Scrollview Scrolled finished/ending how to know
Hey. I am trying to find a way, to know when a scrollview is not scolling anymore, so after the scoll is stopped, i can call ScrollView.ScrollToAsync, to position the element, that is closet to the...
View ArticleCustom Renderer for Grid
Hi, I want to build a custom rendere for Grid layout for iOS How to build it, there is no GridRenderer
View ArticleGraphic editor functionality using Xamarin frameworks
I am assessing how much and which of Xamarin's frameworks (and the ecosystem) I can use to create a Graphics editor (think of interactive shapes such as curves and rectangles). I know I can use...
View ArticleCustom renderer for Picker
Hi, I'm really new to Xamarin and Xamarin Forms as well, so maybe it's a stupid question: I'm trying to implement my own renderer for Xamarin.Forms.Picker, I'm starting from Custom renderers example. I...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleApp Crash when Change Application.MainPage on Android 4.0.4 in...
This one is a pretty specific case, so I could just be doing something wrong or have misunderstood how MainPage works on Xamarin Forms. I have created a very small demo project (using Xamarin's...
View ArticleBackgroundcolor on android 5.1 is drawing in front of images
I just tested it on my nexus 4, the images won't appear if I set the backgroundcolor property of the Content Page, haven't got a chance to test on other OS version or device though. On ios it works fine
View Articleneed help, Xamarin PCL uploading Images
Hey Everyone, just a weird but pretty annoying problem. I am going to upload images to Web server using Httpclient. If I am using "http://10.0.0.62" as BaseAddress, which is on my local network...
View ArticleXamarin.Forms.Maps 2.0.0.6484 hangs or crashes on Android
Hi, I have a question concerning the new Xamarin.Forms 2.0.x version especially the Xamarin.Forms.Maps dll. After updating to Xamarin 4 with the new Xamarin.Forms and Xamarin.Forms.Maps version 2.0.x...
View ArticleXamarin.Forms 2.0 issues
I just recompiled my project with Xamarin.Forms 2.0 and found Application.Current.SavePropertiesAsync is not working as expected in "Release" mode. I used the following code to save the login email...
View Article