Hi, I have an Input in a Dialog and when I invoke SetkeyListener the Virtual Keyboard does not appear? With the hardware keyboard not Prob.
What can I do that the Virtual keyboard also appear with seKeyListener Or how do i Make a accepted Chars with the virtual keyboard? dapikeyfield.setKeyListener(new NumberKeyListener() { private static final String CHARS=" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; @Override protected char[] getAcceptedChars() { return(CHARS.toCharArray ()); } public int getInputType() { // TODO Auto-generated method stub return 0; } }); Hope there is a solution with the code above and I do not need a extra keylistener for the virtual keyboard and even checking if the virtual keyboard is active.... thanks chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---