IO2 Tutorial Text Password: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Pulled in content from CHM tutorial)
 
m (added category)
Line 22: Line 22:
* Type=Text  
* Type=Text  
* Type=Password
* Type=Password
[[Category: Install Options 2 Tutorial]]

Revision as of 13:50, 31 October 2006

Tutorial for Text & Password

  1. Place the cursor in the middle of dialog 105 and select insert control.
  2. Choose "Edit" than hit "ok".
  3. The control will appear in the dialog, you resize and stretch as many times and forms you like, see.
  4. Once you finish, with Resource Hacker, hide the dialog.
  5. You'll get the controls units, see.
  6. In the screenshot example, 91 85 101 14, will be the order for Left, Top, Right, Bottom values for the INI.
  7. So this will be, for:
  8. Left=91
  9. Top=85
  10. Right=101+left_value(91)=101+91=192
  11. Bottom=14+Top_value(85)=14+85=99
  12. Create your INI, with the new values:
  13. Left=91
  14. Top=85
  15. Right=192
  16. Bottom=99

Notes:

  • This is the same for both Text & Password.
  • Type=Text
  • Type=Password