Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Development > Application Development

Application Development Dev Lounge for the Coder Folks



Reply
 
LinkBack Thread Tools
Old July 7th, 2009, 08:41 AM   #1 (permalink)
Junior Member
 
Join Date: Jul 2009
Posts: 75
 
Device(s): HTC Incredible
Thanks: 10
Thanked 39 Times in 28 Posts
Default Virtual Keyboard

Hello All,

I'm new to these forums as well as new to coding on the android platform. After a several hours of research, I'm still unable to process the period entry made on the virtual keyboard. Does any one have a small code snippet or example explaining this?

I can easily take the input from the real keyboard. After testing the early parts of my app, friend noticed that it didn't recognize the "." key when entering an IP address. What's funny is that it does recognize the numbers typed on the virtual keyboard. I have the following event handler:

oct2.setOnKeyListener(new OnKeyListener() {
public boolean onKey(View v, int keyCode, KeyEvent event) {
if ((event.getAction() == KeyEvent.ACTION_DOWN) && (keyCode == KeyEvent.KEYCODE_PERIOD)) {
// Perform action on key press
oct3.requestFocus();
return true;
}
return false;
}
});

Most of this comes from the tutorial. I've found that there is a different listener for the virtual keyboard and have imported "android.inputmethodservice.KeyboardView.OnKeyboar dActionListener" but I still can not get it to work.

Any help that can be provided will be greatly appreciated.


Deekjx

deekjx is offline  
Reply With Quote
Sponsors
Old July 22nd, 2009, 02:15 PM   #2 (permalink)
Junior Member
 
Join Date: Jul 2009
Posts: 75
 
Device(s): HTC Incredible
Thanks: 10
Thanked 39 Times in 28 Posts
Default

Has anyone coded any apps that use the a listern for the virtual keyboard at all?
deekjx is offline  
Reply With Quote
Reply

Bookmarks


Go Back   Android Forums > Android Development > Application Development User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual Keyboard 11mess Motorola Droid 2 4 August 11th, 2010 10:36 PM
Virtual keyboard does not appear galaktiker HTC Hero 8 May 5th, 2010 09:29 AM
best virtual keyboard app? wenmyster HTC Droid Eris 10 January 26th, 2010 09:04 PM
Help! Virtual keyboard gone mad. Sebast HTC Hero 2 January 8th, 2010 06:33 AM
New Virtual Keyboard jwmacdon1231 Android Applications 14 December 7th, 2009 01:34 PM



All times are GMT -5. The time now is 12:18 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo