thanks for the info, that brought me further. I have added the following
attributes to the InputMethodService:

[Service(Name = "osksmartkeyboard.OSKSmartKeyboard", Label = "OSK
Smartkeyboard", Permission = "android.permission.BIND_INPUT_METHOD")]
[IntentFilter(new string[] { "android.view.InputMethod" })]
[MetaData("android.view.im", Resource = "@xml/method")]

But it seems, that it is not possible to run a service-project direct from
debugger, isn't it? When I choose build/deploy the apk is copied to the
device and there I can choose it as input-method. for now, my keyboard
doesn't appear -> need to debug.

what is the best practice to debug a service-project in mono? Does someone
has a hint or a link, where i can get the information?


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Creating-a-Softkeyboard-with-mono-tp5710871p5710941.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to