How can i set "x:Name" (Name) in code behind?
My App creates dynamically a lot of Xamarin.Forms.Entry List LstEntry= new List (); foreach (FormSubTypeParameterDTO fsubTypeParameters in formSubTypeParameterDTO) { ParameterDTO parameterDTO =...
View ArticleAuthenticate Xamarin windows phone 8.1 Apps Using Azure Active Directory (no...
Hi Guys, We are developing Xamarin forms windows phone 8.1 App and we want to use Azure Active Directory for Authentication. (we are using Xamarin forms as in future we may develop app for ios, anroid)...
View ArticleProblem accessing a BLOB column (e.g. an ID) in PCL/iOS Forms app using...
I'm trying to access an existing SQLite file and am having a problem "retrieving BLOB column values from" and performing subsequent queries which require a join on ID column values (i.e. foreign key)....
View ArticleXamarin UI test, NUnit version unspported?
When I try to run a test I get the following internal error: I have the following packages installed: <packages> <package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />...
View ArticleTabbed Page with tabs from ViewModel
I have a tabbed page that is loaded after another page and the tabs can be different based upon context from the previous page. I am trying to follow MVVM and the only thing that is in the code behind...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
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 ArticleRemove Child element in Grid
I have a XAML grid in which a child dynamically generate. Then I need to remove that child item. In the collection of children it is the index 6 I try to myGrid.Children.RemoveAt(6); But I get this...
View ArticleToolbaritem kills navigation to "CurrentPage" on MultiPage (Windows Phone issue)
Hi all, I stumbled across the following issue, and was hoping someone could help to solve it. Issue: When I have a ContentPage without a toolbaritem, and I navigate to a specific page in a Carousel,...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleImage in Grid is ignoring WidthRequest and HeightRequest since Xamarin Forms 2.0
I have an image inside a Grid on a Listview. Since I updated to Xamarin Forms 2.0 the render is ignoring WidthRequest and HeightRequest `readonly Label Message = new Label () { VerticalOptions =...
View ArticleXamarin.Forms 2.0 WinRT Scrollview not scrolling
I have a ScrollView thus: <ScrollView VerticalOptions="FillAndExpand" x:Name="ScrollTestEntry" BackgroundColor="Red" Orientation="Vertical" > <Grid x:Name="TestEntryArea"...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
View ArticlePage transitions in Xamarin.Forms Android
Hi all, I'm working with with an Android project in Xamarin Forms. I'd really like to leverage some device standard animations to apply to all of my page transitions. Is there an easy way to do this?...
View ArticleXamarin Forms Windows 8.1 (WInRT) App on Windows 10
I read from Microsoft that Windows 8.1 apps will work correctly when installed on Windows 10. They obviously would not do any of the fancy things that a real Windows 10 app could do, but no surprise...
View ArticleSimulate Home click or close app in iOS
Hi mates, Does anybody know how to simulate the home click, put the application run in the background or just kill it, I know that this is not the proper way to do it, and we shouldn't mess with this...
View ArticleChange left bar button in navigation header for a specific page (iOS)?
I would like to change the left bar button in the navigation header in a custom renderer, but only for a given page. Something like this: public class CustomNavigationRenderer : NavigationRenderer {...
View ArticleXamarin.Forms 2.0.0.6482 lot of problems in Winphone 8
What happen this this version in windows phone 8? After update for this version from 1.5.0.6447, Pickers disappeared the only thing i can see are a black vertical line ... the Entry object is strange...
View ArticleHow do I determine if a user is within a specific region using...
Hi, I'm a newbie to Xamarin. I'm using Xamarin Forms Map in my app and would like to determine if a user is within a specific region? For example, I want to set the map to a specific region (Let's say...
View ArticleHow to make a HTTP Request to Get XML Data
Hi there Sorry for such a simple question, but i'm quite new to Xamarin.Forms How can i make a simple HTTP Request to get XML or JSON data? Regards
View Article