Re: [mono-android] Using the new async code in the 4.7 branch

2013-04-17 Thread Miljenko Cvjetko
Hi On 2013.04.17 01:58, Paul Johnson wrote: Hi, Why don't You try var getLoginTask = MyEvents.UserSignIn_Async(username, password); and see returning type?? UserSignIn_Async returns void. The compiler moaned when I tried var getLoginTask... Hm.. Async functions with retrun type void or ty

[mono-android] EditText focus

2013-04-17 Thread laurar81
how do to set focus on edittext after DispatchKeyEvent? public override bool DispatchKeyEvent(KeyEvent e) { if (this.CurrentFocus.Id == Resource.Id.codice_barre) { if (e.Action == KeyEventActions.Down && (e.KeyCode == Keycode.NumpadEnter || e.KeyCo

[mono-android] how to deploy mono for android app(.apk file) to android tablet

2013-04-17 Thread krish
hi, m suffering from deployment problem...i tried one thing...i copied the .apk signed file(E:\MonoAddModifyDeleteView\MonoAddModifyDeleteView\bin\Debug) to sd card of tablet and installed it ...it is installed on the tablet but giving error AllControls.AllControls has stopped unexpectedly (For

[mono-android] Linker Error in 4.7.4 beta when Referring to Mono.Android.Support.V4

2013-04-17 Thread Joshua Barker
I think the bug that was fixed in 4.6.3 is back in 4.7.4 beta. "Fixes a Linker error which occurrs when building a Release build of a project which references Mono.Android.Support.V4.dll." This is the error. Error 23

[mono-android] "java" exited with code 1

2013-04-17 Thread Chas Xu
Hi I suddenly got the error when I build an Xamarin Droid project in VS2012. The error is exactly like http://www.blogosfera.co.uk/2013/03/why-is-my-monodroidxamarin-android-project-suddenly-giving-me-a-java-exited-with-code-1-errorI/

Re: [mono-android] "java" exited with code 1

2013-04-17 Thread Chas Xu
Sorry please ignore the email. The issue has been resolved by getting all the code from the server again and overwrite all the existing ones... On 17 April 2013 16:53, Chas Xu wrote: > Hi > I suddenly got the error when I build an Xamarin Droid project in VS2012. > The error is exactly lik

Re: [mono-android] Google map v2 CustomMapTileProvider

2013-04-17 Thread ukrandruha
Yes!!! Ido it!! public class MyTileProvider : Java.Lang.Object, ITileProvider, IJavaObject, IDisposable { public Tile GetTile(int x, int y, int zoom) { byte[] image = readTileImage(x, y, zoom); return image == null ? null : new Tile(TILE_WIDTH, TILE_

Re: [mono-android] how to deploy mono for android app(.apk file) to android tablet

2013-04-17 Thread baramuse
Debug .apk can of course be deployed on device, otherwise, how would you want to debug on device ? :) (of course you'll need to enable developper options in the tablet preferences) Can you provide with the build output? coud be useful to understand what's happening. Regards. -- View this messa

Re: [mono-android] Linker Error in 4.7.4 beta when Referring to Mono.Android.Support.V4

2013-04-17 Thread Jonathan Pryor
On Apr 17, 2013, at 10:57 AM, Joshua Barker wrote: > I think the bug that was fixed in 4.6.3 is back in 4.7.4 beta. 4.6.x branched from 4.7 long ago; 4.7 never got that fix in the first place. ;-) We'll be fixing that error in a different way for 4.7; the 4.6 fix was "don't do that", i.e. "don'

Re: [mono-android] how to deploy mono for android app(.apk file) to android tablet

2013-04-17 Thread krish
here i build and Deployed in Debug mode deployement is success in emulator...here m not build it in release modejust build and deployed in debug modenow i copied MonoAddModifyDeleteView.MonoAddModifyDeleteView-Signed.apk file which is in E:\MonoAddModifyDeleteView\MonoAddModifyDeleteV

Re: [mono-android] how to deploy mono for android app(.apk file) to android tablet

2013-04-17 Thread Jonathan Pryor
On Apr 17, 2013, at 9:21 AM, krish wrote: > hi, >m suffering from deployment problem...i tried one thing...i copied the > .apk signed > file(E:\MonoAddModifyDeleteView\MonoAddModifyDeleteView\bin\Debug) to sd card > of tablet and installed it ...it is installed on the tablet but giving erro