cancel
Showing results for 
Search instead for 
Did you mean: 

"unlock" popup window

Former Member
0 Kudos

Hi all,

when I create a popup window within a WD4A application, a virtual window is created in the browser. This window can be moved around when clicking and holding the title bar. Now it can happen that I move the whole title bar outside the browser window, so that only parts of the popup's content is visible any more. Then I can't move the popup window, because I can't click it's title bar.

My question now: is it possible to still move the popup window around?

Best regards and TIA,

Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Matthias,

AFAIK there is no possibility to register with MouseEvents (like OnMove of the window or similar). Further, there is no option to get the current window position.

Because all popup windows are modal, you can't use any other interaction with your component and your Popup.

Best regards

Michael