Xamarin Forms Labs Camera
How do I use the camera feature from xamarin forms labs? How do I implement the code and such?
View ArticleData bind Button.CommandParameterProperty to Entry.Text in Code Behind
Hi Please translate the following (from https://forums.xamarin.com/discussion/43904/how-to-pass-multiple-parameters-using-command-interface) <StackLayout x:Name="entryForm" > <Entry...
View ArticleCan I create my own custom theme in Xamarin Forms ?
Can I create my own custom theme in Xamarin.forms.portable. if Possible then how will create ?
View ArticleDisable controls on page in xamarin.forms
Hey all, I'm using XLab's PopupLayout to display popup on screen in my app. But the only issue i'm facing, is when the popup is open user is still able to select controls from backside and the page...
View Article(Multi-)Triggers: Conditions
Xamarin.Forms: 1.3.1.6296 and 1.3.2.6299-pre Hi, I'm just playing around with the Xaml styles and hit an exception (but maybe I'm doing something wrong here): The following markup throws a...
View Articleselecting on item at a time in Listview
@TorbenKruse , Hi Torben, Please guide me how to select only one list item at a time in the example that was guided by you. Please find the below github link of your example....
View ArticleHow can i copy file from my app's resources to device's default Documents...
I need to copy few .pdf documents to "Documents" folder of device, so user can open this file later with any program and find it in explorer. Also it would be nice to open it in default program to view...
View ArticleXamarin.Forms.Maps nuget won't let me add it Same with Xamarin Forms
I'm starting to thing that VS 2015 is not terribly compatible with Xamarin. I've had a number of issues crop up since I installed it. Currently I'm trying to install Xamarin.Forms.Maps into the PCL...
View ArticleLaunching application for debugging keeps showing on VS and iOS simulator quits.
Hi Xamarin Team, Please look at this for reference, "https://bugzilla.xamarin.com/show_bug.cgi?id=28027" I tried many times to run my app on iOS simulator but it always quits after showing a splash of...
View ArticleError initializing task ACTool....
Hi all, I met an similar error on building: -> Error: Error initializing task ACTool: Could not load type 'Xamarin.iOS.Tasks.ACTool' from assembly 'Xamarin.iOS.Tasks, Version=0.0.0.0,...
View ArticleDiabolical WinPhone Memory Leak
I currently have a memory leak I can find no work around for. I have lodged a bug report with a repro here: https://bugzilla.xamarin.com/show_bug.cgi?id=34756 While Xamarin are getting around to even...
View ArticleSystem.Collections.Concurrent
I need to use a thread safe List. I was hoping to use the BlockingCollection in System.Collections.Concurrent but it does not seem to be available in Xamarin Forms PCL (targeting 4.5, iOS, Android...
View ArticleSystem.ArgumentException'jobject' must not be IntPtr.Zero. Parameter name:...
I can not repeat the bug how it caused crash. I guess i might be users when he click my list view .But I clicked all the items on the listview but didn't see any crash. Is anyone can help me to figure...
View ArticleCustom Navigation Bar rendering on Android
Hi, I am building a Xamarin.Forms application and need to create quite a complicated custom navigation bar. The first part requires me to be able to place a button on the top left side of the...
View ArticleReferences to PCLs break when using the XAML editor
I am having this weird issue where all my references to imported PCLs break whenever I use the XAML editor. I am hoping that some of you might be able to help me solve this. I have recorded a...
View ArticleSignature Pad for Xamarin.Forms
https://nuget.org/packages/Acr.XamForms.SignaturePad/ https://github.com/aritchie/acr-xamarin-forms
View ArticleSet Image to button
How to set image to a Button? I tried this: btnExemple = new Button(){ Image = (FileImageSource) ImageSource.FromResource("ic_search.png"), } But it don't work.
View ArticleIs it possible to override native map and use GoogleMaps on Xamarin.Forms iOS...
I would like to use GoogleMaps as the map provider for all 3 platforms on Xamarin.Forms. So, specifically on the case of iOS, I would like to override the native iOS map and use GoogleMaps. Is it...
View ArticleLayout Related Question
Hello am new in Xamarin.am trying to create a Login Form. using the below code but i can't layout it properly.plz help me anyone asap. i want the button and Entry field as Full width. See the attached...
View ArticleScrollView bug on Windows after updated to Xamarin.Forms 1.5.1.6468
Hi I have Visual Studio 2015 on Windows 10. I have a Xamarin multiplatform project for Androd, iOS, WinPhone 8.1, and Windows 8.1. And I updated Xamarin.Forms to version 1.5.1.6468 today. But the...
View Article