Re: On-screen-keyboard



On Sat, 18 Nov 2000, Ralf Thummert wrote:
Hello,
i want to create an On-sreen-keyboard! My first big problem is now to make a 
'Button-click' to a 'Keyboard-press' Event. So that i can type to where the 
Cursor is. Has anybody an idea? If you need more info, visit
http://members.surfeu.de/thummert

i have done this once for a touchscreen application.
i connected a callback to the click event of every entry widget and popped up
the keyboard, when the user clicked on one of the entry widgets.

the keyboard containd by itself an entry, that was filled with characters by
the clicks on the keyboard buttons. when the user clicked "Enter" i transferd
the contents of the keyboard entry to the one that opend the keyboard.

BTW: i used libglade and a fixed container widget to build the keyboard window.
i can send you some code, if you're intrested.

regards ...
clemens




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]