| e4 rcp focus on window [message #940456] |
Thu, 11 October 2012 12:50  |
Xiuang Lee Messages: 8 Registered: October 2012 |
Junior Member |
|
|
I have to create multiwindowed e4 app. All my windows are collected in a map. I'm trying to focus on one of the windows programmaticaly:
MWindow window = windows.get("window number one");
EModelService service = window.getContext().get(EModelService.class);
service.bringToTop(window);
It does not help: nothing happens. Think, I missunderstand this method.
How to bring window to top, I mean - focus on this window/make it active?
Thanks in advance, Xiuang.
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01668 seconds