<?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: Showing image on UI in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7400#M596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Providing absolute path worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jan 2018 18:03:51 GMT</pubDate>
    <dc:creator>sri_c003</dc:creator>
    <dc:date>2018-01-29T18:03:51Z</dc:date>
    <item>
      <title>Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7394#M590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way I can show an image on the sheet? I tried using something like below in the extension code, but the image is appearing broken.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;var html = html = '&amp;lt;a href="#" id="modal-open" class=""&amp;gt;&amp;lt;img src="refresh1.png"&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt;';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If i replace the img tag with any static text, that is getting displayed well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The image is loaded into the app. Infact I set the same image as extension icon, and it shows up quite fine. Screenshots attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191436_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/191442_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 18:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7394#M590</guid>
      <dc:creator>sri_c003</dc:creator>
      <dc:date>2018-01-25T18:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7395#M591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say "in the extension code", do you mean that you have edited the JavaScript in the extension itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could try an absolute path to an image (i.e. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.etc" rel="nofollow" target="_blank"&gt;http://www.etc&lt;/A&gt;&lt;SPAN&gt;...) rather than a relative one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the the "a href" code is adding nothing there, so I would strip it out to keep things simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of extensions which display images, but don't do a reload.&amp;nbsp; You could try downloading one of those and comparing the code - a hybrid of the two extensions should give you what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 15:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7395#M591</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-01-29T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7396#M592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try using a Text &amp;amp; Image chart? You can either insert one as a plain image or as a background image.&lt;/P&gt;&lt;P&gt;No need to use extensions for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 16:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7396#M592</guid>
      <dc:creator>jasonmomoa</dc:creator>
      <dc:date>2018-01-29T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7397#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Steve: This is what I am trying to achieve &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Xavier: Unfortunately, I cannot use a text/image box here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get a "refresh" icon on the sheet that when clicked with reload data on that particular sheet. I got the refresh functionality working when I use a text, like say "Refresh". When I click on the text it is reloading sheet data. I only want to replace this text with an image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 16:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7397#M593</guid>
      <dc:creator>sri_c003</dc:creator>
      <dc:date>2018-01-29T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7398#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're aiming for a refresh icon, maybe you can try the &lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae698a0"&gt;Sheet Navigation &amp;amp; Actions for Qlik Sense&lt;/A&gt; extension from qlik branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SheetNavigation&amp;amp;amp;Action.PNG" class="jive-image image-1" height="152" src="https://community.qlik.com/legacyfs/online/191742_SheetNavigation&amp;amp;Action.PNG" style="height: 152px; width: 241.521px;" width="241" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use a 'bootstrap-like' button with a refresh icon and link it to a variable value that would generate your reload functionality.&lt;/P&gt;&lt;P&gt;As I don't know how you generate that specific functionality, this might not be relevant for your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helped &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 16:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7398#M594</guid>
      <dc:creator>jasonmomoa</dc:creator>
      <dc:date>2018-01-29T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7399#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Have you tried replacing Image1.png with a full path to the image, including &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7399#M595</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-01-29T17:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Showing image on UI</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7400#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Providing absolute path worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 18:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-image-on-UI/m-p/7400#M596</guid>
      <dc:creator>sri_c003</dc:creator>
      <dc:date>2018-01-29T18:03:51Z</dc:date>
    </item>
  </channel>
</rss>

