[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: scriptlib folder in previewer

Todd,

The extension point is
org.eclipse.birt.core.ScriptFunctionService
I think this may be in the 2.3.1 builds.

The older versions should be able to be done using
org.eclipse.birt.report.designer.ui.elementAdapters extension
and implementing an instance of IExpressionBuilder.
For this method take a look at the bug I pointed you to earlier.

I have implemented the second approach but implemented an instance of the IExpressionProvider and got functions to add but had issues getting it to write my expression to the code window. ie I could only get it to put what I had in the last window into the code window.

Jason

Todd Flora wrote:
What version of Birt is this in, Point me at the extension point so that I too can try and get it working.

If it is new is it only available in 2.3?

Thanks,