Chart.setScript(String fullClassName) does not work in plugin and RCP applications [message #1021415] |
Wed, 20 March 2013 03:03  |
Tony Hsiao Messages: 13 Registered: March 2013 |
Junior Member |
|
|
Hi, everyone, I'm new to BIRT, and I'm using BIRT in eclipse plugin development.
I want to change the series color in stacked chart, and I achieved this by passing a javascript function as a string to Chart.setScript(xxx). I learned from the BIRT example plugin that Chart.setScript(xxx) also accepts a full class name which extends ChartEventHandlerAdapter, but it did not work in my eclipse plugin and RCP applications, more exactly, the methods in the class which extends ChartEventHandlerAdapter did not execute at all, while in normal SWT applications, Chart.setScript(xxx) does work with a full class name. I don't know why, can anyone help me?
Thanks in advance!
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02111 seconds