Skip to content
⌘ NSIS Forum Archive

Hyperlink button problems

4 posts

LuP#edited

Hyperlink button problems

Hi all,

I'm trying to create a link with the following code:

${NSD_Createlink} 20u 60u 230u 12u "http://www.myweb.cz"

A blue texted button appears (that's OK) but:

- Cursor over button is still of arrow type, not like a hand (or something signaling a hypertext).

- When I click the text button, nothing happens.

How to make it work?

Thanks.

LuP
kichik#
You have to add an OnClick callback function to respond to the user click. Hand sign is not currently working. It's still missing from nsDialogs.
vbguy#
Originally posted by kichik
Hand sign is not currently working. It's still missing from nsDialogs.
I've submitted a patch that gets the hand working for link controls:

http://sourceforge.net/tracker/index.php?func=detail&aid=2004129&group_id=22049&atid=373087


The patch also includes RichText macros and documentation.