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.
How can you determine a mouse click ?
4 posts
See an example of a mouse callback here:
I suppose you can use the WndSubclass plugin on the dialog handle, but haven't tried it myself.
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.
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...
${NSD_CreateBitmap} and ${NSD_CreateLabel} both have ss_notify