Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 14th January 2003, 08:22   #1
Prinz
Junior Member
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 24
Droplist doesn't drop down on NT4

Hi,

I've tried my installation package on several machines, and a weird thing happens with the droplist for example on NT4
It doesn't show any item at all. On XP it works, and win2k seems to work fine too. Is it a bug or have I set a false option?

Greetz!
Prinz is offline   Reply With Quote
Old 14th January 2003, 09:57   #2
virtlink
Major Dude
 
virtlink's Avatar
 
Join Date: Sep 2002
Location: At [4C69:6E6B]
Posts: 561
I don't use NT4, but there was an error under Windows ME where the droplist didn't show up. Only a one pixel thick line under the box. Maybe it is that error, but I believe that it's fixed.

I searched the forum but I couldn't find it again.

"I'll quote you when you say something memorable."
- Claudia Pelsmaeker
virtlink is offline   Reply With Quote
Old 14th January 2003, 10:01   #3
Prinz
Junior Member
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 24
I've got the latest CVS, here it still doesn't show up. I don't know about ME, but on NT4 nothing...
Prinz is offline   Reply With Quote
Old 14th January 2003, 10:12   #4
virtlink
Major Dude
 
virtlink's Avatar
 
Join Date: Sep 2002
Location: At [4C69:6E6B]
Posts: 561
It might be that the order of the controls on the form is wrong. For example: another control may be in front of the droplist when it expands. You should try another UI, or, using ResEdit, place the control under the droplist somewhere else and then look. This won't solve it, this will propably help with finding the solution.

"I'll quote you when you say something memorable."
- Claudia Pelsmaeker
virtlink is offline   Reply With Quote
Old 14th January 2003, 10:36   #5
Prinz
Junior Member
 
Join Date: Jan 2003
Location: The Netherlands
Posts: 24
It's solved. I forgot to set the bottom= property in the custom page ini file. On NT4 that property is needed apparently. On other OS types the dropdown list works without it :P
Prinz is offline   Reply With Quote
Old 14th January 2003, 13:24   #6
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
Yep. From IO docs:

Quote:
Note: 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.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 15th January 2003, 10:31   #7
virtlink
Major Dude
 
virtlink's Avatar
 
Join Date: Sep 2002
Location: At [4C69:6E6B]
Posts: 561
You should add to the manual that you have to specify bottom for droplist, comboboxes etc.. to ensure that it will appear good on NT systems.

"I'll quote you when you say something memorable."
- Claudia Pelsmaeker
virtlink is offline   Reply With Quote
Old 15th January 2003, 13:36   #8
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
That's already in the IO docs... And it's not only NT, 95, 98, and ME too.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump