Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 10th September 2010, 16:39   #1
jiake
Senior Member
 
jiake's Avatar
 
Join Date: Oct 2007
Location: Shanghai, China
Posts: 207
Yes, one control covers another:

${NSD_CreateLabel} 40u 8u -40u 31u "$(WindowsInstallerIniField2Text)"
Pop $WindowsInstallerInfoLabelHandle

8+31=39, but the following top is only 28:

${NSD_CreateLabel} 40u 28u -40u 31u "$(WindowsInstallerIniField3Text)"
Pop $SecondInstallerInfoLabelHandle

and the second one also:

${NSD_CreateLabel} 40u 9u -40u 31u "$(DotNet3IniField2Text)"
Pop $DotNetInfoLabelHandle

31+9=40, but top position of next control is 30:

${NSD_CreateLabel} 40u 30u -40u 31u "$(DotNet3IniField3Text)"
Pop $SecondDotNetInfoLabelHandle
jiake is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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