lievendoclo / Valkyrie-RCP

A fork from http://www.gitorious.org/valkyrie-rcp
Apache License 2.0
23 stars 10 forks source link

Add MDI support #13

Open bravegag opened 11 years ago

bravegag commented 11 years ago

After a lot of trial and error I realize it is not really possible to have MDI out of the box. The furthest I could get was setting a MultiViewPageDescriptor as part of my application lifecycle but this only means I simply have a SDI application with multiple views and not really JInternalFrames when I activate a view using: applicationConfig.windowManager().getActiveWindow().getPage().showView(ViewID);

lievendoclo commented 11 years ago

Which is very strange. I've seen working MDI examples in the past. But that was the pre-Valkyrie era :). Might take a look at it, if time permits.