$NO-RB$ No Context associated with current Thread [message #87075] |
Thu, 03 November 2005 10:43  |
Eclipse User |
|
|
|
If I use following code in the script area of the chart builder:
function beforeDrawDataPoint(dataPointHints, label)
{
importPackage(Packages.javax.swing);
frame = new JFrame("TEST");
frame.setBounds(310, 220, 300, 20);
frame.show();
}
and run the report the frames are opened as often as I have bars but an
error message appears in the viewer log:
03.11.2005 16:38:01 org.eclipse.birt.chart.log.impl.JavaUtilLoggerImpl log
GRAVE: Exception
org.eclipse.birt.chart.exception.ChartException: $NO-RB$ No Context
associated with current Thread
How can I get rd of it?
Thanks for help!
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03092 seconds