Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Java Plug-in Screen Size

Hi,

I have a client who uses 1680 x 1050 as a standard screen size within the company.

The Java plug-in seems to only permit 1280 x 1024 as a max screen size. I'm sure there must be a way to change this, if so, how do i go about it?

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

This is the solution:-

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

  1. On your QVS machine go to C:\Program Files\QlikView\Server\QvClients\QvJava
  2. Right click open in notepad the opendoc.htm and find the line html += " width='1000' height='700'>"; . This is where the browser height & width settings are set for the java client.
  3. Change the width and height settings as appropriate

View solution in original post

1 Reply
Not applicable
Author

This is the solution:-

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

  1. On your QVS machine go to C:\Program Files\QlikView\Server\QvClients\QvJava
  2. Right click open in notepad the opendoc.htm and find the line html += " width='1000' height='700'>"; . This is where the browser height & width settings are set for the java client.
  3. Change the width and height settings as appropriate