<?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: Creating a custome theme in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95871#M6402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5573"&gt;How to create a custom theme in Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2018 09:36:30 GMT</pubDate>
    <dc:creator>arvind1494</dc:creator>
    <dc:date>2018-08-17T09:36:30Z</dc:date>
    <item>
      <title>Creating a custome theme in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95870#M6401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have started creating a basic theme in qliksense desktop june 2018 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As describe in sample, i created a basic JSON and QEXT file and put into Qlik Sense Extension folder..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see the Custom theme name when i am opening application but i am not able to see any difference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me if i am doing anything wrong or do i need to do any settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211117_Capture.PNG" style="height: 203px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 07:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95870#M6401</guid>
      <dc:creator>prashantsanchet</dc:creator>
      <dc:date>2018-08-17T07:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a custome theme in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95871#M6402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5573"&gt;How to create a custom theme in Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 09:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95871#M6402</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-08-17T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a custome theme in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95872#M6403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be : "theme.json" is required (a json file with the "theme" name - &lt;STRONG&gt;renaming the .json file name with 'theme' only as name works&lt;/STRONG&gt;.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/sense-developer/February2018/Subsystems/APIs/Content/CapabilityAPIs/ThemeAPI/apply-method.htm" rel="nofollow" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2018/Subsystems/APIs/Content/CapabilityAPIs/ThemeAPI/apply-method.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And check this:&lt;/P&gt;&lt;P&gt;Also, you need to give the name of the .qext file as the parameter (Not the name you have given to the theme inside QEXT file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if mytheme.qext is the file name, below will be the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qlik.theme.apply('mytheme').then(function(result) {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(result)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('theme applied!');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.warn('could not apply theme!');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/295995"&gt;Themes Not working on Qliksense Mashup&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 10:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-custome-theme-in-Qlik-Sense/m-p/95872#M6403</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-17T10:21:32Z</dc:date>
    </item>
  </channel>
</rss>

