Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Scroll bar in shell
Scroll bar in shell [message #441699] Fri, 20 August 2004 13:36 Go to next message
Mayur is currently offline MayurFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,

This is Ramesh babu. I am working with WSDD (WebSphere Device Developer). I
have built application in WSDD using SWT tools created jxe file and link
file. These files are pasted in PDA. I want to see when input panel (key
board) opens in PDA, whatever data behind input panel , has to go up
automatically without shriking. Please help me in this regard.

I want to see shell should go up automatically without shriking up of data
or values in that shell. Please replay for this question as early as
possible.


I will appreciate you guys if you send reply ASAP.
Re: Scroll bar in shell [message #441702 is a reply to message #441699] Fri, 20 August 2004 19:02 Go to previous message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hello,

By PDA, I'll be assuming you are referring to the Pocket PC port -
otherwise let us know your platform and ignore the rest below.

You have 2 choices. You can create a Shell without the SWT.Resize style.
The Shell gets covered by the SIP (input panel). No resize occurs. Or you
can create a Shell with the SWT.Resize style. That forces the Shell to
resize everytime the SIP is turned on and off.

An example can be found at:
http://www.eclipse.org/articles/Article-small-cup-of-swt/poc ket-PC.html
Under:
Application resizing when the virtual keyboard shows up

Chris
Previous Topic:TableItem Row resizing
Next Topic:assertion failed when using tableviewer
Goto Forum:
  


Current Time: Fri Apr 26 09:49:00 GMT 2024

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

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

Back to the top