From: Adam A. (JIRA) <no...@sp...> - 2011-01-24 18:25:29
|
[ https://jira.springsource.org/browse/RCP-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62693#action_62693 ] Adam Armistead commented on RCP-626: ------------------------------------ The link you provided says "Document not found". If you have managed to get this to work and have gotten the VLDockingApplicationPageFactory to properly cache ApplicationPages when setReusePages() is set to true and recreate them when set to false while still managing proper registering with the VLDocking desktop for hidden, visible, and floating windows I'm all over it. One of my problems was getting it to work with different ApplicationPages. With and without initial layouts, with and without custom VLDockingLayout implementations, and with and without both where some were loaded when switching application pages, and some were loaded upon application startup. I could always get some of them to work, but never all of them. > VLDocking integration broken > ---------------------------- > > Key: RCP-626 > URL: https://jira.springsource.org/browse/RCP-626 > Project: Spring Rich Client Project > Issue Type: Bug > Reporter: Adam Armistead > Assignee: Lieven Doclo > Priority: Major > Attachments: RCP-626.patch, RCP-626_1.patch > > > In the VLDocking integrations each application page is its own DockingDesktop instance. Pages are not being saved and loaded correctly resulting in floating dockables remaining on screen after showing a new page that should not show the floating dockable as a view. Floating dockables are not positioned correctly when a page is shown, and when closing a page it is saved once for each page created, so if you create 5 application pages and close one of them it is saved 5 times in a row. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.springsource.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |