Re: [mono-android] Creating a Softkeyboard with mono

2013-09-06 Thread thuat
Hi Chris Do you know how to enable long press event in keyboardview? Br/Thuat -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Creating-a-Softkeyboard-with-mono-tp5710871p5713510.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Creating a Softkeyboard with mono

2012-07-18 Thread JLee
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.InputMet

Re: [mono-android] Creating a Softkeyboard with mono

2012-07-17 Thread Jonathan Pryor
On Jul 17, 2012, at 5:47 AM, JLee wrote: > does anybody know, whicht project-type /-settings I have to use, to say mono, > that this is an InputMethodService (or if it is possible to create > IME-Projects with mono, anyway)? InputMethodService is a Service, so you should use the [Service] custom

Re: [mono-android] Creating a Softkeyboard with mono

2012-07-17 Thread JLee
have to push this thread a little bit, cause im stucking at this problem and can't get further. does anybody know, whicht project-type /-settings I have to use, to say mono, that this is an InputMethodService (or if it is possible to create IME-Projects with mono, anyway)? I think in Java, Android

Re: [mono-android] Creating a Softkeyboard with mono

2012-07-14 Thread JLee
Thanks Chris, this helped me a little bit to understand the whole thing. But what I want to have is an standalong Softkeyboard which runs in the OS like the standard-softkeyboard from Android. Last night i ported some of Google's code from their softkeyboard-sample into a C# Project. I did the fol

Re: [mono-android] Creating a Softkeyboard with mono

2012-07-13 Thread ChrisNTR
Hi Lee, There's an example of a custom softkeyboard in Mono for Android here that you might find useful: http://dl.dropbox.com/u/90453/CustomKeyboard.zip I hope this helps, ChrisNTR On Fri, Jul 13, 2012 at 1:57 PM, JLee wrote: > Is it possible to create a Softkeyboard with mono? > for now, i'