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

How to toggle help text on/off

I have a requirement to provide mouseover pop-up help text for every object on every sheet of the application.  This is to meet US govt Section 508 accessibility requirements.  However, normal users don't need or want them and they make using the application very messy.  Is there a way to globally (or even 1 object at a time) disable the help popups on objects? I am thinking a button calling a macro to let a use rturn them on/off as they like. I've played around with this without any effect:

sub DisablePopUpHelp

  set up=ActiveDocument.GetApplication.GetUserPreferences

  up.FunctionPopupHelp=false

  ActiveDocument.GetApplication.SetUserPreferences up

end sub

Any help would be appreciated!

Rich

0 Replies