<?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: QlikView Access Point Screen Size Dynamic adjustment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869935#M304193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;make a button and propperties--&amp;gt;Action--&amp;gt;Add&lt;/P&gt;&lt;P&gt;Action Type --&amp;gt;External&lt;/P&gt;&lt;P&gt;Action --&amp;gt; Run Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the Button Edit Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then past the Macro Code in the editer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once done make sure that you type the Macro Name in the text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ziad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 05:22:00 GMT</pubDate>
    <dc:creator>ziadm</dc:creator>
    <dc:date>2015-04-21T05:22:00Z</dc:date>
    <item>
      <title>QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869932#M304190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed an a[plication on my Laptop size 15 Inch. What I want if some one sees this application on big monitor It should expand automatically but this is not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I see same application on big monitor, there is lot of white space in on right side and down side and even on big screen application size is same as my laptop size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is any setting fore this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 04:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869932#M304190</guid>
      <dc:creator />
      <dc:date>2015-04-21T04:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869933#M304191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;unfortunately qlikview does not detect the resolution and adjust to right size,&lt;/P&gt;&lt;P&gt;I suggest that you develop a macro to zoom into the document and fill the white spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub ZoomToFit&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;rem ** fit active sheet to window and apply same zoom to all sheets **&lt;BR /&gt;ActiveDocument.ActiveSheet.FitZoomToWindow&lt;BR /&gt;' ActiveDocument.GetApplication.WaitforIdle&lt;BR /&gt;' ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;BR /&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 04:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869933#M304191</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2015-04-21T04:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869934#M304192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know where should I use the above code in application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 05:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869934#M304192</guid>
      <dc:creator />
      <dc:date>2015-04-21T05:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869935#M304193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;make a button and propperties--&amp;gt;Action--&amp;gt;Add&lt;/P&gt;&lt;P&gt;Action Type --&amp;gt;External&lt;/P&gt;&lt;P&gt;Action --&amp;gt; Run Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the Button Edit Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then past the Macro Code in the editer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once done make sure that you type the Macro Name in the text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ziad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 05:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869935#M304193</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2015-04-21T05:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869936#M304194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ziad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will try this option and let you know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 11:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869936#M304194</guid>
      <dc:creator />
      <dc:date>2015-04-22T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869937#M304195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&amp;nbsp; This is very cool.&amp;nbsp; The question I have is that the button works when I run it on my desktop but does not seem to work when executing on Access Point.&amp;nbsp; Is it supposed to ZoomToFit on Access point as well?&amp;nbsp; Is there a macro setting of some sort that need to be set either on the server or within the QVW? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you for your suggestion.&amp;nbsp; I have developed 4-5 apps and I always struggle with the sizing within AP.&amp;nbsp; I have looked for best practices documents (what to set your screen size at when developing to match the size in AP for example) and there does not seem to be much out there.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 16:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869937#M304195</guid>
      <dc:creator>kschramm</dc:creator>
      <dc:date>2016-05-16T16:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Access Point Screen Size Dynamic adjustment</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869938#M304196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately Qlikview development and GUI are specific to screen size. if you are deplloying the App on desktop screen then you are have to make sure users are having the same development resolution.&lt;/P&gt;&lt;P&gt;If you are deploying your QVW to iPad or maller screens the you have to use containers and make sure of the visualizations size on these screens &lt;/P&gt;&lt;P&gt;The best is to start on Qliksense , iHTML5 script and does not require re-sizing your app.&amp;nbsp; its develop once and deploy on any size&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 15:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Access-Point-Screen-Size-Dynamic-adjustment/m-p/869938#M304196</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-05-20T15:04:21Z</dc:date>
    </item>
  </channel>
</rss>

