Skip to content
⌘ NSIS Forum Archive

nsDialgos first steps

5 posts

AlejandroVK#

nsDialgos first steps

Hi there,

I'm a complete newbie in NSIS and specially with nsDialogs. I'm making my first custom page with nsDialogs and some pretty basic questions come to my mind. I've been looking everywhere for an answer but I can't seem to find one. Questions are:

1.- nsDialogs::Create 1018 creates a standard dialog with two buttons at the bottom. Is there any way I can change the title of this default dialog?

2.- Can I also remove this buttons? I'm gonna use this dialog for the specification of some paths...so I only need a 'Next' button and probably a "Previous" one...

Thanks!

Regards,
Alex
MSG#
1. Try !insertmacro MUI_HEADER_TEXT "Title" "Subtitle" before calling nsDialogs::Show.

2. See this thread: http://forums.winamp.com/showthread....hreadid=295227 , only use ShowWindow instead of EnableWindow (or both, even).
See: http://nsis.sourceforge.net/Docs/Cha...html#4.9.14.17
AlejandroVK#
Ok, done it and works.

The thing now is, how can I change font type, size, colour, etc...from the MUI_HEADER_TEXT and also from custom Labels created with nsDialogs?

Thanks a lot for the help
AlejandroVK#
For those who are seeking similar answers to the question above, you may find the answer here: http://forums.winamp.com/showthread.php?postid=2561974

Regards,
Alex