• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

How to enable Palm Keyborad....?????

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
How to enable Palm Keyboard in a J2ME palm application.
I made my sample application from Spotlet class and i am using CLDC.If spotlet class donot support Palm Keyboard and what is the other alternative.

Thanks in Advance
Joe Augustine
 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure if you mean can you cause the built-in keyboard to popup on the screen or can you trap key events. The former isn't possible, the latter is -- just define a keyDown method in your Spotlet class.
Eric
 
Joe Augustine
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, i mean to ask whether a Palm user can invoke Palm Keyboard ('abc' and '123') from a J2ME/CLDC application ?? If not,how an application developed with J2ME/CLDC API's will be useful to a user,unless he is an expert in graffiti.Is there any way to handle this ?
Originally posted by Eric Giguere:
I'm not sure if you mean can you cause the built-in keyboard to popup on the screen or can you trap key events. The former isn't possible, the latter is -- just define a keyDown method in your Spotlet class.
Eric

 
Eric Giguere
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Like I've said in other posts, you shouldn't even really be developing anything serious with the CLDC reference implementation for the Palm, you should target the MID and PDA profiles instead. However, those are definitely not Palm-specific profiles so it's not sure how you'll be able to invoke Palm-specific features from there... but avoid the CLDC reference implementation!
Eric
------------------
Eric Giguere
author of:
Java 2 Micro Edition : A Professional Developer's Guide
PalmTM Database Programming: The Complete Developer's Guide
 
Would you like to try a free sample? Today we are featuring tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic