whossa
1st August 2012 12:23 UTC
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
1st August 2012 12:26 UTC
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
2nd August 2012 07:06 UTC
Grrrrr....
http://stackoverflow.com/questions/1...nents-via-nsis
If you post your question on StackOverflow then wait for answer.
If you post your question here then wait for answer too!
whossa
3rd August 2012 03:18 UTC
Sorry for the dup, huh
Afrow UK
3rd August 2012 11:01 UTC
Originally posted by T.Slappy
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