Felix
Felix

Reputation: 31

Eclipse RCP using Nebula - Action taking snapshots looping over several editor's pages

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

Answers (0)

Related Questions