cancel
Showing results for 
Search instead for 
Did you mean: 

Postioning of Nested IView Pop-up

Former Member
0 Kudos

I have built a VC composed of multiple nested Iviews. In one eent, I call a nested i-view popup.

How can I ensure a popup will popup in the browser screen so the user can see it right away without having to drag the popup so they can see it and use it.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You can createtry with 'zooming'. What you have to do is, use 'Data store' operator. Create one button for zooming. create 2 separate nested view one is of normal size & other is as per size you want. Create event with 'data store' & assign it to the button which is created earlier. When you click this button nested popup will get open as per size you want.

Regards

Sandeep

Former Member
0 Kudos

Hi,

You can try the following things,

1. Right clilck on the popup iView to configure, in the configure element frame mark the field "Center Window", this will popup the window in the middle of the application screen when it is opened.

2. Drill down the popup iView and adjust its size so that it fits within the application screen or the screen of the main nested iView.

hope this helps,

Regards,

Rk.