I'm not sure if this will help you:
http://developer.android.com/reference/android/widget/TextView.OnEditorActionListener.html

But looks like some IME related actions you can catch.

Please let us know if it works...

On Wed, Jun 24, 2009 at 4:36 AM, Hazam<[email protected]> wrote:
>
> Folks,
> is there nobody having the same problem?
> Did I explain I clearly?
>
> The problem is that if i press some of the virtual keyboard keys, they
> do not cause a onKeyDown event;
> this happens with keys '/','!' and such.
>
> While if i press physical emulator keys, (even the same keys), they
> do.
> Could you give me some feedback on this, even a pointer to some code
> to study
> Thanks
>
> On 22 Giu, 20:22, Emanuele Di Saverio <[email protected]>
> wrote:
>> Hi all,
>> I was fillding with EditText and handling of events, and I was wondering on
>> a strange thing:
>>
>> If you press some of the keys (for example forward slash '/') on the
>> emulated physical keyboard, the keyevents are called
>> as usual (onKeydown, the KeyListeners etc).
>> If I click on the corresponding virtual key on the onscreen virtual
>> keyboard, all these callbacks do not get called at all!
>> This is strange, given that If I press other keys like alhpanumerical, the
>> events are called.
>>
>> Can someone explain me this behaviour of the EditText component?
>> Thanks a lot
>>
>> -Emanuele
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to