Re: [mono-android] Crash in Release Mode

2011-12-28 Thread was
Not quite! On my laptop I have to use: Stream myInput = Assets.Open("SkylogPro.db"); whereas on my Desktop I have to use: Stream myInput = Assets.Open("skylogpro.db"); The file in the Assets folder on both machines is: SkylogPro.db! How does one clear the Assets cache? I've deleted and added

Re: [mono-android] Crash in Release Mode

2011-12-28 Thread was
Sorry, it's not different on my computers. This should read: Not quite! In Release mode I have to use: Stream myInput = Assets.Open("SkylogPro.db"); whereas in Debug mode I have to use: Stream myInput = Assets.Open("skylogpro.db"); The file in the Assets folder is: SkylogPro.db! How does o

Re: [mono-android] VS2010 editing .axml files

2011-12-28 Thread efontana
The odd thing was is simply started working again, after a long delay. very strange. - iPhone and Android Developer www.ericfontana.com -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/VS2010-editing-axml-files-tp5103576p5105251.html Sent from the Mono for And

[mono-android] Unable to build Mono for Android Samples?

2011-12-28 Thread efontana
I tried to build the API demo, getting these errors: -- Build started: Project: ApiDemo, Configuration: Debug Any CPU -- C:\Users\eric\Downloads\mono-monodroid-samples-2b756b6\ApiDemo\Graphics\Compass.cs(51,20): error CS0117: 'Android.Hardware.SensorManager' does not contain a definition f

Re: [mono-android] Unable to build Mono for Android Samples?

2011-12-28 Thread efontana
I'm fully up-to-date on all software. - iPhone and Android Developer www.ericfontana.com -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unable-to-build-Mono-for-Android-Samples-tp5105395p5105397.html Sent from the Mono for Android mailing list archive at Nab

Re: [mono-android] Unable to build Mono for Android Samples?

2011-12-28 Thread ChrisNTR
Hi Eric, >From the information above, it looks like you downloaded an old GitHub version from mono/monodroid-samples. This was moved a month or two ago over to xamarin so the download now is xamarin/monodroid-samples. It might be worth re-downloading the samples from here: https://github.com/xamar

Re: [mono-android] How to navigate to anther page from activity1 class

2011-12-28 Thread caruso
You mean an Intent Intent intent = new Intent(); intent.SetClass(this, typeof(CLASS_TO_START)); /* if you want some Extras in the Intent */ intent.PutExtra("KEY", "DATA"); StartActivity(intent); In the Second Activity: string DataFromFirstIntent = Intent.GetStringExtra("KEY"); More About Inten

Re: [mono-android] Unable to build Mono for Android Samples?

2011-12-28 Thread efontana
That was it! I guess I picked the wrong link! - iPhone and Android Developer www.ericfontana.com -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unable-to-build-Mono-for-Android-Samples-tp5105395p5105414.html Sent from the Mono for Android mailing list archiv

Re: [mono-android] Unable to build Mono for Android Samples?

2011-12-28 Thread ChrisNTR
Where'd you find that link? We should probably update it so other people don't run into the same issue :) Chris Hardy On Wed, Dec 28, 2011 at 9:58 AM, efontana wrote: > That was it! I guess I picked the wrong link! > > - > iPhone and Android Developer > > www.ericfontana.com > > -- > View t

[mono-android] An examples using the SearchDialog?

2011-12-28 Thread efontana
Anyone converted and used this: http://developer.android.com/guide/topics/search/search-dialog.html - iPhone and Android Developer www.ericfontana.com -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/An-examples-using-the-SearchDialog-tp5105626p5105626.ht

[mono-android] Opening the "Android Virtual Device(AVD)", it show an "Just In Time debugging" Error

2011-12-28 Thread Pritish
Hello , Thanks for previous help. Now i am facing new error while opening the "Android Virtual Device(AVD)",it show an "Just In Time debugging" error while click on No button it terminate the AVD also click on Yes button the AVD becomes hang. please help me to trigger out from the error.

[mono-android] How to navigate to anther page from activity1 class

2011-12-28 Thread sachin nikam
I am very new to perticularly this.I want redirect my page to another page present in solution exlporer. How do i achieve this. Please help ASAP. Thanks, sachin. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-navigate-to-anther-page-from-activity1-class-t

Re: [mono-android] TypeLoadException for custom type when using shared runtime

2011-12-28 Thread warren burch
I had a similar issue. Turning off fast deployment for all my libraries fixed this up for me. Hope it does for you too. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/TypeLoadException-for-custom-type-when-using-shared-runtime-tp5104628p5105676.html Sent from the M

Re: [mono-android] OnTouchEvent responsiveness gets progressively poorer

2011-12-28 Thread warren burch
Hmmm. To try and work around the problem above I tried circumventing MFA handling of touch event entirely but I am seeing another problem. If I make a little android app in Eclipse and dump out the OnTouch events I see all the expected events (DOWN/MOVE/UP/etc.), if I do the same in my mono app r

Re: [mono-android] An examples using the SearchDialog?

2011-12-28 Thread caruso
Iam sitting on it, at the End it is not much effort behind it but the first time i thought this is very hard to understand. For the content Provider i have used the Content Provider from the Samples and written it so that it suits me. Import is to use the SearchManager.Suggest - Colums for your Qu

Re: [mono-android] An examples using the SearchDialog?

2011-12-28 Thread efontana
Any chance you can zip up the project and post it? - iPhone and Android Developer www.ericfontana.com -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/An-examples-using-the-SearchDialog-tp5105626p5105768.html Sent from the Mono for Android mailing list archive

[mono-android] Using MediaRecorder

2011-12-28 Thread John Croft
When I try to call MediaRecorder.SetAudioSource(AudioSource.Mic) I get the following error and stack trace: UNHANDLED EXCEPTION: Java.Lang.RuntimeException: Exception of type 'Java.Lang.RuntimeException' was thrown. I/MonoDroid(20246): at Android.Runtime.JNIEnv.CallVoidMethod (intptr,intptr,Androi