InitializeComponent does not exist in the current context
I'm in the process of upgrading a project of mine to the unified API. I managed to upgrade using Xamarin Studio on my Mac (as that seems to be the only IDE with the migration tool), including upgrading...
View ArticleImage button Alignment issue
I have a stacklayout which has multiple buttons with images. All the buttons are the same width on the page and the text is different for each button. My issue is I would like the images to be aligned...
View ArticleCan I Display a label before a ListView gets populated and then remove the...
I currently have Main Page which is a TabbedPage, which contains 3 ContentPage children. Those children currently just display a ListView of elements, but there is nothing in that list until the user...
View ArticlePlease help:How can i move around an Image programmatically and have it...
Hello, i need to achieve the following scenario: Display an image an move it up and down. The place where the image is visible shut be definable. If it goes over the visible area it should clip/cut off...
View ArticleHas ANYONE been able to customize item name="android:homeAsUpIndicator"
I have tried pretty much every thread and android forum to try to find a way to customize the back arrow, and nothing seems to be working. Has anyone been able to modify their back button /...
View ArticlePopToRootAsync doesn't not work in Xamarin.Form 1.3.1 with custom control
Hi every one I had new project with xamarin form 1.3. I have 3 pages (page1, page2, page3) , Page1 displays Page2 (using PopAsync), Page2 display Page3 (using PopAsync also). When I click the Close...
View ArticleRenderer library not loaded at runtime
It seems that if a custom renderer is in its own library (that is referenced by the main library), and nothing in the renderer library is directly referenced, then it doesn't get loaded at runtime and...
View ArticleCustom renderer dynamic height
I have a small custom ViewRenderer that has a linear layout with a couple of Text Views inside. I would like to show/hide one of the Text Views and have everything resize to fill the empty space when...
View ArticleNullable Type issue in Xaml ?
Hi all, my class have a property as following. public int? MyNumber { get { return (int?)GetValue(MyNumberProperty); } set { SetValue(MyNumberProperty, value); } } And I set a value to it in XAML...
View ArticleDatePicker: Show DatePicker from code
Hi, Currently I'm trying to show a datepicker triggered by my code. For example when a button I clicked. When I create a datepicker in code and call the .Focus() method, it shows up in Android....
View ArticleiOS app always crashes on start up using xamarin forms version 1.3.1.6296...
If i add the xamarin forms version 1.3.1.6296 nuget to a brand new iOS project, then put Xamarin.Forms.Forms.Init (); in my FinishedLaunching method, and then hit debug to my connected iPad, the app is...
View ArticleHow to use custom renderer to implement Pin clicked event on Map
Since the clicked event on Pin has been added on 1.3.0 but it doesn't works, I'm trying to do this using custom renderer but I have some problem understanding what's behind it. Should I create a...
View ArticleSupporting iOS 6.1
I am using the new unified API and attempting to build a brand new app for iOS 6.1.6 (10B500). Whatever I seem to do, I get null reference exceptions throughout the API and the app just crashes out....
View ArticleIssue when adding SQliteStore package
Im adding the SQLiteStore package (for Android and IOS) to a brand new Xamarin Forms solution, and when I try and run the IOS version I get the following exception - anyone any ideas ?...
View ArticleCustom ListView cell, catching event of it's controls in "parent" class
Hi all! I have some content page with list that has customized cells. public class HomePage : ContentPage { ListView listView = new ListView { ItemTemplate = new...
View ArticleNavigating from modal page
Hello! I had to display a popup on ListView item selection event. This popup was supposed to have 2 buttons, one of them is for navigating further to another page. Since I found no popup control I...
View ArticleNavigationPage as a child of a TabbedPage in XAML
I am trying to find a way to add a NavigationPage be a child of a TabbedPage in XAML. Adding xaml for NavigationPage doesn't work for me. In my code, GetMainPage() returned page is a TabbedPage XAML,...
View ArticleHide carrier, time and battery after using media picker
Hi everyone. Does anyone know how to fix this bug? After using media picker I have carrier, time and bettery on top of my menu, it shows after opening media picker. Pictures shows the problem (sorry,...
View ArticleProblem installing app on Flytouch 9
Hi. An app that works fine on Android 4.4 does not install on Android 4.1.1. I've recompiled the app creating package following these instuctions...
View Article?? System.MissingMethodException: Method not found:...
When trying to render OxyPlot on an Android device, I get this. Is there something I am missing? (It's a hello world app): System.MissingMethodException: Method not found:...
View Article