[PROBLEM] Set Button HeightRequest
I have this code: loginBox_bttLogin = new Button { HeightRequest = 30, Text = "ĐĂNG NHẬP", TextColor = Color.White, FontAttributes = FontAttributes.Bold, BackgroundColor = Color.FromHex("#006fb4") };...
View ArticleEgorBo CrossChatApp
Hi, My question is regarding the: https://github.com/EgorBo/CrossChat-Xamarin.Forms How to deploy the backend? and project? cant seem to find a deploy guide, hope my thread won't be out of context(I...
View ArticleError initializing task XamlG: Not registered task XamlG
Hi guys, could you help me out, what does this error means? Error: Error initializing task XamlG: Not registered task XamlG. (MapTest.Android) Thx in advance? BR VM
View ArticleError executing task XamlG: Text node cannot appear in this state (no other...
I thought I may have introduced some XAML bug and set about trying to isolate which file it might be, but it doesn't seem to be about any specific file. I even reverted to a previous working version,...
View ArticleXamarin Forms Global Style with Specific Styles
I am working on applying global font styles to my application right now. I do this using the following code: <Style TargetType="Button"> <Setter Property="FontFamily"> <Setter.Value>...
View ArticleXamarin Forms call function on property change
I'm New to xamarin and Xamarin forms. i wonder if i can call a function in my Content page when Entry.IsFocused i need to make a different Control to show up or disappear according to the property...
View ArticleIndie Licensing question
My apologies if this has been discussed before... I'm looking at Indie vs. Business licenses. If I go with Indie it won't allow Visual Studio as an IDE. I don't understand why this restriction. I'm not...
View ArticleAdding an image to a Label
Hello there, I was wondering if anyone has an idea on how to make something like this regardless of the line width of the label: As you can see I have added an inline boxview to the text. To make this...
View ArticleListView Image recycling
I'm using the Image class from Xamarin.Forms along with a binding using the UriImageSource. The problem is that while scrolling the ListView and new images are downloaded you often see the previous...
View ArticleLogin persistance with Akavache
Hi All, I'm trying to implement login persistance feature in my app with Akavache but so far without success. I want to have it because I don't want user to login in every single time he starts an...
View ArticleHybridWebView - problem with loading Google and OSM map pages on Android
var webView = new HybridWebView(new JsonSerializer ()) { // Uri = new Uri("http://www.openstreetmap.org"), // Uri = new Uri("https://www.bing.com/maps/"), Uri = new Uri("https://www.google.pl/maps"),...
View ArticleNeed to required Implement Crop Image in Xamarin Forms (ios and android).
Hi, I am new in xamarin forms, i need to implement Crop Image functionality in Xamarin Forms (ios and android). i have try many thinks but not any work. please let me know how its work in xamarin...
View ArticleUnable to use WCF within Android app
I receive the following exception when attempting to invoke a WCF service within my Droid project: "Operation is not valid due to the current state of the object" I am not sure what I am doing wrong....
View ArticleAzure Mobile Services Authentication vs. AD Graph API
Hi Guys I have manage to authenticate the AD user with Mobile Services successfully, and I get the user ID and the token According to this http://msdn.microsoft.com/en-us/library/azure/dn151678.aspx I...
View ArticleHow to get Azure Mobile Services SQLiteStore working on Windows Phone using...
My app is happily using both "Azure Mobile Services SQLiteStore" and "Windows Azure Mobile Services" in the Android and iOS builds. However, I have wasted rather a lot of hours trying to get the same...
View ArticleUsing Views
Why when I make a variable of type view I get a: Error : 'Xamarin.Forms.View.View()' is inaccessible due to its protection level I'm trying to do it like this: View content = new View(); Can elements...
View ArticleVisual Design of MasterDetailPage
I'm noticing that on iOS the MasterDetailPage looks different than I'd expect on small form factor. It appears that the page I've set to be the Detail hangs over a bit on the right hand side of the...
View ArticleNeed to set Content Page Background color to transparent in iOS
Hi Guys Currently I am pushing a modal content page to display some content as a custom pop up. What I am doing is setting the background color of the content page to Color.Transparent and centering a...
View ArticleHow do i change header color in Forms for Windows?
Hello, The title says it all. I want to change the header color of a Windows 8 app. I can do this on iOS and Android, and artificially insert one header on WP. Can anyone help? Thanks!
View Article