cancel
Showing results for 
Search instead for 
Did you mean: 

CE 7.1 : Non Modal External Window Minimizes on Pop up

former_member191528
Participant
0 Kudos

Hello All,

We are using a non modal external window and it seems to minimize just after pop up opens in new window. We are using the following properties for the external window.

Can anyone recommend us settings / properties in which the external window will not minimize after pop up.

IWDWindow abcWindow= wdComponentAPI.getWindowManager().createNonModalExternalWindow(abcURL.toString());

abcWindow.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);

abcWindow.removeWindowFeature(WDWindowFeature.MENU_BAR);

abcWindow.removeWindowFeature(WDWindowFeature.STATUS_BAR);

abcWindow.removeWindowFeature(WDWindowFeature.TOOL_BAR);

abcWindow.setTitle("Abc Display");

abcWindow.setWindowSize(100, 100);

abcWindow.show();

Thanks.

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Kiran,

Please change the abcWindow.setWindowSize(100, 100); parameter and see the result.

Check threads for the similar issue discussed here:

Hope it helps.

Regards,

Arun

former_member191528
Participant
0 Kudos

Hello Arun,

Can you please excatly tell me what should I have abcWindow.setWindowSize(100, 100) changed to. I was not able to figure it out from the links which you had added. Even after removing the setWindowSize. It still caused the same issue.

I followed the steps in the below listed thread

Thanks.

Kiran

p330068
Active Contributor
0 Kudos

Hi Kiran,

Change the setWindowSize(100, 100) to setWindowSize(400, 400)..then check it.

Hope it helps.

Regards,

Arun

former_member191528
Participant
0 Kudos

Hello Arun,

Thanks for your reply but changing the setWindowSize(100, 100) to setWindowSize(400, 400) did not help with resolving the issue. The window still immediately minimizes on popup.

Thanks.

Kiran

Answers (0)