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.
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
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
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
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
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'