Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Pocket PC - Screen keyboard
Pocket PC - Screen keyboard [message #443497] Sat, 25 September 2004 15:22 Go to next message
No real name is currently offline No real nameFriend
Messages: 21
Registered: July 2009
Junior Member
Hello,

if I enter a text field or an editable combo box the screen keyboard will
not automatically be shown like in normal applications for the PPC. Does
anybody know a solution for this problem?

Thank you, Tobi
Re: Pocket PC - Screen keyboard [message #443536 is a reply to message #443497] Mon, 27 September 2004 15:29 Go to previous messageGo to next message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hi Tobi,

The user still has to manually bring up the SIP (screen keyboard) with SWT.
You have the choice to ensure the text widgets are in the upper part so that
they are not covered by the SIP. Or you can put the text widgets into a
Shell with the SWT.RESIZE style - the Shell will be resized when the SIP is
activated by the user. This style is described in the Eclipse.org article "A
small cup of SWT".
Alternatively, you can open a feature request to allow an SWT app to
show/hide the SIP programmatically.

Chris
Re: Pocket PC - Screen keyboard [message #443629 is a reply to message #443536] Tue, 28 September 2004 20:27 Go to previous message
No real name is currently offline No real nameFriend
Messages: 21
Registered: July 2009
Junior Member
Thank you!

Tobi
Previous Topic:Setup SashForm so that resize grows only one side
Next Topic:Pocket PC - Auto completion
Goto Forum:
  


Current Time: Thu Apr 25 04:07:32 GMT 2024

Powered by FUDForum. Page generated in 0.03982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top