IO2 Tutorial Label: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
DannyStaple (talk | contribs) |
DannyStaple (talk | contribs) |
||
Line 5: | Line 5: | ||
2 Choose "label", add some text in the "caption" than hit "ok". | 2 Choose "label", add some text in the "caption" than hit "ok". | ||
3 The control will appear in the dialog, you resize and stretch as many times and forms you like | 3 The control will appear in the dialog, you resize and stretch as many times and forms you like. | ||
[[File:IOTutorialLabelScreenShot1.png]] | |||
4 Once you finish, with Resource Hacker, hide the dialog. | 4 Once you finish, with Resource Hacker, hide the dialog. | ||
5 You'll get the controls units | 5 You'll get the controls units. | ||
[[File:IOTutorialLabelScreenShot2.png]] | |||
6 In the screenshot example, 61 93 72 9, will be the order for Left, Top, Right, Bottom values for the INI. | 6 In the screenshot example, 61 93 72 9, will be the order for Left, Top, Right, Bottom values for the INI. |
Latest revision as of 14:18, 31 October 2006
Author: Joel (talk, contrib) |
Author: DannyStaple (talk, contrib) |
Install Options 2 - Tutorial For Labels
1 Place the cursor in the middle of dialog 105 and select insert control.
2 Choose "label", add some text in the "caption" than hit "ok".
3 The control will appear in the dialog, you resize and stretch as many times and forms you like.
4 Once you finish, with Resource Hacker, hide the dialog.
5 You'll get the controls units.
6 In the screenshot example, 61 93 72 9, will be the order for Left, Top, Right, Bottom values for the INI.
7 So this will be, for:
Left=61 Top=93 ;Right = 72+left_value(61)=72+61=133 Right=133 ;Bottom = 9+Top_value(93)=9+93=102 Bottom=32
8 Create your INI, with the new values:
Left=61 Top=93 Right=133 Bottom=102