[mono-android] Mono For Android - Scrollview, Mapview

2013-01-23 Thread MysteriX
Hey, i have a Scrollview and some other views on it. at the end of the scrollview there is a MapView. I have big trouble in zoom and move the map... Is there any way to use the map right? i have to change the location as the user. Thank you very Much -- View this message in context: http://mono

Re: [mono-android] How to connect Sqlite Database with Monodroid?

2013-01-23 Thread jalle007
Neither of these samples works for me: CAN ANYONE PLEASE POST WORKING SAMPLE OF WORKING WITH EXISTING DATABASE. This mono framework is useless for me if I can't work with dbs -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-connect-Sqlite-Database-with-Mon

Re: [mono-android] How to connect Sqlite Database with Monodroid?

2013-01-23 Thread Jonathan Pryor
On Jan 23, 2013, at 10:22 AM, jalle007 wrote: > CAN ANYONE PLEASE POST WORKING SAMPLE OF WORKING WITH EXISTING DATABASE. Android.Database.Sqlite: https://github.com/xamarin/monodroid-samples/tree/master/ContentProvider https://github.com/xamarin/monodroid-samples/blob/master/Con

Re: [mono-android] How to connect Sqlite Database with Monodroid?

2013-01-23 Thread Paul Johnson
Hi, CAN ANYONE PLEASE POST WORKING SAMPLE OF WORKING WITH EXISTING DATABASE. This mono framework is useless for me if I can't work with dbs What is you code like at the moment? Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is.

Re: [mono-android] How to connect Sqlite Database with Monodroid?

2013-01-23 Thread Wally McClure
Ok, lets not get all out of kilter here. There are a number of samples on the Xamarin site that do work. There are a number of samples that work online. I know that LearnNowOnline/Appdev recently published some of my content in this exact area. I know that code works and works in a cross pl

[mono-android] Set Tab Text

2013-01-23 Thread devbuzz
I can't figure out to set the individual tab text of a tabwidget. This should be simple but I can't find a "set text" method. This is what I have so far: TabHost.TabWidget.GetChildAt((int)enuTabView.MyTab). <- stuck here??? Thanks in advance. Cheers Derek -- View this message in context: h