<?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: active object - change the font in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371653#M138166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to change the existed text of a button then comment the below line in the macro of my earlier post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;prop.Text.v = "Change_Font"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;It will works for all the objects for that you need to provide those objectID's in the macro.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;..........&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2012 11:42:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-27T11:42:38Z</dc:date>
    <item>
      <title>active object - change the font</title>
      <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371650#M138163</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 wish to change the font for a button object when it is qliked&lt;/P&gt;&lt;P&gt;can i include some code in the expression which will check the "active" state of the object and take approp action ?&lt;/P&gt;&lt;P&gt;anything in "mind" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 07:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371650#M138163</guid>
      <dc:creator />
      <dc:date>2012-04-27T07:33:55Z</dc:date>
    </item>
    <item>
      <title>active object - change the font</title>
      <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371651#M138164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Do you want to change the font on the button? And I'm assuming that you wanted to change the font style? Is this right, or do you want to change text on the button where user "Clicks"?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 10:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371651#M138164</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-04-27T10:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: active object - change the font</title>
      <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371652#M138165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below macro in a button action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub TestFont &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set button = ActiveDocument.GetSheetObject("BU04")&lt;/P&gt;&lt;P&gt;set prop = button.GetProperties&lt;/P&gt;&lt;P&gt;set fnt=button.GetFrameDef.Font&lt;/P&gt;&lt;P&gt;prop.Text.v = "Change_Font"&lt;/P&gt;&lt;P&gt;fnt.PointSize1000 = fnt.PointSize1000 + 2000&lt;/P&gt;&lt;P&gt;'prop.TextColor.PrimaryCol.Col = RGB(255,0,0)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;button.SetProperties prop&lt;/P&gt;&lt;P&gt;button.SetFont fnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 11:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371652#M138165</guid>
      <dc:creator />
      <dc:date>2012-04-27T11:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: active object - change the font</title>
      <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371653#M138166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to change the existed text of a button then comment the below line in the macro of my earlier post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;prop.Text.v = "Change_Font"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;It will works for all the objects for that you need to provide those objectID's in the macro.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;..........&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 11:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371653#M138166</guid>
      <dc:creator />
      <dc:date>2012-04-27T11:42:38Z</dc:date>
    </item>
    <item>
      <title>active object - change the font</title>
      <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371654#M138167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks Rav and regrads, clive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 18:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371654#M138167</guid>
      <dc:creator />
      <dc:date>2012-04-30T18:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: active object - change the font</title>
      <link>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371655#M138168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Please mark the correct answer if it works.So that others can able to get the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;...........&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 09:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-object-change-the-font/m-p/371655#M138168</guid>
      <dc:creator />
      <dc:date>2012-05-02T09:38:11Z</dc:date>
    </item>
  </channel>
</rss>

