I'm looking to have a view, that has been detached by the user, be able to be placed in front and behind the main application window. Has anyone ever dealt with this before?
Asked
Active
Viewed 239 times
0
-
possible duplicate of [Eclipse RCP detached views: How to control the z-index?](http://stackoverflow.com/questions/6978640/eclipse-rcp-detached-views-how-to-control-the-z-index) – Modus Tollens Oct 25 '13 at 07:29
1 Answers
0
I think that what you are looking for is to change the Shell style of the detached window, so you can setup it to behave like a independente window, like if its an another application.
See this post: How to create my own shell to replace the shell created in the MTrimmedWindow in e4 RCP?

Community
- 1
- 1

Jose Renato
- 705
- 5
- 18