|
From: Benoit X. (JIRA) <no...@at...> - 2006-11-03 11:08:44
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-437?page=comments#action_20622 ] Benoit Xhenseval commented on RCP-437: -------------------------------------- With all due respect, this sounds OTT. It should be simpler/easier to do it, as I mentioned, when you launch the view/internalFrame, you do NOT know the trade id. One could also conceivably see 2 views with the same trade but in different tabs on the view for instance. Could you elaborate on the registry and may be see if my option may fit in there? Thanks Benoit > 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 |