Re: [mono-android] CodePage 1252 not supported!!

2012-02-13 Thread Dragos Pop
Try using default code = 0 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/CodePage-1252-not-supported-tp5470102p5478457.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Mo

Re: [mono-android] CodePage 1252 not supported!!

2012-02-14 Thread Dragos Pop
I used the value 0 for example as parameter for the System.Text.GetEncoding call, instead of 1252. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/CodePage-1252-not-supported-tp5470102p5481780.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] Slow Build- und Packaging-Process & few other things after update

2013-05-14 Thread Dragos Pop
Hello, We just want you to know that we are experiencing the same problems regarding build times. We've installed today the 4.6.4 version of Xamarin.Android (had 4.4.54 before) and every build lasts about 2 mins, without modifying anything in the project, with or without fast deployment enabled. W

Re: [mono-android] Monodroid samples/MapsDemo not showing Map

2013-05-24 Thread Dragos Pop
Hello, We are trying to integrate a MapView in our application, unfortunately we can't construct a solution we can build successfully. We've tried to build the sample from https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2 in Xamarin Studio, but only managed to build t

Re: [mono-android] Monodroid samples/MapsDemo not showing Map

2013-06-03 Thread Dragos Pop
topgenorth wrote > By the error message it seems that you want to use the > SupportMapFragment, which is only available via the > GooglePlayServices_Froyo binding project. This project targets API > level 8 and up. I don't "want" that, all I'm doing is building the project GooglePlayServices (with

Re: [mono-android] SimpleCursorAdapter & Managed Query

2011-12-21 Thread Dragos Pop
It seems that at "Java" level, the SimpleCursorAdapter needs a key field called _id. See also http://stackoverflow.com/questions/5825020/android-column-id-does-not-exist-problem -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/SimpleCursorAdapter-Managed-Query-tp506

[mono-android] Problem with GetDecimal on negative values

2012-01-06 Thread Dragos Pop
We have a problem with the reader.GetDecimal method reading negative values from a SQLite database. It seems that it is a known problem the .net providers (see http://sqlite.phxsoftware.com/forums/p/1731/7514.aspx) that is fixes in Microsoft providers but not in Mono.Data.Sqlite.Dll. Could you pr