• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2012, Vol. 34 ›› Issue (5): 53-57.

• 论文 • Previous Articles     Next Articles

Research on the UI Consistency and Function Difference of the Soft Keyboard in Embedded Systems

CHEN Yihong1,2,FENG Quanyuan1,LIU Tao 1,3,LI Xiaowu1   

  1. (1.School of Information Science and Technology,Southwest Jiaotong University,Chengdu 610031;2.School of Computer Sience and  Technology,Southwest University for  Nationalities,Chengdu 610041;3.School of Computer Sience,Sichuan University,Chengdu 610041,China)
  • Received:2011-03-23 Revised:2011-06-25 Online:2012-05-25 Published:2012-05-25

Abstract:

In order to resolve the conflicts between the small soft keyboard buttons of WinCE and the touching operation easily in embedded devices, a new soft keyboard, instead of the similar one of WinCE, is designed. To resolve the conflicts between multiple soft keyboard interfaces which input data and limited system resources, a method that the soft keyboard interface and the keyboard processing logic function of adding, deleting, displaying, checking range, are separated,which means that the same soft keyboard interface is called by serveral software function components, and realizes the UI consistency and function difference of the touching screen soft keyboard in embedded systems,thus the system resource is saved. In addition, to reduce the number of soft keyboard buttons, and thus the botton of soft keyboard has big size on the condition of small size touch screen, the technology of appending a unit string to data is presented, and the input data speed can be improved by the technology. By these techniques, the soft keyboard based on WinCE is developed,and an easy operation is attained in practice.

Key words: touching screen;soft keyboard;function separating;appending