Reputation: 31
I have a Java - Eclipse RCP application. The Editor has several pages, some of which contain nebula.XYGraph graphs. The toolbar has an Action, which loops over these pages to take a snapshot of each graph. In the loop, I retrieve the page, use editor.setActivePage(index of the page) so the page should be displayed/refreshed, then call page.doSnapshot().
However, several problems happen:
I tried:
Upvotes: 1
Views: 49