DLL version 2.4 (1/4/2004)

* Initial focus is set in "initDialog" making it possible to override it from NSIS prior to calling "show"
- When initial focus is to a Text field InstallOptions now follows standard Windows behaviour by having the text selected
- Label and other static fields no longer have State= written to the INI file when leaving the dialog
- NOTIFY flag can now be used with Link fields (State should be omitted in this case)
- Likewise, State can now be used with Button fields (behaves the same as with Link fields)
- NOTIFY flag can also now be used with ListBox and DropList fields to have NSIS notified when the selection changes
- Meaning of RIGHT flag is now reversed in right-to-left language mode
- HSCROLL and VSCROLL flags are no longer restricted to Text fields
- Various Link field fixes
- Text box colour bug fix


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3350 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2004-01-04 14:06:39 +00:00
parent 1b2abf06de
commit e1c4b80991
7 changed files with 372 additions and 273 deletions

View file

@ -1,5 +1,5 @@
[Settings]
NumFields=9
NumFields=11
[Field 1]
Type=Groupbox
@ -31,6 +31,7 @@ Bottom=38
[Field 4]
Type=Checkbox
Text=Install support for Z
Flags=RIGHT
State=0
Left=10
Right=100
@ -73,12 +74,32 @@ Right=-10
Top=97
Bottom=118
MinLen=1
ValidateText=Please enter some text before proceeding.
[Field 9]
Type=Button
Flags=NOTIFY
Text=Clear
Text=&Clear
Left=-60
Right=-10
Top=27
Bottom=41
Top=19
Bottom=33
[Field 10]
Type=Button
Text=&Email
State=mailto:someone@anywhere.com
Left=-60
Right=-10
Top=35
Bottom=49
[Field 11]
Type=DROPLIST
ListItems=Show|Hide
State=Show
Flags=NOTIFY
Left=120
Right=-80
Top=20
Bottom=56