Page 1 of 1
					
				Second Window Issues
				Posted: Tue Apr 01, 2014 3:12 pm
				by rumpus02
				Hello, we have a user complaining about a non-resizable second window. We've enabled resizing of second window, but it doesn't seem to work... Could this be a matter of tabs vs windows and how PWB interprets an actual window vs a tab? 
For example, the website in question opens a new tab when clicked with a non-PWB/Kiosk computer. But when the same link is clicked in PWB, it opens a new window. Is this technically not a second window, and that's why PWB won't let us resize it? 
Many thanks.
			 
			
					
				Re: Second Window Issues
				Posted: Tue Apr 01, 2014 4:00 pm
				by Scott
				PWB v3 currently does not support independent adjustments for the sizing of windows as PWB v2 does. 
[Browser]
DisableResizeWindow=True
Set this to false to allow resizing of the secondary windows. We will add this in PWB v3.03.7 currently in Beta Testing.
--Scott
			 
			
					
				Re: Second Window Issues
				Posted: Thu Apr 03, 2014 9:16 am
				by rumpus02
				That's the option we already have set when we encounter the problem. 
Thanks.
			 
			
					
				Re: Second Window Issues
				Posted: Thu Apr 03, 2014 12:58 pm
				by Scott
				Set it to false to allow windows to be resized in PWB v3.03.6 and earlier.
PWB v3.03.7, currently on the Beta Downloads page, has the following functionality added.
[SecondWindow] DisableMinimizeButton=False    Disable secondary window minimize button.
[SecondWindow] DisableMaximizeButton=False    Disable secondary window maximize button.
[SecondWindow] DisableMoveWindow=False    Disable secondary window move.
[SecondWindow] DisableResizeWindow=False    Disable secondary window resizing.
These allows for the separate adjustment for resizing of windows between the main the the secondary windows.
--Scott