Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Custom Color Preferences+Deploying on Access Point

I have changed the selection colors from the Qlik green to my company's branded colors with the following code:

CTRL+M

Sub SetColorPrefs()

Dim UserPrefs

set UserPrefs = _

ActiveDocument.GetApplication.GetUserPreferences

' Set the "Selected" Color

UserPrefs.CustomSelBgColor(1).PrimaryCol.Col = _

RGB (0,43,94) ' Willbros Blue

UserPrefs.CustomSelFgColor(1).PrimaryCol.Col = _

RGB (256,256,256) ' White Text

etc script...

I then go to Settings > Document Properties > General > Color Scheme > [Custom]

Now my listbox selections have switched colors from the green to my blue.

The problem I am experiencing is when I upload the application to Access Point--the colors are green!

I have a standard Qlik workflow of a extract script .qvw to push .qvds, then I create my data model, then my UI.

Why is the green staying default in Access Point?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi William,

How is the macro settings on the server?
What permissions have macros in the document?
Will users run the application Plug-In? Macros do not work without Plug-In.
If you enter Plug-In, which made the combination of Ctrl + Shift + M keys, and give permission to the macro.


Regards!