<?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 Changing color when minimized in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151031#M28954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's a lot Karol.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amar&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2009 16:06:39 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2009-08-05T16:06:39Z</dc:date>
    <item>
      <title>Changing color when minimized</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151027#M28950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to change the color of the minimized Icon, but when it is maximized it should change to the original color. Thank's in advance&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Amar[:D]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 20:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151027#M28950</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-08-04T20:12:10Z</dc:date>
    </item>
    <item>
      <title>Changing color when minimized</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151028#M28951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write a macro in such a way that before minise u apply one color and after maximise apply another color &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 20:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151028#M28951</guid>
      <dc:creator />
      <dc:date>2009-08-04T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Changing color when minimized</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151029#M28952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does any one have a generic macro, which can change the color of a chart when minimized &amp;amp; will restore the original color when maximized.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151029#M28952</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-08-05T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Changing color when minimized</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151030#M28953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I understand that you want to change the color of the caption? The script below will do that. You only need to decide when to call this macro;)&lt;/P&gt;&lt;P&gt;sub ChangeColor&lt;/P&gt;&lt;P&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;p = obj.GetProperties&lt;/P&gt;&lt;P&gt;if obj.IsMinimized then&lt;/P&gt;&lt;P&gt;p.GraphLayout.Frame.ActiveBgColor.PrimaryCol.Col = RGB(255,100,0)&lt;BR /&gt; p.GraphLayout.Frame.BgColor.PrimaryCol.Col = RGB(2,100,0)&lt;BR /&gt;&lt;BR /&gt; else&lt;BR /&gt;&lt;BR /&gt; p.GraphLayout.Frame.ActiveBgColor.PrimaryCol.Col = RGB(255,100,0)&lt;BR /&gt; p.GraphLayout.Frame.BgColor.PrimaryCol.Col = RGB(2,100,0)&lt;BR /&gt; end if&lt;BR /&gt;&lt;BR /&gt; obj.SetProperties p&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Karol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 15:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151030#M28953</guid>
      <dc:creator />
      <dc:date>2009-08-05T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Changing color when minimized</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151031#M28954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's a lot Karol.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amar&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 16:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-color-when-minimized/m-p/151031#M28954</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-08-05T16:06:39Z</dc:date>
    </item>
  </channel>
</rss>

