<?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: Fit Zoom to WIndow Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563615#M479339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no possibility to zoom in the AccessPoint, so I think you're talking about Desktop or Plugin users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a macro like presented in the first post of this discussion: &lt;A href="https://community.qlik.com/message/382149"&gt;Fit zoom to window Macro in Access Point&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attach the macro to a button using an action type External-&amp;gt;Run Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you cannot let a desktop window resize trigger this macro automatically, because QlikView has no events for 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, 10 Feb 2014 15:09:17 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-02-10T15:09:17Z</dc:date>
    <item>
      <title>Fit Zoom to WIndow Button</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563613#M479337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a Fit Zoom to Window button to help our users adjust their apps to the many different monitor sizes that are used in the company. Any help on this will be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 14:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563613#M479337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom to WIndow Button</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563614#M479338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add this code as a macro and it will zoom to window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Zoom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set s = ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Apply zoom to fit window for current sheet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s.FitZoomToWindow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'apply zoom to all other sheets &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s.ApplyZoomToAllSheets&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563614#M479338</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2014-02-10T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom to WIndow Button</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563615#M479339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no possibility to zoom in the AccessPoint, so I think you're talking about Desktop or Plugin users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a macro like presented in the first post of this discussion: &lt;A href="https://community.qlik.com/message/382149"&gt;Fit zoom to window Macro in Access Point&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attach the macro to a button using an action type External-&amp;gt;Run Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you cannot let a desktop window resize trigger this macro automatically, because QlikView has no events for 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, 10 Feb 2014 15:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563615#M479339</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-10T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fit Zoom to WIndow Button</title>
      <link>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563616#M479340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, new to developing and didn't think about end user's screen not having function. Would probably be confusing for them to have a Zoom button that did not zoom for Access Point users. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 16:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fit-Zoom-to-WIndow-Button/m-p/563616#M479340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-10T16:39:02Z</dc:date>
    </item>
  </channel>
</rss>

