Noesis - vector- and XAML-based cross-platform GUI framework
Hi there! Noesis(link http://www.noesisengine.com/) is a GUI framework based on the same technique as Microsoft's WPF (Windows Presentation Foundation), but with cross-platform abilities and more...
View ArticleProperties in on files in XS
I have a file in my solution explorer. I select the file and then it's properties. I get a property window that comes up. Unfortunately, that property window has the properties of the currently open...
View ArticleMonotouch.Dialog unable to set StyledStringElement BackgroundColor
Hi, I am having an issue in my project with setting the BackgroundColor property for a StyledStringElement. No matter what I set the background color property to the background is always white (see...
View ArticleCreate NinePatch Programmatically
I'm trying to create a NinePatch image programmatically by using the code found at: https://gist.github.com/briangriffey/4391807 When doing: NinePatch patch = new NinePatch(bitmap,...
View ArticleHow your classes are connect through Xamarin to native
For my study I need to show how a class is connected through Xamarin entirely through to the native base. Is there anyone that maybe has a class diagram or could make one that represents this? Cause I...
View ArticleAudioGetCurrentHostTime
Hi, I cannot find any binding in Xamarin.Mac for AudioGetCurrentHostTime ( ) I have looked into AudioToolbox, AudioUnit but could not find anything... Any idea ? Thank you.
View ArticleUITableView Source vs. DataSource/Delegate
Hoping this is the right place for this...I'm guessing it affects Xamarin Studio too... I think this is a bug unless someone can point out what I'm doing wrong. Am new to Xamarin so it's very...
View ArticleXamarinInstaller.exe doesn't run
Alright. Windows 7 64 Bit I used it on my laptop and tried to ignore the error that I couldn't run it on PC but I'm sick of using the laptop In a nutshell, i click the installer. It comes up in task...
View ArticleSQlite.net Performance Evaluation
Hello, I've tried to evaluate the performance of SQlite.net with the following code and db structure. Maybe someone can try it out because I only have an emulator to test it. In my opinion the...
View ArticleDisable the "Google Android emulators are slow" dialog in Visual Studio?
Is there a way to disable this warning that happens the first time you run a Xamarin Android build with an Android emulator from Visual Studio? Launching Emulator You are about to launch the emulator....
View ArticleUIBarButtonItem .SetTitleTextAttributes with new Font
I'm trying to set a font in a UIBarButton Item. I've tried this a number of different ways. this is my most recent attempt in code. I'm trying to load a font who's file name is icomoon.ttf....
View ArticleAndroid versions which my Xamarin app will run on
Hello all, some newbie questions: I'm starting a project which will allow users to take a picture, reduce image size, change it to greyscale and stream it to web service. If I write this with the...
View ArticleJust starting out, debating use of Xamarin
Hello, I am just starting out writing a mobile app for iOS and Android. I am looking at various technologies and trying to make a sound decision on what to go with. I've been toying around with Xamarin...
View ArticleXamMac conditional reference based on platform?
I'm guessing one of you will have a better answer for this than the more generic stuff I can dig up online. The basic story is that I'm making heavy use of FileSystemWatcher, which works great on...
View ArticleGoogle Maps API v2
I'm having one heck of a time getting google maps to work in my android app. It took quite awhile to get the demo working but it works now. It seems that Android.Gms.Maps is missing the...
View ArticleCan't run Android emulator manager
I installed the Android stuff for Xamarin yesterday (trial version). It was working fine, but yesterday I installed some of the Android development tools separately (I wanted to get adb). Now when I...
View ArticleBinding for ubertesters java library
Has anyone created a binding for the ubertesters SDK? Now that Testflight for Android is shutting down this looks like a great alternative, but I didn't have any luck creating a binding myself. I was...
View ArticleAnyone tried "Ubertesters" OTA distrib yet with Xamarin?
So with Testflight pulling out Droid completely and SDK features for app's that did not use it before end of feb, I was looking for an alternative and saw http://ubertesters.com/download-sdk/ They do...
View ArticleLegacyBarFragmentActivity
Hello! I'm already confused from trying to find the solution and test the solutions I found on Google, I decided to ask for help. The source code posted below works perfectly, but need to get the value...
View ArticleHow can I duplicate the default iOS 7 blue color?
There's a similar post on StackOverflow that shows how to do this in Objective-C. The post shows that Red:0, Green:122, Blue:255 will render the same default blue color you see in so many iOS 7...
View Article