Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Insert new row in Table using TextEditor
Insert new row in Table using TextEditor [message #442653] Thu, 09 September 2004 21:16 Go to next message
Jainthra Fernandes is currently offline Jainthra FernandesFriend
Messages: 13
Registered: July 2009
Junior Member
Scenario :
Table Wrapped around a TableViewer
There are TextEditor defined for all the cells

Currently when the user double clicks on a cell which has data the
cell morphs into the TextEditor and allows the cell's content to be
edited

HOWTO :
When user double clicks on a empty row however the TextEditor is not
getting called. How do I call the TextEditor for a empty cell ??
Re: Insert new row in Table using TextEditor [message #442682 is a reply to message #442653] Fri, 10 September 2004 21:49 Go to previous message
Arthur Casals is currently offline Arthur CasalsFriend
Messages: 6
Registered: July 2009
Junior Member
Hello,

Have you tried:

- Creating an empty row
- Associating the morphing (if it's not automatic)
- Calling the Text Editor
?


Regards,

Arthur Casals


Cital wrote:

> Scenario :
> Table Wrapped around a TableViewer
> There are TextEditor defined for all the cells
>
> Currently when the user double clicks on a cell which has data the
> cell morphs into the TextEditor and allows the cell's content to be
> edited
>
> HOWTO :
> When user double clicks on a empty row however the TextEditor is not
> getting called. How do I call the TextEditor for a empty cell ??
>
>
Previous Topic:Shortcut using SWT
Next Topic:OutOfMemoryEror with j9 on PocketPC 2003
Goto Forum:
  


Current Time: Fri Apr 19 23:48:33 GMT 2024

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

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

Back to the top