Problem on DesignElement Id while moving column in table [message #1015669] |
Fri, 01 March 2013 10:44 |
Eclipse User |
|
|
|
Hello
To fast, we have developed a SWT emitter around BIRT version 3.7.
Thus on our swt tables we have to deal with the listerners around several actions such as moving a column.
We manage user preferences to be able to replay this on the initial report design.
Our design report include tables from birt library but also tables with no link with rptLibrary. In this last case we encounter problems.
Birt, int the source org.eclipse.birt.report.model.core.ModuleImpl change the ID of the column when we move it. For information we use the method org.eclipse.birt.report.model.api.TableHandle.shiftColumn (int sourceColumn, int destColumn).
In 1599 ModuleImpl line BIRT modifies our TableColumn Id. Do you know why?
In the case of using a library it is not going so far as to line 1589 was
if (element.getRoot ()! GetModule = ())
and so it makes a return.
thanks
|
|
|
Powered by
FUDForum. Page generated in 0.03218 seconds