<?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: Font selection color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997434#M339252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies, here the VB script, unfortunately I will not be able to update the QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SetColorPrefs()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim UserPrefs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set UserPrefs = ActiveDocument.GetApplication.GetUserPreferences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Selected" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserPrefs.CustomSelBgColor(1).PrimaryCol.Col = rgb(57,168,187)&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserPrefs.CustomSelFgColor(1).PrimaryCol.Col =&amp;nbsp; RGB (255,255,255) ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Possible" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserPrefs.CustomSelBgColor(2).PrimaryCol.Col= RGB (255,255,255) ' &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelFgColor(2).PrimaryCol.Col= 125476&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Excluded Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelBgColor(5).PrimaryCol.Col= 8421504&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelFgColor(5).PrimaryCol.Col= 14211288&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Locked Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelBgColor(0).PrimaryCol.Col= 8388608&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelFgColor(0).PrimaryCol.Col= 65535&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.GetApplication.SetUserPreferences UserPrefs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Qlikview default values:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Selected" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelBgColor(1).PrimaryCol.Col: 2134015&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelFgColor(1).PrimaryCol.Col: 16777215&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Possible" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelBgColor(2).PrimaryCol.Col: 16777215&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelFgColor(2).PrimaryCol.Col: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Excluded Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'msgbox cstr(UserPrefs.CustomSelBgColor(5).PrimaryCol.Col)&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'msgbox cstr(UserPrefs.CustomSelFgColor(5).PrimaryCol.Col)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Locked Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelBgColor(0).PrimaryCol.Col: 8388608&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelFgColor(0).PrimaryCol.Col: 65535&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 15:16:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-27T15:16:24Z</dc:date>
    <item>
      <title>Font selection color</title>
      <link>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997431#M339249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've changed the default selection color (green to blue) using VB script. Now I have 1 problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- The default font color (black) was changed, when I am selecting in a value in a Listbox the font color becomes yellow instead of staying black.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone of you came across to the same problem? If so, how can I solve this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 14:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997431#M339249</guid>
      <dc:creator />
      <dc:date>2015-11-27T14:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Font selection color</title>
      <link>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997432#M339250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post here the VB script you´ve used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997432#M339250</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-11-27T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Font selection color</title>
      <link>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997433#M339251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz share your qvw with code.So that we can help you better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997433#M339251</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2015-11-27T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Font selection color</title>
      <link>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997434#M339252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies, here the VB script, unfortunately I will not be able to update the QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SetColorPrefs()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim UserPrefs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set UserPrefs = ActiveDocument.GetApplication.GetUserPreferences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Selected" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserPrefs.CustomSelBgColor(1).PrimaryCol.Col = rgb(57,168,187)&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserPrefs.CustomSelFgColor(1).PrimaryCol.Col =&amp;nbsp; RGB (255,255,255) ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Possible" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserPrefs.CustomSelBgColor(2).PrimaryCol.Col= RGB (255,255,255) ' &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelFgColor(2).PrimaryCol.Col= 125476&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Excluded Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelBgColor(5).PrimaryCol.Col= 8421504&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelFgColor(5).PrimaryCol.Col= 14211288&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Locked Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelBgColor(0).PrimaryCol.Col= 8388608&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'UserPrefs.CustomSelFgColor(0).PrimaryCol.Col= 65535&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.GetApplication.SetUserPreferences UserPrefs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Qlikview default values:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Selected" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelBgColor(1).PrimaryCol.Col: 2134015&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelFgColor(1).PrimaryCol.Col: 16777215&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the "Possible" Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelBgColor(2).PrimaryCol.Col: 16777215&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelFgColor(2).PrimaryCol.Col: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Excluded Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'msgbox cstr(UserPrefs.CustomSelBgColor(5).PrimaryCol.Col)&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'msgbox cstr(UserPrefs.CustomSelFgColor(5).PrimaryCol.Col)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' Set the Locked Color&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelBgColor(0).PrimaryCol.Col: 8388608&lt;/P&gt;&lt;P&gt;&amp;nbsp; ' UserPrefs.CustomSelFgColor(0).PrimaryCol.Col: 65535&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 15:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Font-selection-color/m-p/997434#M339252</guid>
      <dc:creator />
      <dc:date>2015-11-27T15:16:24Z</dc:date>
    </item>
  </channel>
</rss>

