Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to prevent a multiline text to accept tabs?
How to prevent a multiline text to accept tabs? [message #437237] Tue, 01 June 2004 15:05 Go to next message
Eclipse UserFriend
Originally posted by: roberto.nucera.informatica.com

After a tab I would like the multiline text to just release focus to the
next control in the tabbing order,
instead than indenting by a tab and keeping focus.

Any help is appreaciated.

Roberto
Re: How to prevent a multiline text to accept tabs? [message #437366 is a reply to message #437237] Thu, 03 June 2004 12:48 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Investigate the SWT.Traverse event. Check for event.detail ==
SWT.TRAVERSE_TAB_NEXT and set event.doit = true. I'd post a snippet but I
have no time.

"Roberto Nucera" <roberto.nucera@informatica.com> wrote in message
news:c9i5h3$tbr$1@eclipse.org...
> After a tab I would like the multiline text to just release focus to the
> next control in the tabbing order,
> instead than indenting by a tab and keeping focus.
>
> Any help is appreaciated.
>
> Roberto
>
>
Previous Topic:Menu Images Problem
Next Topic:TableColumn.setAlignment workaround on SWT2.1.3/GTK?
Goto Forum:
  


Current Time: Thu Apr 25 14:33:04 GMT 2024

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

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

Back to the top