Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 10th December 2004, 21:00   #1
Jnuw
Senior Member
 
Join Date: Sep 2004
Location: Wisconsin, US
Posts: 258
Move ShowReadMe Check Box Down?

Hello all. I added a ReadMe Check Box to my MUI (nsis 2.02) Finish Page. Is there any way I can move it farther down the page, I currently do not have enough space for my Finishpage_Text. I'm using the MUI_FINISHPAGE_TEXT_LARGE command, but I still need more space (see jpg below). Thanks.
Attached Images
File Type: jpg readme.jpg (26.6 KB, 112 views)
Jnuw is offline   Reply With Quote
Old 10th December 2004, 22:37   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,216
Open up Contrib\Modern UI\System.nsh

Go to line 1387, and change "Bottom" "115" to say "Bottom" "135"

Next goto line 1518, and change
!define MUI_FINISHPAGE_CURFIELD_TOP 130
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 140
to
!define MUI_FINISHPAGE_CURFIELD_TOP 150
!define MUI_FINISHPAGE_CURFIELD_BOTTOM 160

You should make a backup copy of System.nsh first.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 13th December 2004, 18:14   #3
Jnuw
Senior Member
 
Join Date: Sep 2004
Location: Wisconsin, US
Posts: 258
Afrow UK, thanks for your suggestion. At first I thought what you suggested did not work. But I was playing around with it, and found a very strange behavior.

When I make the changes you list, the view readme text line disappeared all together. However when I click outside of the Nullsoft window, on the desktop, then magically the line appears. I can also get just the box to appear if I click where I know it should be, see jpg. Moving the install window off my viewable desktop area, then back on resets the problem. What do you think?
Attached Images
File Type: jpg try1.jpg (26.2 KB, 94 views)
Jnuw is offline   Reply With Quote
Old 14th December 2004, 09:03   #4
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,216
I didn't test my values so you need to mess around a bit. I expect one control is now being overlapped by another.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump