Model Processing and Rendering Window children of a Window [message #1140657] |
Wed, 16 October 2013 10:11  |
Eclipse User |
|
|
|
Hi all
I'm facing the following problem. I need to have a window inside a window in the application model. Thus, I need in the children to get access to the parent window in order to do the initOwner(owner) on show.
The problem I found out is that the WindowRendererImpl I have, defined as follows:
MyCustomWindowImpl extends WLayoutedWidgetImpl<Stage, GridPane, MWindow> implements
WWindow<Stage>
is not called. Introspecting the efxclipse source code I found out that in the BaseWindowRenderer.java the code responsible for processing the window children commented:
This is in the doProcessContent method
for (MWindow w : element.getWindows()) {
engineCreateWidget(w);
}
If I uncomment that piece of code, my WindowImpl is invoked. However, I'm not sure how to access to the Window parent. Any hint? Thanks!!
Best
Pablo
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04709 seconds