<?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: &amp;quot;Not Connected&amp;quot; popup in Mashup when reopening a closed app in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514798#M9596</link>
    <description>&lt;P&gt;the problem is i am flipping between multiple QS apps in my mashup and when i return to a previously visited app the selection bar stops working. i had hoped by attempting to close it correctly i could reopen it when revisiting an app a second time.&lt;/P&gt;&lt;P&gt;obviously there is a separate selection bar for each app and i am not trying to pass selections betweeen them simply reload the selection bar each time that corresponds to the app the mashup is based on&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 12:10:52 GMT</pubDate>
    <dc:creator>alastairmcdonald</dc:creator>
    <dc:date>2018-11-30T12:10:52Z</dc:date>
    <item>
      <title>"Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113275#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a mashup that has navigation betwene two separate apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load the first app and render my visualisations as necessary then on the user clicking a navigation button i close the first app and open a second before rendering. this works fine however when i try to navigate back to the first app and reopen the connection i get a not connected pop up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Weirdly the app does open and all the visualisations are displayed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read a post indicating that it could be related to not closing the models that are created when using the app.getObject method&lt;/P&gt;&lt;P&gt;so i tried doing the following when getting the objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;app.getObject(portal.visualisations&lt;I&gt;,portal.visualisations&lt;I&gt;).then(function(model) {&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;models.push(model);&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and before closing the app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;angular.forEach(models, function(value){&lt;/P&gt;&lt;P&gt;value.close();&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i still get the "Not Connected" message when reopening the previosuly closed app connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what i may have missed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alastair McDonald spelling punctuation and grammmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113275#M1548</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-17T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113276#M1549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Alastair,&lt;/P&gt;&lt;P&gt;this sounds like a bug. I assume that you reopen by calling Qlik.openApp again, which should create a new web socket. You would then need to call getObject again using the new app. Try checking the web socket traffic and see where the error message comes from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg &lt;/P&gt;&lt;P&gt;‌&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 03:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113276#M1549</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-10-18T03:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113277#M1550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking at the web socket traffic in chrome dev tools and I can still see the original web scoket is open even after calling close() on the app. the new connection is also listed as pending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="websockets.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216225_websockets.png" style="height: 150px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113277#M1550</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-18T12:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113278#M1551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;so that is a bug, according to the documentation app.close() should close the websocket:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/close-method.htm" title="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/close-method.htm"&gt;https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably should report it. What Qlik Sense version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113278#M1551</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-10-18T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113279#M1552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Qlik Sense Enterprise June 2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll have a word with technical support see if they can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113279#M1552</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-18T12:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113280#M1553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on support.qlik.com it lists the following information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" class="detailList" style="border: 0px; font-size: 13px; background: #ffffff; color: #737373; font-family: arial, verdana, sans-serif;"&gt;&lt;TBODY style="background: transparent;"&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD class="first data2Col" colspan="2" style="font-family: Arial, Helvetica, sans-serif; padding-top: 3px; padding-bottom: 3px; border: 1px solid #ffffff; background: transparent;"&gt;&lt;H3 style="font-size: 15px; margin: 0 0 8px; background: transparent; color: #636363;"&gt;Description&lt;/H3&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD class="data2Col" colspan="2" style="font-family: Arial, Helvetica, sans-serif; padding-top: 3px; padding-bottom: 3px; border: 1px solid #ffffff; background: transparent;"&gt;What information is available on the compatibility of Qlik Sense with Angular?&lt;P&gt;&lt;/P&gt;&lt;STRONG style="background: transparent;"&gt;Environments:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Qlik Sense Enterprise, all versions&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD class="data2Col" colspan="2" style="font-family: Arial, Helvetica, sans-serif; padding-top: 3px; padding-bottom: 3px; border: 1px solid #ffffff; background: transparent;"&gt;&lt;H3 style="font-size: 15px; margin: 0 0 8px; background: transparent; color: #636363;"&gt;Resolution&lt;/H3&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD class="data2Col" colspan="2" style="font-family: Arial, Helvetica, sans-serif; padding-top: 3px; padding-bottom: 3px; border: 1px solid #ffffff; background: transparent;"&gt;Qlik Sense APIs were developed in a particular version of Angular, which is discoverable from the Hub in &lt;EM style="background: transparent;"&gt;About &amp;gt; Third-party software&lt;/EM&gt; as described on the help site, &lt;A href="https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/Mashups/Content/Howtos/mashups-use-angularjs-in-mashup.htm?_ga=2.254338955.242356755.1539788799-971804002.1525266992" style="color: #007fc0; background: transparent;" target="_blank"&gt;Using AngularJS in your mashup&lt;/A&gt;.&lt;P&gt;&lt;/P&gt;Here are a few examples:&lt;TABLE border="1" style="border: 0px; background: transparent;"&gt;&lt;TBODY style="background: transparent;"&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD colspan="1" rowspan="1" style="border: 1px solid #ffffff; background: transparent;"&gt;&lt;STRONG style="background: transparent;"&gt;Qlik Sense Version&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD colspan="1" rowspan="1" style="border: 1px solid #ffffff; background: transparent;"&gt;&lt;STRONG style="background: transparent;"&gt;AngularJS Dependency&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD colspan="1" rowspan="1" style="border: 1px solid #ffffff; background: transparent;"&gt;February 2018 Patch 1&lt;/TD&gt;&lt;TD colspan="1" rowspan="1" style="border: 1px solid #ffffff; background: transparent;"&gt;1.5.0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; background: transparent;"&gt;&lt;TD colspan="1" rowspan="1" style="border: 1px solid #ffffff; background: transparent;"&gt;June 2018&lt;/TD&gt;&lt;TD colspan="1" rowspan="1" style="border: 1px solid #ffffff; background: transparent;"&gt;1.6.9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;But when I log angular.version into the console i get the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="tree-outline object-properties-section source-code" style="font-family: Consolas, 'Lucida Console', 'Courier New', monospace; font-size: 12px; list-style-type: none; color: #212121 !important;"&gt;&lt;LI&gt;&lt;SPAN class="console-object console-object-preview" style="font-style: italic;"&gt;&lt;SPAN class="object-properties-preview"&gt;{&lt;SPAN class="name" style="color: #565656;"&gt;full&lt;/SPAN&gt;: &lt;SPAN class="object-value-string" style="color: #c41a16;"&gt;"1.5.8"&lt;/SPAN&gt;, &lt;SPAN class="name" style="color: #565656;"&gt;major&lt;/SPAN&gt;: &lt;SPAN class="object-value-number" style="color: #1c00cf;"&gt;1&lt;/SPAN&gt;, &lt;SPAN class="name" style="color: #565656;"&gt;minor&lt;/SPAN&gt;: &lt;SPAN class="object-value-number" style="color: #1c00cf;"&gt;5&lt;/SPAN&gt;, &lt;SPAN class="name" style="color: #565656;"&gt;dot&lt;/SPAN&gt;: &lt;SPAN class="object-value-number" style="color: #1c00cf;"&gt;8&lt;/SPAN&gt;, &lt;SPAN class="name" style="color: #565656;"&gt;codeName&lt;/SPAN&gt;: &lt;SPAN class="object-value-string" style="color: #c41a16;"&gt;"arbitrary-fallbacks"&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;OL class="expanded children" style="list-style-type: none; padding-left: 12px;"&gt;&lt;LI&gt;&lt;SPAN class="name" style="color: #881391;"&gt;codeName: &lt;SPAN class="value object-value-string" style="color: #c41a16;"&gt;&lt;SPAN class="object-value-string-quote" style="color: #222222;"&gt;"&lt;/SPAN&gt;arbitrary-fallbacks&lt;SPAN class="object-value-string-quote" style="color: #222222;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="name" style="color: #881391;"&gt;dot: &lt;SPAN class="object-value-number value" style="color: #1c00cf;"&gt;8&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="name" style="color: #881391;"&gt;full: &lt;SPAN class="value object-value-string" style="color: #c41a16;"&gt;&lt;SPAN class="object-value-string-quote" style="color: #222222;"&gt;"&lt;/SPAN&gt;1.5.8&lt;SPAN class="object-value-string-quote" style="color: #222222;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="name" style="color: #881391;"&gt;major: &lt;SPAN class="object-value-number value" style="color: #1c00cf;"&gt;1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="name" style="color: #881391;"&gt;minor: &lt;SPAN class="object-value-number value" style="color: #1c00cf;"&gt;5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="object-properties-section-dimmed name" style="color: #881391;"&gt;__proto__: &lt;SPAN class="value object-value-object"&gt;Object&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have i missed something or do I need to upgrade angular on my qlik server somehow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113280#M1553</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-18T12:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashuop when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113281#M1554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;checking the require.js files at ../assets/external/requirejs/require.js shows that it is in fact loading angular 1.5.8...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running a repair on my Qlik Sense services while I wait for support to reply to my ticket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113281#M1554</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-18T14:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashuop when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113282#M1555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've upgraded to Septmber 2018 which does have 1.6.9 in its require.js but the error is still there so probably unrelated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 17:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113282#M1555</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-18T17:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113283#M1556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looks like your first and fourth web socket are connections to the same app. Are you sure that you close the first one before opening the second one? Also looks like you are using the identity parameter, do you use the same identity for all connections or different ones? What happens if you remove the identity parameter, do you still get the same error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also looks like you have a open global web socket. What do you need that for? You might not need it, since you can use app.global instead (which reuses the app web socket instead of opening a new one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 06:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113283#M1556</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-10-23T06:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113284#M1557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for taking a look,&amp;nbsp; I am not using app.global but will amend the code to see if that makes any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe i am closing the first web socket to the app before opening the second as i call the close method on the app and this is done asynchronously using promises.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 09:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113284#M1557</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-25T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113285#M1558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've also tried with and without an idnetity parameter and get the smae thing happening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 09:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/113285#M1558</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-10-25T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514790#M9592</link>
      <description>&lt;P&gt;Okay so i have narrowed it down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i followed this post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Integration/Qlik-Sense-Mashup-Unloading-Objects-from-Memory/td-p/3825" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Integration/Qlik-Sense-Mashup-Unloading-Objects-from-Memory/td-p/3825&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and was able to dispose of objects successfuly however i cannot use this for the CurrentSelections object.&lt;/P&gt;&lt;P&gt;When i add the current selections object back into my code using getObject i get the error.&lt;/P&gt;&lt;P&gt;does anyone know how to do effective cleanup / disposing of the selections bar? generated by getObject?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 11:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514790#M9592</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-11-30T11:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514796#M9594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;internally the selections bar is different from the other objects, so it might very well work differently. Why do you need to close it? Why not just keep it, and use the show method if you need it somewhere else. Or just keep it displayed all the time.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514796#M9594</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-11-30T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514798#M9596</link>
      <description>&lt;P&gt;the problem is i am flipping between multiple QS apps in my mashup and when i return to a previously visited app the selection bar stops working. i had hoped by attempting to close it correctly i could reopen it when revisiting an app a second time.&lt;/P&gt;&lt;P&gt;obviously there is a separate selection bar for each app and i am not trying to pass selections betweeen them simply reload the selection bar each time that corresponds to the app the mashup is based on&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1514798#M9596</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-11-30T12:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Not Connected" popup in Mashup when reopening a closed app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1515050#M9606</link>
      <description>&lt;P&gt;I solved it thanks to your help Erik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i now have my getter method check for the object and if it exists just use object.show the second time. this seems to work without me needing to close the connection to the app or close the visualisations when navigatiing between apps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 18:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/quot-Not-Connected-quot-popup-in-Mashup-when-reopening-a-closed/m-p/1515050#M9606</guid>
      <dc:creator>alastairmcdonald</dc:creator>
      <dc:date>2018-11-30T18:27:13Z</dc:date>
    </item>
  </channel>
</rss>

