<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Window size fixing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890312#M530738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can, but only in the desktop or the OCX. Resizing the dashboard is not possible in the AJAX client, and in the iPhone/iPad client it already happens automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a VBScript method called FitZoomtoWindow that lets you fit the dashboard to the current window area. If you define the following macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SUB FitDocumentToScreen&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can attach it to be executed when the OnOpen document trigger is fired, or attach it to a button that must be clicked to expand/reduce the dashboard. I don't think it's possible to let a QlikView dashboard continuously track the current window size however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you first search for an answer/solution on the community? I guess there must be a 100 or more discussions that deal with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 12:50:33 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-07-06T12:50:33Z</dc:date>
    <item>
      <title>Window size fixing</title>
      <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890311#M530737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding fixing of a window size.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;When we make the window size down, some objects become unseen (keep beyond the bounds of window). Can we tune in proportional changing of objects on list?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 12:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890311#M530737</guid>
      <dc:creator />
      <dc:date>2015-07-06T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Window size fixing</title>
      <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890312#M530738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can, but only in the desktop or the OCX. Resizing the dashboard is not possible in the AJAX client, and in the iPhone/iPad client it already happens automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a VBScript method called FitZoomtoWindow that lets you fit the dashboard to the current window area. If you define the following macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SUB FitDocumentToScreen&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END SUB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can attach it to be executed when the OnOpen document trigger is fired, or attach it to a button that must be clicked to expand/reduce the dashboard. I don't think it's possible to let a QlikView dashboard continuously track the current window size however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you first search for an answer/solution on the community? I guess there must be a 100 or more discussions that deal with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 12:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890312#M530738</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-07-06T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Window size fixing</title>
      <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890313#M530739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks! &lt;/P&gt;&lt;P&gt;Unfortunately, it doesn't work properly. Defining the macro leads to reducing of document size instead of widening it to screen size and fixing objects size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry if I do it in a wrong way. I'm new in qlickview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890313#M530739</guid>
      <dc:creator />
      <dc:date>2015-07-07T09:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Window size fixing</title>
      <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890314#M530740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, you didn't ask for maximizing to screen size, you asked for a trick to make objects visible again that became hidden because of a window size reduction. That's what it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maximizing the client window to screen size will be pretty difficult to accomplish as a QlikView document isn't aware at all of the device it is being shown on (browser? desktop? emedded in SharePoint? In a frame in a web site? MacOS? Linux? Windows? Android?). So how should a QlikView document instruct the OS to maximize the containing window to full screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890314#M530740</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-07-07T09:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Window size fixing</title>
      <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890315#M530741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, my question was incorrect, sorry. I thought there is a united solution for these problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm working in a Desktop document. Then viewers will mainly use it in web browser (desktops and notebooks), but with any OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 11:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890315#M530741</guid>
      <dc:creator />
      <dc:date>2015-07-07T11:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Window size fixing</title>
      <link>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890316#M530742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resizing a dashboard in the AJAX client is not possible using standard QV tools. Two alternatives you can investigate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;browser features: most modern browsers have a zoom button somewhere which allows an end-user to scale a dashboard in a ver ysimple way. Not automatically though.&lt;BR /&gt;In addition to that, most browsers have a Switch-to-fullscreen keybinding. (F11 in IE &amp;amp; Chrome)&lt;/LI&gt;&lt;LI&gt;if believe there are extensions that try to supply (part of) a scaling solution. I have no experience with them.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 11:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Window-size-fixing/m-p/890316#M530742</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-07-07T11:28:55Z</dc:date>
    </item>
  </channel>
</rss>

