cancel
Showing results for 
Search instead for 
Did you mean: 

Open a non modal window in foreground/on top of the others

Former Member
0 Kudos

Hi,

I need to show a PDF in a separate browser window. To do that I use the following lines of code:

IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(resource.
	getUrl(WDFileDownloadBehaviour.AUTO.ordinal()));
window.show();

The problem is that the browser's new window is placed in background (i.e., beneath the active window). Do someone knows how to show the window in foreground (i.e., over/on top the active window)?

Thank you,

Pietro

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

(Closing due to inactivity)