<?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: Qlik Sense Mashup - Single Integration API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1585193#M10653</link>
    <description>&lt;P&gt;In the end, I managed to resolve this by swapping hide (which completely removes the space allocated) for setting the height of the iframe container to 0px and then switching this back according to the tab selected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 16:58:41 GMT</pubDate>
    <dc:creator>rbartley</dc:creator>
    <dc:date>2019-05-27T16:58:41Z</dc:date>
    <item>
      <title>Qlik Sense Mashup - Single Integration API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1583998#M10623</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Up until know I have developed mashups using the various mashup Capability APIs, but for more standard requirements, I thought I'd take a look at the Single Integration API.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The page design includes a &amp;lt;div&amp;gt; with all non-Qlik HTML, including nav-tabs, and then a number of different iframes, all bar the first one being hidden when the page is loaded.&amp;nbsp; Everything seems to work well apart from sometimes, there is a glitch in the responsiveness when showing/hiding the different iframes.&amp;nbsp; The iframe begins to re-size, but then it stops and the selection bar takes up the whole width and I can no longer see the chart below, as per the screenshot below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Not responding..PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12559i9091861B01B2F5B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Not responding..PNG" alt="Not responding..PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This freezing seems to occur more often (but not always) in Chrome, but not in IE, I've not tries in Firefox yet.&lt;/P&gt;&lt;P&gt;The iframes are set to 100% width and calc(100% - 60px) height.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1583998#M10623</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2024-11-16T05:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Single Integration API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1584025#M10624</link>
      <description>&lt;P&gt;Looking further at the elements , I can see that the iframe size is ok, as is the selection bar size, but the individual selections bleed outside the hight allocated to the selection bar:&lt;/P&gt;&lt;P&gt;ok:&lt;/P&gt;&lt;P&gt;&amp;lt;div ng-repeat="column in columns" class="qv-filterpane-column ng-scope" ng-class="{ 'qv-fullscreen-hidden': $last &amp;amp;&amp;amp; column.showAll &amp;amp;&amp;amp; !object.expanded }"&amp;gt;&lt;/P&gt;&lt;P&gt;nok:&lt;/P&gt;&lt;P&gt;&amp;lt;div ng-repeat="item in column.items" ng-class="{'qv-filterpane-collapsed': !item.expand, 'qv-filterpane-expanded': item.expand}" ng-style="{height: item.height}" tid="qv-object-filterpane.dimension" class="ng-scope qv-filterpane-collapsed"&amp;gt;…&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and chart has not resized correctly:&lt;/P&gt;&lt;P&gt;nok:&lt;/P&gt;&lt;P&gt;&amp;lt;header qva-direction x-dir-setting="ltr" ng-show="object.hasFrame" class="qv-object-header" ng-class="{'thin' : !object.showTitles || ( layout.title === '' &amp;amp;&amp;amp; layout.subtitle === '' &amp;amp;&amp;amp; !object._inEditState )}" dir="ltr"&amp;gt;…&amp;lt;/header&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 16:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1584025#M10624</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-05-23T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Single Integration API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1584114#M10626</link>
      <description>&lt;P&gt;I'm not sure if it exactly addresses your problem, but in a similar project I found that I needed to put a responsive bootstrap wrapper around the iframes like this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;row&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN&gt;class&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;embed-responsive embed-responsive-4by3&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;iframe&lt;/SPAN&gt; &lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;= "&lt;/SPAN&gt;&lt;SPAN&gt;sheetFrame&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN&gt;class&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;embed-responsive-item&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;border:none;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;iframe&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 May 2019 18:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1584114#M10626</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-05-23T18:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Single Integration API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1584439#M10637</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Thanks for responding.&amp;nbsp; I tried your suggestion (see snippet below), but the issue still persists.&amp;nbsp; I have observed that the repainting/re-sizing seems to stick after I make a selection and then switch tabs (call show/hide on iFrmContainer1 or&amp;nbsp;iFrmContainer2).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div style="width:100%;height:calc(100% - 60px);"&amp;gt;
	&amp;lt;div id="iFrmContainer1" class="row"&amp;gt;
	  &amp;lt;div class="embed-responsive embed-responsive-4by3"&amp;gt;
		&amp;lt;iframe id= "iFrm1" class="embed-responsive-item" style="border:none;"&amp;gt;&amp;lt;/iframe&amp;gt;
	  &amp;lt;/div&amp;gt;
	&amp;lt;/div&amp;gt;
	&amp;lt;div id="iFrmContainer2" class="row hide"&amp;gt;
	  &amp;lt;div  class="embed-responsive embed-responsive-4by3"&amp;gt;
		&amp;lt;iframe id= "iFrm2" class="embed-responsive-item " style="border:none;"&amp;gt;&amp;lt;/iframe&amp;gt;
	  &amp;lt;/div&amp;gt;
	&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I call hide, no display space is allocated to the hidden element (which I expect) and so when I call show again, the browser has to calculate the space to allocate again.&amp;nbsp; When no new selections are made, this works fine since I assume there is some element of caching, but when I make a new selection, this causes Qlik to re-calculate and this seems to stick.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ultimately, the requirement is to allow switching of the displayed iframe.&amp;nbsp; I previously tried just using one iframe and changing the src attribute, but this leads to a delay when switching and so I discarded that approach.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 11:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1584439#M10637</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-05-24T11:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Single Integration API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1585193#M10653</link>
      <description>&lt;P&gt;In the end, I managed to resolve this by swapping hide (which completely removes the space allocated) for setting the height of the iframe container to 0px and then switching this back according to the tab selected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 16:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Single-Integration-API/m-p/1585193#M10653</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-05-27T16:58:41Z</dc:date>
    </item>
  </channel>
</rss>

