|
From: Arne L. (JIRA) <no...@at...> - 2006-11-02 23:17:41
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-437?page=comments#action_20613 ] Arne Limburg commented on RCP-437: ---------------------------------- Hi Benoit, it was a design-decision to have just one view per page and viewdescriptor. Did you consider to use different view descriptors for your trade view? > Enable multiple instances of MDI frames for same view. > ------------------------------------------------------ > > Key: RCP-437 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-437 > Project: Spring Framework Rich Client Project > Type: Improvement > Versions: 0.3.0 > Reporter: Benoit Xhenseval > Attachments: DesktipApplicationPage.java.patch > > Hi > I'd like to propose a patch that is backward compatible with the existing code. > The patch allows several MDI windows for the same view (say "TradeView", traders would like to see more than 1). > At the moment, this is not possible. > This is simply done by looking up for the singleton property in the Spring XML config for the requested view. > If the view is a singleton and an instance already exists, it returns it. > If it does not exist or is not a singleton, DesktopApplicationPage.findPageComponent returns null which then indicates to SpringRC to build a new one. > I'd be grateful if you'd consider it for inclusion in the mdi package in the sandbox. > Thanks > Benoit -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |