The web reference could not be added - PCL Project
I am trying to add asmx web service into Xamarin Forms project but I am getting this error message "The web reference could not be added". Could not find file "/MyService.wsdl". I have also used wcf...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleSet global navigation controller colour
I am following along a starting (not very good) 'how to' course on using Xmarin and the instructors code is quite repetitive. The colours for the navigation controller are defined individually in each...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View ArticleTabbed Page Red Bubble
Hi, How do you show the red bubble on a Tabbed Page in C# no XAML and put a value in it, Like a TabbedPage tab has Messages as the title, and how many messages in the bubble Thanks
View ArticleBinding to Picker Items
Hi, I believe it is not possible to Bind in XAML to the Items property of the Picker control. If this is the case, which is the best approach to populate the Items collection from a ViewModel...
View ArticleFFImageLoading ImageService is null after Android back button is hit and app...
@FabienMolinet @DanielL Hi, On Android, ImageService.Initialize(fadeAnimationEnabled: false); in MainActivity.cs` throws a null reference exception if the following is done: Run application Hit back...
View ArticleFound a way to make ToolBarItems Visible/Invisible..without a custom renderer
So from what I've seen in the API Docs (http://iosapi.xamarin.com/?link=T:Xamarin.Forms.MenuItem/*) Toolbar items don't seem to have an IsVisible property. I was able to accomplish this by defining a...
View ArticleUnable to change the navigation status bar background dynamically?
I am unable to apply a theme color to the navigation status bat background color. I am using the below code: var nav = new NavigationPage(new MainMenuView()) { BarTextColor = Color.White, };...
View ArticleAndroid version that works with Xamarin.Android.Support.v4 23.1.1.0??
Unable to find a version of 'Xamarin.Forms' that is compatible with 'Xamarin.Android.Support.v4 23.1.1.0'
View ArticleFFImageLoading does not display images properly
I'm not exactly sure what I'm doing wrong here, but can you shed some light? @FabienMolinet @DanielL public App() { var contentPage = new ContentPage { Content = new ListView { ItemsSource = // Set...
View ArticleError The "CreateAdditionalLibraryResourceCache" task failed unexpectedly
Hi, after uptading Xamarin.Forms references in my project via NuGet Visual Studio 2013, When I try to build my solution it appear this error: Error 14 The "CreateAdditionalLibraryResourceCache" task...
View ArticleRGB value of default action bar color on MasterDetailPage in Android
What's the RGB value of the default action bar color on MasterDetailPage in Android? I ask this because hiding the action bar and showing it again doesn't work well. I'm setting it to another color,...
View ArticleHow to get notified when app with camera displayed goes to background or gets...
Hi, in my app I have an Android activity which creates another activity to display camera and take a picture. I use StartActivityForResult to start camera and then OnActivityResult to receive the...
View ArticleAbsoluteLayout Resets Child Positions
Is there a way around this? If the Layout() of a child is updated that is in an AbsoluteLayout, the child's original Bounds are restored when the AbsoluteLayout's InvalidateLayout() is called by...
View Articleentityframework with sqlite
is it possible to use entityframework with sqlite on xamarin.forms? I see here that EF7 is in plan. has anyone tried it?
View ArticleHow to get Activation key without buying Parallels software
I have downloaded Parallels Desktop 10 for Mac from here http://www.parallels.com/products/desktop/download/... while installing, it asked Activation key..... I tried to get from here.....
View ArticleCan i use Xamarin studio for Windows 7
I wish to build an mobile app for IOS, Andriod, and windows phone using c# code. can i use xamarin studio in windows 7?
View Article