You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works but the implementation works with/from the Root presenter placing the windows over all other desktop parts (header, task bar etc.). I think most applications have a working area, in my situation this would be the desktop.
There should be a parent presenter as event parameter which acts as a container for the pop-up windows. In my situation this would be the desktop-presenter.
Is it possible to add this parent presenter to the library?
The text was updated successfully, but these errors were encountered:
I'm using the Popup Presenter to handle the windows in a desktop designed application:
http://dev.arcbees.com/gwtp/core/presenters/popups.html
This works but the implementation works with/from the Root presenter placing the windows over all other desktop parts (header, task bar etc.). I think most applications have a working area, in my situation this would be the desktop.
There should be a parent presenter as event parameter which acts as a container for the pop-up windows. In my situation this would be the desktop-presenter.
Is it possible to add this parent presenter to the library?
The text was updated successfully, but these errors were encountered: