Re: [WiX-users] ComboBox list not showing on Windows 2000 Server

2010-03-16 Thread Kevin Garman
Ok, figured it out. Here it is in case someone else can benefit... I had the combobox height set at 13 (the same as my other controls) but that 13 applies to the whole control, including the dropdown portion, so there was no room for the dropdown to be visible. The manual mentions this... "Heig

Re: [WiX-users] ComboBox list not showing on Windows 2000 Server

2010-03-16 Thread Kevin Garman
Hi, I've since been trying to strip my installer down to isolate the problem but no luck so far. Is there something I need to know about comboboxes and Windows 2000 Server?! Thanks, Kevin On Mon, 2010-03-15 at 10:48 -0500, Kevin Garman wrote: > Hi All, > > I've got a couple ComboBoxes each o

[WiX-users] ComboBox list not showing on Windows 2000 Server

2010-03-15 Thread Kevin Garman
Hi All, I've got a couple ComboBoxes each of which have some values. When I run the installer on Windows XP the values show up in the dropdown list as expected. When running on Windows 2000 Server, the dropdown list is empty--it drops down but there's nothing in it. Is there something I should