We are using smart gwt pro from the 30.10.2013.,
the problem also must have been there since ~ 1 month.
We use charts for more than 4 months.
At the latest release we also used the latest version of the smartgwt 4.0 pro jar files.
Suddenly the redraw was not working anymore and the chart stays blank!!
Record[] x=this.getData()
chart.setData(x);
chart.redraw();
Doing the action in the debug mode, no exception is thrown.
It was working before, did anybody in the forum face the same problem?
As a user of the pro version I do not really expect things stops working.
the problem also must have been there since ~ 1 month.
We use charts for more than 4 months.
At the latest release we also used the latest version of the smartgwt 4.0 pro jar files.
Suddenly the redraw was not working anymore and the chart stays blank!!
Record[] x=this.getData()
chart.setData(x);
chart.redraw();
Doing the action in the debug mode, no exception is thrown.
It was working before, did anybody in the forum face the same problem?
As a user of the pro version I do not really expect things stops working.
Comment