Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » text scrolling
text scrolling [message #462649] Sun, 16 October 2005 21:22 Go to next message
Duncan is currently offline DuncanFriend
Messages: 2
Registered: July 2009
Junior Member
hi does anyone know the command to scroll a textbox or at least set the
cursor and vertical scroll position to the end of the textbox? thanks!
Re: text scrolling [message #462654 is a reply to message #462649] Mon, 17 October 2005 01:56 Go to previous messageGo to next message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
A Text widget with the SWT.MULTI | SWT.WRAP | SWT.BORDER styles should work. I can't remember if you can force it using SWT.V_SCROLL or SWT.H_SCROLL respectively. Dig the API for that one, specifically the javadoc for the SWT class.
Re: text scrolling [message #462657 is a reply to message #462654] Mon, 17 October 2005 02:39 Go to previous message
Duncan is currently offline DuncanFriend
Messages: 2
Registered: July 2009
Junior Member
Thanks a lot. Let me review the API first.
Previous Topic:Date / DateTime and Text Mask
Next Topic:MULTIPAGE TIFF
Goto Forum:
  


Current Time: Thu Apr 25 15:45:36 GMT 2024

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

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

Back to the top