Skip to content
⌘ NSIS Forum Archive

How I can assign help context identifier with NSIS field?

11 posts

anonym#

How I can assign help context identifier with NSIS field?

How I can assign help context identifier with NSIS field?
Joost Verburg#
What exactly do you mean? Do you want the user to be able to click on a control and get help? I'm afraid that is not possible.
kichik#
It's not a built-in feature, but you can create a plug-in that will subclass the NSIS window and listen to WM_HELP.
deguix#
Do you plan to put ToolTips support sometime soon, kichik or eccles?

(I was thinking on putting it in my program if it's supportable sometime in future)
Joost Verburg#
I'm talking about the tooltip support. You can request help context identifier support by sumbitting a feature request at the project page.

However you can't expect it to be ready anytime soon. If you need it right now write a plug-in.