<?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: Listbox Colours on Access Point - Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557148#M508249</link>
    <description>&lt;P&gt;AFAIK those settings will be stored within the settings.ini - with the macro you set them for your local user but you couldn't do it for the server in the same way else you need to stop your server and adjust the settings.ini manually. You should make a BACKUP before you changed anything.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 12:01:28 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-03-15T12:01:28Z</dc:date>
    <item>
      <title>Listbox Colours on Access Point - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557086#M508248</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've altered my Listbox default colours in Qlikview so that it's gray, dark gray font &amp;amp; highlight colour of bright pink to fit the marketing specifications.&lt;/P&gt;&lt;P&gt;Unfortunately when I go onto access point it's pulling through the colours from another project (set up a previous employee) and I can't seem to find how to amend this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just using the simple macro to update the colours (in edit module):&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;UserPrefs.CustomSelBgColor(1).PrimaryCol.Col = _&lt;/P&gt;&lt;P&gt;RGB(204,45,111)&lt;/P&gt;&lt;P&gt;Qlikview x64: How it should look and does look on the Qlikview Application.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Qlik Listbox Colour Issue - Qlikview Application.jpg" style="width: 684px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8121iD4E0F7AC75EAE75F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik Listbox Colour Issue - Qlikview Application.jpg" alt="Qlik Listbox Colour Issue - Qlikview Application.jpg" /&gt;&lt;/span&gt;What is looks like on AccessPoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Qlik Listbox Colour Issue - Qlikview Access Point.jpg" style="width: 671px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8120i9F592575624B8FE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik Listbox Colour Issue - Qlikview Access Point.jpg" alt="Qlik Listbox Colour Issue - Qlikview Access Point.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice would be great! Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557086#M508248</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2024-11-16T21:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Colours on Access Point - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557148#M508249</link>
      <description>&lt;P&gt;AFAIK those settings will be stored within the settings.ini - with the macro you set them for your local user but you couldn't do it for the server in the same way else you need to stop your server and adjust the settings.ini manually. You should make a BACKUP before you changed anything.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 12:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557148#M508249</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-15T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Colours on Access Point - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557256#M508250</link>
      <description>&lt;P&gt;Thanks Marcus. Weirdly the CustSel Colors do not match what we currently have running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SetColorPrefs Macro:&lt;/P&gt;&lt;P&gt;sub SetColorPrefs()&lt;/P&gt;&lt;P&gt;Dim UserPrefs&lt;BR /&gt;&lt;BR /&gt;set UserPrefs = _&lt;BR /&gt;ActiveDocument.GetApplication.GetuserPreferences&lt;BR /&gt;&lt;BR /&gt;' Selected colour&lt;BR /&gt;UserPrefs.CustomSelBgColor(1).PrimaryCol.Col = _&lt;BR /&gt;RGB (244, 144, 30) 'PulseHighLightColour&lt;BR /&gt;&lt;BR /&gt;UserPrefs.CustomSelFgColor(1).PrimaryCol.Col = _&lt;BR /&gt;RGB (255, 255, 255) 'White&lt;BR /&gt;&lt;BR /&gt;'Possible Colour&lt;BR /&gt;UserPrefs.CustomSelBgColor(2).PrimaryCol.Col = _&lt;BR /&gt;RGB (68, 68, 68) 'PulseWindowColour&lt;BR /&gt;&lt;BR /&gt;UserPrefs.CustomSelFgColor(2).PrimaryCol.Col = _&lt;BR /&gt;RGB (255, 255, 255) 'White&lt;BR /&gt;&lt;BR /&gt;' Excluded Colour&lt;BR /&gt;UserPrefs.CustomSelBgColor(5).PrimaryCol.Col = _&lt;BR /&gt;RGB (68, 68, 68) 'Light Grey&lt;/P&gt;&lt;P&gt;UserPrefs.CustomSelFgColor(5).PrimaryCol.Col = _&lt;BR /&gt;RGB (87, 87, 87) 'Black&lt;BR /&gt;&lt;BR /&gt;' Locked Colour&lt;BR /&gt;UserPrefs.CustomSelBgColor(0).PrimaryCol.Col = _&lt;BR /&gt;RGB (255, 0, 0) 'Red&lt;BR /&gt;&lt;BR /&gt;UserPrefs.CustomSelBgColor(0).PrimaryCol.Col = _&lt;BR /&gt;RGB (0, 0, 0) 'Black&lt;BR /&gt;&lt;BR /&gt;ActiveDocument.GetApplication.SetUserPreferences _&lt;BR /&gt;UserPrefs&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the Settings.ini file:&lt;/P&gt;&lt;P&gt;CustSelFgColors0=65535&lt;BR /&gt;CustSelBgColors0=0&lt;BR /&gt;CustSelFgColors1=16777215&lt;BR /&gt;CustSelBgColors1=2003188&lt;BR /&gt;CustSelFgColors2=16777215&lt;BR /&gt;CustSelBgColors2=4473924&lt;BR /&gt;CustSelFgColors3=0&lt;BR /&gt;CustSelBgColors3=255&lt;BR /&gt;CustSelFgColors4=0&lt;BR /&gt;CustSelBgColors4=16777215&lt;BR /&gt;CustSelFgColors5=5723991&lt;BR /&gt;CustSelBgColors5=4473924&lt;BR /&gt;CustSelFgColors6=14211288&lt;BR /&gt;CustSelBgColors6=8421504&lt;BR /&gt;CustSelFgColors7=14211288&lt;BR /&gt;CustSelBgColors7=8421504&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557256#M508250</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2019-03-15T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Colours on Access Point - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557265#M508251</link>
      <description>&lt;P&gt;It's only a different notation of the used colors. To get more background to it and to find the corresponding rgb() respectively the reversed way, take a look here: &lt;A href="https://community.qlik.com/t5/QlikView-Documents/Colors-in-Qlik/ta-p/1484386" target="_blank" rel="noopener"&gt;Colors-in-Qlik&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557265#M508251</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-15T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Colours on Access Point - Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557278#M508252</link>
      <description>&lt;P&gt;Brilliant - not used Decimal for Colour assignment before.&lt;/P&gt;&lt;P&gt;Found from your article it's an RGB to VB Decimal Colour Converting.&lt;/P&gt;&lt;P&gt;&lt;A href="https://convertingcolors.com/" target="_blank"&gt;https://convertingcolors.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Decent converter attached to go along with your QVW:&lt;/P&gt;&lt;P&gt;&lt;A href="https://convertingcolors.com/" target="_blank"&gt;https://convertingcolors.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again Marcus!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Colours-on-Access-Point-Qlikview/m-p/1557278#M508252</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2019-03-15T15:37:20Z</dc:date>
    </item>
  </channel>
</rss>

