[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Custom Report Parameter Dialog

Werner,

The viewer one is built using JavaScript-JSP-Servlets, which means it most likely will not convert for your app, but you may want to look at the source code for the dialogs that are used when you are in the designer and you press the parameter button.

Jason

Werner Müller wrote:
Hi,

i use BIRT v2.2 within an Eclipse RCP Application using the RE. For the report input parameters i want a nice and shiny good looking RCP dialog (or wizard). I have seen that it is easily possible to read the report parameters with the RE allowing to build my custom dialog. Whatsoever, I do not want to reimplement the exact same functionality already provided by the report parameter dialog that comes with the BIRT viewer. Is there a RCP implementation available for this or do i really have to implement it myself?

Thanks,
Werner