Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Problem on DesignElement Id while moving column in table(BIRT)
Problem on DesignElement Id while moving column in table [message #1015669] Fri, 01 March 2013 15:44
Philippe NEMBRARD is currently offline Philippe NEMBRARDFriend
Messages: 9
Registered: August 2010
Junior Member
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
Previous Topic:Logging for WebViewerExample
Next Topic:Chart - line marker
Goto Forum:
  


Current Time: Fri Apr 26 09:29:55 GMT 2024

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

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

Back to the top