<?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: 'Tweaked' PeopleChart extension renders differently in Hub and Browser in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972703#M3658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, so you get the old version in the built-in browser, but the fixed one in Chrome?? I'm afraid the built-in browser caches quite agressively, you shouldn't really use it for extension development. It might help if you restart Qlik Sense desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My previous comments are still valid if you intend to deploy your extension to a server: avoid absolute paths since they will break if you have a virtual prefix on your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 12:58:14 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2015-10-01T12:58:14Z</dc:date>
    <item>
      <title>'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972700#M3655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First post, so hope this isn't too stupid...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experimenting with Extensions I modified the css file for the supplied PeopleChart extension to make it use an local image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;.qv-object-com-qliktech-peoplechart .bar {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; float:left;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; height:32px;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clear:right;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;background: url("/extensions/com-qliktech-peoplechart/person.png")&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oddly this seems to work in a browser from &lt;A href="http://localhost:4848/hub/my/work" title="http://localhost:4848/hub/my/work"&gt;http://localhost:4848/hub/my/work &lt;/A&gt;‌but when viewed in the Hub I still see the original graphic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Browser: &lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100533_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hub: &lt;IMG alt="HubCapture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/100534_HubCapture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any assistance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 16:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972700#M3655</guid>
      <dc:creator>davequinn</dc:creator>
      <dc:date>2015-09-30T16:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: 'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972701#M3656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Open the console, you'll probably have a HTTP 400 for your image file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use a virtual proxy in your server deployment? Your link to the image is an absolute path, so it won't work with a virtual proxy, where the proxy should be before '/extensions'. Best solution is to use a relative link instead. That will work in the client., but if you use the extension in a mashup it will probably break. To solve this you probably need to encode your image and include it in the css file, like the original.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 05:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972701#M3656</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-01T05:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: 'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972702#M3657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I should have said that this is Qlik Sense Desktop (Version 2.1.1 + Build:22.origin/release/ms13)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 07:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972702#M3657</guid>
      <dc:creator>davequinn</dc:creator>
      <dc:date>2015-10-01T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: 'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972703#M3658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, so you get the old version in the built-in browser, but the fixed one in Chrome?? I'm afraid the built-in browser caches quite agressively, you shouldn't really use it for extension development. It might help if you restart Qlik Sense desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My previous comments are still valid if you intend to deploy your extension to a server: avoid absolute paths since they will break if you have a virtual prefix on your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 12:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972703#M3658</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-01T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: 'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972704#M3659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;restarting doesn't help. Dev-tools showing a cache miss error though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Failed to load resource: net::ERR_CACHE_MISS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://localhost:4848/sense/app/C%3A%5CUsers%5Cext_dqu%5CDocuments%5CQlik%5CSense%5CApps%5Cextension-test.qvf/sheet/pXrzAEG/state/analysis" rel="nofollow"&gt;http://localhost:4848/sense/app/C%3A%5CUsers%5Cext_dqu%5CDocuments%5CQlik%5CSense%5CApps%5Cextension-test.qvf/sheet/pXrzAEG/state/analysis&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what the bundled Chromium browser might be doing differently? It is working fine in both Chrome and Internet Explorer...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 18:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972704#M3659</guid>
      <dc:creator>davequinn</dc:creator>
      <dc:date>2015-10-01T18:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: 'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972705#M3660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you've found the DevTools in the bundled browser. An instruction on this is &lt;A href="http://help.qlik.com/sense/2.1/en-us/developer/#../Subsystems/Extensions/Content/extensions-debugging-and-web-developer-tools.htm%3FTocPath%3DBuilding%2520visualization%2520extensions%7CGetting%2520started%2520building%2520visualization%2520extensions%7C_____1"&gt;here&lt;/A&gt;. What you could try is switch to the 'Network' tab and then check the 'Disable cache' checkbox.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100733_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Keep the DevTools open, then switch back to your sheet and refresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 05:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972705#M3660</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2015-10-02T05:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: 'Tweaked' PeopleChart extension renders differently in Hub and Browser</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972706#M3661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you. I'm going to mark that answer correct, though what actually happened was that when I logged in to try your suggestion the visualisation worked correctly all on its own. I'm guessing that the cached information had aged out and been refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 07:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Tweaked-PeopleChart-extension-renders-differently-in-Hub-and/m-p/972706#M3661</guid>
      <dc:creator>davequinn</dc:creator>
      <dc:date>2015-10-02T07:01:43Z</dc:date>
    </item>
  </channel>
</rss>

