Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableCursor
TableCursor [message #441865] Thu, 26 August 2004 13:58 Go to next message
Nic is currently offline NicFriend
Messages: 2
Registered: July 2009
Junior Member
Hi, how should I use the TableCursor to enable user to tab between cells in
Table? Or any suggestions how to TAB in a Table

Thanks
Nic
Re: TableCursor [message #442069 is a reply to message #441865] Fri, 27 August 2004 15:32 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
See:

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet96.java?rev=HEAD&a mp;content-type=text/vnd.viewcvs-markup

I would not advise using "tab" as the way of navigating between cells
because it is used to navigate into and out of the Table.

"Nic" <nbotha@zarafin.com> wrote in message news:cgkq47$qbn$1@eclipse.org...
> Hi, how should I use the TableCursor to enable user to tab between cells
in
> Table? Or any suggestions how to TAB in a Table
>
> Thanks
> Nic
>
>
Re: TableCursor [message #442224 is a reply to message #442069] Mon, 30 August 2004 07:19 Go to previous message
Nic is currently offline NicFriend
Messages: 2
Registered: July 2009
Junior Member
Thanks for the response. I have tried this code, can't get it working with
tab. I have overriden the default tab behaviour.

Problem : Cursor.setVisible must be false to edit cell, but needs to be
active to change to next cell, and then user has to click again to disable
cursor. Need to find way without using TableCursor maybe?

Need to tab because of user requirement, have large volumes of data to go
thru in table, can't click on every cell.

Thanks for the help/suggestions
Nic
Previous Topic:SWT.KEYPAD_DECIMAL problem!
Next Topic:Widgets overlapping instead of shrinking
Goto Forum:
  


Current Time: Fri Apr 26 17:20:12 GMT 2024

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

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

Back to the top