Can't establish Socket connection
Hi, I am using @RyanDavis 's sockets-to-pcl plugin in a xamarin.form project. I am following the tcpSocketClient sample code posted in the GitHub repository https://github.com/rdavisau/sockets-for-pcl...
View ArticleHow 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 ArticleSuddenly getting error in init of instance of UIKit.UIImage?
I haven't upgraded the recent upgrades to XS, X.Android and X.iOS. All of a sudden I am getting the following error: System Exception has been thrown Could not initialize an instance of the type...
View ArticleTableView rendering on Android (Settings app like)
I am using the TableView for the Menu page, on iOS the rendering is acceptable (attachments: iOS - Settings app and iOS - menu page). On Android however, the rendering of the TableView does not yet...
View ArticleXamarin Chat
I am a part of some really great StackOverflow chat rooms, but unfortunately the Xamarin room is always empty. I would love to see some active devs start to idle in there. It could be a great resource...
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View ArticleEntry control wrapping text
Is this possible? I have a long string of text I'd like to edit with a multi-line entry, but the text just goes offscreen and I can't find any wrapping options.
View ArticleCombining ScrollView with RelativeLayout and Childs
Hi guys, I'm rather new to Xamarin and ran in to a problem. I've created 80% of the view code through my .xaml.cs file and 20% through my .xaml file. Code in xaml.cs file: ` /// /// The _calendar view...
View ArticleCouldn't copy SQLite DB to iOS folder
Hello everyone. I'm trying to execute data from some sqlite DB, but i can't since it doesn't copying to app's local folder. Looks like program creates new one, empty, so i get an error that "no such...
View ArticleStrange behaviour with ListView and separator thickness on iOS 8
Hi, I've encountered a strange bug with the ListView, please see attached screenshot. Some of the separators is thicker than the others, and when I scroll it flickers a lot and changes thickness...
View ArticleAndroid crashes with ActivityIndicator while starting
Hi, on our project (and a blank test project for reproduction) the ActivityIndicator let Android Apps crash when they use minimum API Level 16 (4.1 Jelly Beans). It's enough to put a ActivityIndicator...
View ArticleAndroid crashes with ActivityIndicator while starting
Hi, on our project (and a blank test project for reproduction) the ActivityIndicator let Android Apps crash when they use minimum API Level 16 (4.1 Jelly Beans). It's enough to put a ActivityIndicator...
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleScroll view - how to scroll to top Automatically ?
Hi, How to scroll to top of the page automatically while clicking on the button? Thanks
View ArticleCan't add dinamically layout to content of a scrollView
Hi! Basically I'm trying to dinamically add layouts to the content of a scrollView. I did an example code but it only works at the second click, for some reason it doesn't render the first layout...
View ArticleListview with small image gallery for each child
Hi everyone, as you can see from the attached step2 i have made a list view with an editor and a button, but now i have to make a small gallery to show every shot for the selected line in the listview...
View Articlex:FieldModifier
Hi, Is Xamarin.Forms going to support x:FieldModifier to generate publicly accessible ui element fields? To put my question in a context: I'm trying to use Xamarin.Forms with XAML from F#. Because...
View ArticleForcing camera to be in landscape and adding overlay
I have a Xamarin.Forms project targeting both iOS and Android (no WP8). I have a view that is used to take a picture of a check and upload that image, much like most banking apps. I need to do a few...
View ArticleXamarin Studio not creating android app archive
Hi All I have a scenario where I cannot publish my android app. I have followed all the instructions on how to publish and sign an app however when I "Archive for publishing", the app is not listed in...
View ArticleOutOfMemory on Android device loading embedded image?
My android app is bugging out because of a large background image. I'm using XF (latest) with XAML. The issue is with a large FileImageSource (embedded resource) assigned to Page.Background. Works in...
View Article