From 2eb0d5cdf1c3ae753ae99f2b969ce90ce2364c9a Mon Sep 17 00:00:00 2001
From: anders_k
The dialogs created by InstallOptions are based on INI files which define the controls
on the dialog and their properties. These INI files can be modified from the script
- to adjust the dialogs on runtime.
The format of INI files is described in a Wikipedia article.
@@ -717,7 +717,7 @@ FunctionEndThe INSTALLOPTIONS_WRITE macro allows you to write values to the INI file to change - texts or control settings on runtime: + texts or control settings at runtime:
!insertmacro INSTALLOPTIONS_WRITE "ioFile.ini" "Field #" "Name" "Value"diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index 3077f0a4..9c797d3f 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -183,7 +183,7 @@ SectionEnd
Each of the measurements that the macros take can use one of three unit types - pixels, dialog units or percentage of the dialog's size. It can also be negative to indicate it should be measured from the end. To use dialog units, the measurement must be suffixed with the letter u. To use percentage, the measurement must be suffixed with the percentage sign - %. Any other suffix, or no suffix, means pixels.
-Dialog units allow creation of dialogs that scale well when different fonts or DPI is used. Its size in pixels is determined on runtime based on the font and the DPI. For example, standard pages in the classic NSIS user interface are 266 dialog units wide and 130 dialog units high. Pages in Modern UI are 300 dialogs units wide and 140 dialog units high. In different resolutions, using different fonts or DPI settings, the dialogs will always have the same size in dialog units, but different size in pixels.
+Dialog units allow creation of dialogs that scale well when different fonts or DPI is used. Its size in pixels is determined at runtime based on the font and the DPI. For example, standard pages in the classic NSIS user interface are 266 dialog units wide and 130 dialog units high. Pages in Modern UI are 300 dialogs units wide and 140 dialog units high. In different resolutions, using different fonts or DPI settings, the dialogs will always have the same size in dialog units, but different size in pixels.
!include nsDialogs.nsh !include LogicLib.nsh @@ -695,7 +695,7 @@ SectionEnd
${NSD_LB_GetSelection} listbox_HWND $output_variable
Retrieves the selected stringed from a list box. Returns an empty string if no string is selected.
+Retrieves the selected string from a list box. Returns an empty string if no string is selected.
${NSD_Anim_OpenFile} anim_HWND avi_path