Skip to content
⌘ NSIS Forum Archive

How can you determine a mouse click ?

4 posts

stass#

How can you determine a mouse click ?

How can you determine a mouse click (Callback get when you press the button) ?
Need to move the mouse pointer to any object on the page, press the left mouse button and only then get Callback .

It would be very useful to do this for NSIS.
jpderuiter#
See an example of a mouse callback here:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


I suppose you can use the WndSubclass plugin on the dialog handle, but haven't tried it myself.
Anders#
This is a very unusual request, normally the window you click on will handle the event. For static controls to receive the click they must have the SS_NOTIFY style but I don't remember if nsDialogs can handle those notifications...