Archive: Mouse pointer view change on mouse over a label


Mouse pointer view change on mouse over a label
How to make mouse pointer view when is over a label?


When I google for 'nsis mouse cursor', the first hit I get is the SetCursor plugin...


that is used to change cursor permanently ..,.


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.