PDA

View Full Version : Mouse pointer view change on mouse over a label


vRock67
19th September 2011, 05:45
How to make mouse pointer view when is over a label?

MSG
19th September 2011, 07:28
When I google for 'nsis mouse cursor', the first hit I get is the SetCursor plugin...

vRock67
19th September 2011, 13:57
that is used to change cursor permanently ..,.

MSG
19th September 2011, 16:15
Right you are, so you'd need a callback function for onMouseOver and onMouseOff. From the looks of it, nsDialogs doesn't support that yet. So you'll probably have to either create a patch for nsDialogs (please do!), or write your own plugin.