Skip to content
⌘ NSIS Forum Archive

How could I implement the tooltip effects in the MUI_PAGE_COMPONENTS via NSIS?

5 posts

whossa#

How could I implement the tooltip effects in the MUI_PAGE_COMPONENTS via NSIS?

Currently i'm developing a installation package via NSIS for our products, however, our product manager doesn't like the default style of MUI_PAGE_COMPONENTS, so i wonder how could i implement a component page via NSIS while remove the description box and when the mouse hover on the component item the tooltip will give out the description

thanks for all your time!
Afrow UK#
You can hide the existing box using !define MUI_COMPONENTSPAGE_NODESC. You would then probably need to write a plug-in to subclass the list view control in order to know when the mouse is over a node to display the tooltip.

Stu
T.Slappy#
Grrrrr....


If you post your question on StackOverflow then wait for answer.
If you post your question here then wait for answer too!
Afrow UK#
Originally Posted by T.Slappy View Post
Grrrrr....
I don't see an issue with this? You will potentially get a quicker answer and in this case it was also a better answer (how did I forget about .onMouseOverSection!)

Stu