Hello,
Is there a limit for the finish page's link buffer? Actually, only 2/3 of my string is displayed. Another issue, the link is working, but I don't have a special cursor when I move the mouse on it.
Thanks.
UPDATE: The string have 90 characters (I've got only 64 displayed).
[Installer] finish page's link.
10 posts
This is probably due to memory allocation in the nsDialogs plugin. Also I'm not sure that nsDialogs links have a different cursor?
Stu
Stu
Actually, if you test the NSIS Setup installer, you can clearly see that a link of more that 60 characters is displayed, and a special cursor is shown when you move the cursor on it.
You mean the "Visit the NSIS site for the latest news, FAQs and support" link on the finish page (57 characters)?
Stu
Stu
Oh, sorry. You right! It's not more than 60.
But now, I see. It's not really very flexible.
Note: For the link on the NSIS installer, you have a special cursor.
But now, I see. It's not really very flexible.
Note: For the link on the NSIS installer, you have a special cursor.
Just to confirm you are using MUI2.nsh?
Stu
Stu
Yes.
!include "MUI2.nsh"
!include "MUI2.nsh"
Interesting. Do you get the cursor if your text is less than 64 characters?
Stu
Stu
No cursor, even with 5 characters.
Could you make a script that reproduces the problem?
Stu
Stu