cancel
Showing results for 
Search instead for 
Did you mean: 

pop-up window

Former Member
0 Kudos

hi

i have created a table , now onLeadselect()

will open a pop-up window , and iam able to

view the pop-up window , but i have a scenario

i want the pop-up window to be movable , that is

as soon as i get a pop-up window , i must be able to

move the window any where in the whole page .

can this be possible ?

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member201361
Active Contributor
0 Kudos

Hi,

we can move the PopUpWindow anywhere is possible in NW7.1 . or u can set the Window position using the set methods.(Please be more specific with ur requirements)

Thanks and regards

fazal

Former Member
0 Kudos

Hi,

Your requirement is not feasible if a web dynpro type pop up window is created.In short you can't move popup windows.There are surely some methods to set the position of pop up window.

regards,

amit bagati

Former Member
0 Kudos

Hi,

The feature of creating movable pop-windows has been included in NWDS CE 7.1. May be you can try that.

Else you can create two arrow buttons(for LEFT & RIGHT), and on the click of the two you can move the window using the setposition method by a certain position. Same can be done in case of UP & DOWN move.

Regards.

Gita KC

nikhil_bose
Active Contributor
0 Kudos

you can't move popup windows using mouse. But you can set it before shown using popwin.setWindowPosition(int left, int top);

nikhiL

ankur_garg5
Active Contributor
0 Kudos

Hi Kishore,

I am assuming you have created a standard web dynpro pop up window using code and action.

As far as my understanding and experience goes, this is not possible. You cannot make that pop up movable.

Bye

Ankur