Upgrade to forms 1.3 android error
Hi, I just upgraded my forms project to xamarin forms to 1.3. That gave me this android error I cant solve:...
View ArticleSupport for sisulizer
Does anyone know if sisulizer works with Xamarin Forms for localizing the application? The thing is, Sisulizer creates new assemblies, one for each translates language. So, the original dll/projekt...
View ArticleAre the NamedSize font sizes adaptative to device dimensions?
If we have a tiny phone and a huge tablet, will FontSize="Medium" adapt to a readable size accordingly? http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/fonts/
View ArticleW8 Master Detail Back Drill Into/Back
I'm having difficulty understanding the W8 Navigation Pattern. I'm using a MasterDetailPage to navigate through my app. You can drill into several levels and Pop off just fine in iOS and Android, but...
View ArticleLabels in Forms 1.3
Prior to 1.3 I used a custom renderer with bindable properties in order to adjust the font and size of the text for my label. I see with 1.3 you can set the Font...can you set the size as well? I don't...
View ArticleNeed help triggering UI updates WITHOUT INotifyPropertyChanged
Overview I am using Xamarin Forms and BreezeSharp. Everything works great except for one thing, something about how Breeze utilizes OnPropertyChanged events causes stack overflow exceptions...
View ArticleReinventing the Image Button
Hi, Due to my issues with the ImageButton as present in Labs I thought I would have a go at creating my own, simple version, which is an opportunity to learn further about Custom Controls in...
View ArticleXAML Maps
Hello, Using C# I am able to create a maps control on a view. However, when trying to do this using XAML I get the following error:...
View ArticleHow to add line breaks in a label in Xamarin Forms using XAML
I am trying to add line breaks to a label in Xamarin Forms using XAML, but it doesn't seem to work. This is the code I have right now that doesn't work: <Label Text="All my text goes here...
View ArticleLicensing fiasco with Android when I'm not developing Android
I was developing a forms app earlier with an Enterprise iOS license and trial Android. The fact is I'm not going to do any Android development in the foreseeable future. Yet I'm getting errors when I...
View ArticleAndroid Emulator and Xamrin.Forms.Maps testing
I want to test maps on an emulator. I tried following the directions of dragging the zip file to the emulator but that doesn't do anything. I am following these instructions...
View ArticleHow can I build the newest version of Xamarin.Forms.Labs for use in another...
I'd like to start using 2.0 and contributing to the project if anything that I do starts to be useful. How can I take the cloned master repo and use it in my own project?
View ArticleAndroid SetPage Crash
First off, I want to point out I already understand that you cannot call AndroidActivity's SetPage method twice. However, I am experiencing an issue. If I open my app, and call SetPage in the OnCreate...
View ArticleBinding Source in 1.3
Before I had upgraded to 1.3, I was sad over the fact that the source for a binding was not customizable - i.e. it only bound to BindingContext. I'm not sure why this wasn't mentioned in the 1.3...
View ArticlePushModalAsync not working after Xamarin Studio crash
This is a weird one so here is some back story. I was working on a project this evening, and went to debug on device. Found an issue, and decided to debug further. Set some breakpoints in the affected...
View ArticleSplash Screen in Xamarin.Forms iOS
Hi everyone, I need a iOS sample of splash screen with animation in Xamarin.Forms. Does anyone have? Thanx,
View ArticleCarouselPage : Can a button click from a contentpage and slide to another...
Hi Guys, Imagine I have Carousel page with 5 content pages under children, All 5 childrens have 5 buttons corresponding to each content page. onClick of each button can we get Carousel page to slide...
View ArticleMajor Performance Hit When Using HasUnevenRows to Have Different...
I have a simple ListView for a contact list application with group headers for each letter of the alphabet and the only visual adjustment I want to make is to adjust the row height for my non-header...
View ArticleHow to apply Xamarin.Form DataTemplate into a CustomRenderer native...
Hi, I have created the custom control , with using CustomRender mapping with NativeControl, I need to apply the DataTemplate of Xamarin.Forms into a custom render native control listbox itemtemplate....
View Article