moez
29th July 2009 09:25 UTC
[Installer] finish page's link.
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).
Afrow UK
29th July 2009 12:12 UTC
This is probably due to memory allocation in the nsDialogs plugin. Also I'm not sure that nsDialogs links have a different cursor?
Stu
moez
29th July 2009 22:06 UTC
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.
Afrow UK
30th July 2009 00:17 UTC
You mean the "Visit the NSIS site for the latest news, FAQs and support" link on the finish page (57 characters)?
Stu
moez
30th July 2009 13:35 UTC
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.
Afrow UK
30th July 2009 14:45 UTC
Just to confirm you are using MUI2.nsh?
Stu
moez
31st July 2009 10:23 UTC
Yes.
!include "MUI2.nsh"
Afrow UK
31st July 2009 18:13 UTC
Interesting. Do you get the cursor if your text is less than 64 characters?
Stu
moez
3rd August 2009 08:58 UTC
No cursor, even with 5 characters.
Afrow UK
3rd August 2009 10:49 UTC
Could you make a script that reproduces the problem?
Stu