<?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: Center Align Document Extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332715#M1239487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx Brian!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 20:15:25 GMT</pubDate>
    <dc:creator>jochem_zw</dc:creator>
    <dc:date>2012-08-01T20:15:25Z</dc:date>
    <item>
      <title>Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332710#M1239482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've often heard requests for an extension that can center align a QlikView document, and I recently built one for the Global Games app.&lt;/P&gt;&lt;P&gt;One difference between that one and the one I'm posting here, is that that version also places a new background image on the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, non-technically, this extension will take your app and align it to the center of the window, including the tabs.&amp;nbsp; It also centers any background image on the app as well, so if you have a background image that is wider than the content area of the app, it could cause that background image to look strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A little more technically...since QV uses all absolutely positioned elements, it's difficult to determine the width of the content area, but I was able to do that in this extension in order to center it.&amp;nbsp; The one issue is that if there is a smaller width the content area, it will center based on that small area and look strange.&amp;nbsp; So, the default width that it sets the document to is 1024 pixels.&amp;nbsp; If the extension determines the app is wider, it will center properly for that width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even more technically...all the extension is really doing is wrapping the content area (the PageContainer div) inside a div with a class of "master."&amp;nbsp; Then, the extension just determines the content area width, and centers that content in the master div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANYway, hopefully this helps some people out.&amp;nbsp; I haven't tested in QVS yet, but it should work in QVS also.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I modified the extension I originally posted to ensure the aligning updates when switching between sheets of different widths.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332710#M1239482</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332711#M1239483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It calculates initially for the first sheet?&lt;/P&gt;&lt;P&gt;because when switching between sheets/tabs the centering is not adjusted, when objects are wider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still good extension and can help in some situations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or maybe it has to do with the container objects because sheets with containers give the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 19:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332711#M1239483</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-01T19:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332712#M1239484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good catch.&amp;nbsp; I've fixed the extension and updated it on here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 19:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332712#M1239484</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-08-01T19:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332713#M1239485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking good, but if you can do this, then you can also make it autozoom!&lt;/P&gt;&lt;P&gt;Typical Qlikview User, give them a finger and they want the whole hand......... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what we qlikview designers are looking for, because in webview (AJAX) the macro's don't work.&lt;/P&gt;&lt;P&gt;Maybe it's better to make it in another extension so we can select them both of single.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You make me smile, thanx for this extension!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332713#M1239485</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-01T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332714#M1239486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oof, autozoom.&amp;nbsp; The main problem with autozoom is Firefox.&amp;nbsp; I could easily get some sort of extension set up for it (in fact I have one that was nearly complete) but Firefox deals with zooming differently than other browsers so it'd be much more of a pain in the neck than I was willing to deal with at the time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I'll keep you posted, though, if I ever get anywhere with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332714#M1239486</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-08-01T20:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332715#M1239487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx Brian!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332715#M1239487</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-01T20:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332716#M1239488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This autozoom feature that people seem to want...would it simply zoom in so that the QVW's width fit into the screen, or would it zoom to as high of a level as it could while keeping all objects in view?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332716#M1239488</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-08-01T20:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332717#M1239489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zoom fit to window Same as possible in THE qv designer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verstuurd vanaf mijn iPhone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Op 1 aug. 2012 om 22:55 heeft "Brian Munz" &amp;lt;qliktech@sgaur.hosted.jivesoftware.com&amp;lt;mailto:qliktech@sgaur.hosted.jivesoftware.com&amp;gt;&amp;gt; het volgende geschreven:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity&amp;lt;http://community.qlik.com/index.jspa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Center Align Document Extension&lt;/P&gt;&lt;P&gt;created by Brian Munz&amp;lt;http://community.qlik.com/people/bmz&amp;gt; in Integration and Extensions - View the full discussion&amp;lt;http://community.qlik.com/message/244371#244371&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 21:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332717#M1239489</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-01T21:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332718#M1239490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm fairly new to the noble art of Qlikview extensions and I was wondering if somebody could explain how to use this extension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed it, use the webview mode and create the object... then what? I'm lost &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332718#M1239490</guid>
      <dc:creator />
      <dc:date>2012-08-02T08:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332719#M1239491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to go to document properties, extensions (tab), there you can activate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332719#M1239491</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-02T08:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332720#M1239492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah okay so it's not an object... Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332720#M1239492</guid>
      <dc:creator />
      <dc:date>2012-08-02T08:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332721#M1239493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's a document extension, not an extension object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332721#M1239493</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-02T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332722#M1239494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, got it working now. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332722#M1239494</guid>
      <dc:creator />
      <dc:date>2012-08-02T08:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332723#M1239495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jochem_zw,&lt;/P&gt;&lt;P&gt;I finished a document extension which does the zoom to fit window.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/58941"&gt;http://community.qlik.com/thread/58941&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if this was what you were looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332723#M1239495</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-08-03T19:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332724#M1239496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was just downloading it!&lt;/P&gt;&lt;P&gt;Thanx will see if it does what I think it needs to do!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg. Jochem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332724#M1239496</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2012-08-03T19:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332725#M1239497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah it's not going to be exactly like the designer one by any means since I have to use web technologies to do the zooming.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332725#M1239497</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-08-03T19:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332726#M1239498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great extension and has bugged me since using Qlikview that i couldnt center my app. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my current project however, i needed to hide my tabrow and noticed that when i use this extension, it pops my background down a few pixels. i cant tell if its bumped down to compensate for the tabrow, or its some kind of bug related to how im using my background (background is a tiled image 1 pixel length wide stretching across page).&lt;/P&gt;&lt;P&gt;as soon as i remove and then apply the background it then looks the way its suppose to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 18:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332726#M1239498</guid>
      <dc:creator />
      <dc:date>2012-08-09T18:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332727#M1239499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I love this app!&amp;nbsp; One question in the Global Games app you made how did you set up the new background image on the same page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 21:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332727#M1239499</guid>
      <dc:creator />
      <dc:date>2013-04-19T21:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332728#M1239500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great extension!!&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks Brian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for info, I had to replace the entry "qvtr-tabs" with "qvtr-tabs-wrap" to align the Tabs too. I'm using the 11.20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Brian for sharing your work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 13:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332728#M1239500</guid>
      <dc:creator>mauro_villa</dc:creator>
      <dc:date>2013-12-03T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Center Align Document Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332729#M1239501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented this extension and it works fine on desktop browsers. We have users using Good For Enterprise on iPad and dashboards with this extension were very slow. Performance was restored after we have removed this extension from the dashboard. Looks like on GfE the browser was constantly realigning objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 14:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Center-Align-Document-Extension/m-p/332729#M1239501</guid>
      <dc:creator>jacekvsp</dc:creator>
      <dc:date>2013-12-03T14:14:23Z</dc:date>
    </item>
  </channel>
</rss>

