ok.. the problem seems the SetKeylistener... but how can i use the
virtual Keyboard
including the Keylistener???
in the moment the following code is included.. the virtual keyboard do
not appear!
dapikeyfield.setKeyListener(new NumberKeyListener(){
private static final String CHARS="
abcdefghijklmnopqrstuvwxyz" +
"ABCDEFGHIJKLMNOPQRSTUVWXYZ";
@Override
protected char[] getAcceptedChars() {
return(CHARS.toCharArray());
}
public int getInputType() {
// TODO Auto-generated method stub
return 0;
}
});
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---