drop down list box's dont appear on windows 2000
HI
I am using NSIS version 2.03b, i have a custom dialog which has a drop down box. On Windows 2000 the Drop down box does not appear although all of the values are there, on windows XP it works fine the drop down box expands
thanks
Carl
i have attached my installation script and also the ini file is pasted below
[Settings]
NumFields=8
[Field 1]
Type=GroupBox
Left=0
Right=-1
Top=0
Bottom=-80
Text=Zebra OPC Server Installation Options
[Field 2]
Type=text
Left= 100
Right=-40
Top=12
Bottom=24
State=9300
MaxLen=4
MinLen=0
[Field 3]
Type=label
Text=Event Listener Port
Left=10
Right=-10
Top=13
Bottom=24
[Field 4]
Type=text
Left= 100
Right=-40
Top=25
Bottom=37
State=9100
MaxLen=4
MinLen=0
[Field 5]
Type=label
Text=Printer Port
Left=10
Right=-10
Top=26
Bottom=37
[Field 6]
Type=GroupBox
Left=0
Right=-1
Top=65
Bottom=-5
Text=International Options
[Field 7]
Type=Combobox
Left= 100
Right=-40
Top=80
Bottom=92
ListItems=ENGLISH|SWEDISH|DANISH|GERMAN|FRENCH|ITALIAN|SPANISH|GREEK
State=English
[Field 8]
Type=label
Text= Please Select Language
Left=10
Right=-10
Top=81
Bottom=92
State=0