|
|
#1 |
|
Junior Member
Join Date: May 2006
Posts: 2
|
Dropdown list does not work in Windows 2000
Hi all,
If I compile the following very simple script, the compiled Test.exe would run in Windows XP fine. However, if I run the same Test.exe in Windows 2000, the dropdown list only shows User2, but not the other two. Am I missing something here or doing something wrong? Test.nsi code: UserList.ini code: |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Use it like this:
Top=64 Bottom=108 copied from IO manual: For combobox or droplist, the "bottom" value is not used in the same way. In this case, the bottom value is the maximum size of the window when the pop-up list is being displayed. All other times, the combobox is automatically sized to be one element tall. If you have trouble where you can not see the combobox drop-down, then check the bottom value and ensure it is large enough. A rough guide for the height required is the number of items in the list multiplied by 8, plus 20. Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2006
Posts: 2
|
Thanks a lot, that made the trick!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|