Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 Pulkit_Thukral
		
			Pulkit_Thukral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The requirement here is that irrespective of what resolution screen the developer used while building the application , can our qvw application be automatically changed to the resolution of the screen on which it is displayed later.
Suppose for an example if we are making an application in 14' screen and then seeing it on a 15' later after hosting ,then it is not in the same way.Usually some of the last part is cut .So ,Is there any option for such a thing.
And what if we have made Full Screen application and then opening it on a TABLET OR Mobile Handset .Can that resolution be also changed automatically with a piece of script ?
Thanx n Regards,
Pulkit Thukral
 
					
				
		
Hi,
If you use the plugin or desktop could you create a macro that could run during startup with the help of document actions:
rem ** fit active sheet zoom to window **
ActiveDocument.ActiveSheet.FitZoomToWindow
In the Web-Client its not possible to change the size of the resolution with macros or actions but you could use the zoom function within the web browser to adjust the size of the app. Some developers create different tabs for different devices, some might create different QV-apps depending on the device that will be used.
 
					
				
		
 Colin-Albert
		
			Colin-Albert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		QlikSense will resize the app automatically
QlikView will not.
