How to make .Forms stable…?
Unfortunately, I don’t think (but hope) that this posting will change things, but I have to write it (the hope dies last). Today (2015-05-19), I personally have 25 filled bugs in Bugzilla 11 of the 25...
View ArticleCan't input text in Entry on iOS
Hello! I use Xamarin.Forms, i have added in project basic and simple element Entry: sview.Content = Content = new StackLayout { Orientation = StackOrientation.Vertical, Children = { new Entry {...
View ArticleIs it possible to inflate a View from XAML?
I would like to create the XAML file for a View and use it in different pages. In native Android I'd do it this way: LayoutInflater inflater =...
View ArticleIs MultiSelection supported in ListView?
Whats the easier way to implement lists with multi selection for both ios and Android? Do i need to create renderers for both platforms?
View ArticleXAML equivalent to Microsoft's BORDER control?
Hi there, Is there a layout control in your XAML that works in a similar way to a Border Control? i.e.: Can take a child control and set a border (thickness and color) Thanks, Kris
View ArticleRounded Rectangle Windows 8.1 Renderer
Hi, I have the below windows 8.1 BoxRenderer. It should draw a rounded rectangle. It does but the fill color is always a rectangle (while the border is rounded). Any suggestion? var box = new...
View ArticleHow to resolve assembly System.Runtime.InteropServices (Windows Phone)
Hi all, I've been developing on a project for some time now, but for some reason I get the following error now: Cannot resolve dependency to assembly 'System.Runtime.InteropServices, Version=4.0.0.0,...
View ArticleShow Progress Dialog ( AndHUD / BTProgress )
How can these be integrated into Xamarin.Forms? Should I create a renderer? I have been trying to use ViewRenderer but have not been able to get it working, or even compiling. Can't find much...
View ArticleGot a SIGSEGV while executing native code.
[mono-rt] Stacktrace: [mono-rt] [mono-rt] [mono-rt] Attempting native Android stacktrace: [mono-rt] [mono-rt] at ???+222351852 [0xd40d1ec] [mono-rt] at ???+121127 [0x40d10927] [mono-rt] at ???+134725...
View ArticleHow to change app.name for Windows-phone..?
My app is named actually MatrixGuide.Winphone: (also so displayed in task-manager on phone). I want to change it to (only) MatrixGuide. How to do that..?: If I change (only) the Assembliyname in the...
View ArticlePlease expose access to LogicalChildren!!!!!
Hi, I have created custom control that maps ViewModels to Views. It also does caching of Xamarin.Forms.View (returned by constructor or from DataTemplate) and UIKit control returned from...
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 ArticlePopup keyboard hides parts of the UI rather than resizing
I would like to create a screen that has a behavior similar to common chat apps e.g. Hangouts where there's a scrollable section of the page and an Entry with a Button underneath that updates the...
View ArticleEntry hidden by keyboard on iOS
I have a Xamarin forms app that have a page which places a entry at the bottom. In Android when the entry gets focus, it shows the soft keyboard and place the entry just above the keyboard. In iOS the...
View ArticleUse C++ type without copying
Dear all, Being a newbie I don't know if this is a recurrent topic... please forgive the question if this is the case. I have a Xamarin.Forms test application that I'd like to link with a C++ library....
View ArticlePush and Pop Async causes exception "Resources+NotFoundException: Resource ID...
So I have a Xamarin.Forms project and I am using MvvmCross to present my page using: await mainPage.PushAsync(page) but if I turn on "exceptions when thrown" (Note: this exception is handled) it throws...
View ArticleHow to take picture from camera and retrieve it using Xamarin.forms for cross...
How to take picture from camera,save that image in gallery and retrieve it afterwards using C#? The same code which can be executed in android as well as IOS is required (using Xamarin.Forms). Please...
View ArticleHow to add Icon in front of Entry
Hi, I was wondering if there's a way to add an icon in front of an entry. I've tried custom renderers and ive tried putting both the icon and entry in a horizontal stack panel but it disappears. I want...
View ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
View ArticleXAML Constructor Parameter with Binding
I have a custom renderer to display a video player, which takes in one parameter: the URL of the video. It works fine, even in XAML: <ui:VideoContentView x:Name="Video"> <x:Arguments>...
View Article