cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the size of window

Former Member
0 Kudos

I have got two views in window.First time I have to display 1st view and then navigate to second view on click of button.But on navigating to second view window size has to be changed.Any suggestions please

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Amarlnct,

Set the window hight/width size dynamically as per Raju if you are using the same popup window for different popups.

Regards

Arun Jaiswal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you using a popup window??

Regards,

Shyam.

Former Member
0 Kudos

Yes

Former Member
0 Kudos

Hi Amar,

If you are using Popup window , you use the method setWindowSize(width,height) . this will set the window size.

for example

window.setWindowSize(100,100);

Regards,

Raju Bonagiri