|
Re: RowSelection right after creation (does not work) [message #1064803 is a reply to message #1064370] |
Fri, 21 June 2013 03:52  |
Eclipse User |
|
|
|
Hi,
sorry for the late reply on this. I just downloaded your example and tested your issue.
The issue is that you are exposing the API rather than using the command API. If you change your doSelection() to the following using the SelectRowsCommand, it works as intended.
this.natTable.doCommand(new SelectRowsCommand(bodyLayer, 0, 80, false, false));
this.natTable.doCommand(new SelectRowsCommand(bodyLayer, 0, 90, false, true));
this.natTable.doCommand(new SelectRowsCommand(bodyLayer, 0, 91, false, true));
Quote:Eclipse 3.x for now as E4 is still very buggy
I totally disagree with that statement. The main issues that are reported are related to the compatibility layer of Eclipse and the Eclipse IDE which is an application still based on Eclipse 3.x and the compatibility layer. Plain E4 applications work very good.
Greez,
Dirk
|
|
|
Powered by
FUDForum. Page generated in 0.25121 seconds