Hola de nuevo.
Hello again.
Cuando hago clic en cualquier ComboBox en Windows XP, el menú desplegable se queda oculto como indica la siguiente imagen:
When I click on any ComboBox in Windows XP, the drop-down menu is hidden as the following picture:
Sin embargo, si lo ejecuto en Windows Vista el menú se despliega correctamente.
However, if I run it on Windows Vista the menu is displayed correctly.
He compilado indistintamente desde Windows XP y desde Windows Vista y el resultado es el mismo.
I have compiled from Windows XP and without distinction from Windows Vista and the result is the same.
¿Dónde está el problema?
Where is the problem?
Saludos
Greetings
Rafael Pérez
ComboBox se queda oculto
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: ComboBox se queda oculto
Since you've not posted the sources I must 'guess' which the problem with your code is...arroya2 wrote:Hola de nuevo.
Hello again.
Cuando hago clic en cualquier ComboBox en Windows XP, el menú desplegable se queda oculto como indica la siguiente imagen:
When I click on any ComboBox in Windows XP, the drop-down menu is hidden as the following picture: Sin embargo, si lo ejecuto en Windows Vista el menú se despliega correctamente.
However, if I run it on Windows Vista the menu is displayed correctly.
He compilado indistintamente desde Windows XP y desde Windows Vista y el resultado es el mismo.
I have compiled from Windows XP and without distinction from Windows Vista and the result is the same.
¿Dónde está el problema?
Where is the problem?
Saludos
Greetings
Rafael Pérez
But I could bet that you've sized incorrectly the Combos.
The Combo's height refers to the height of the control with the dropdown list opened.
So, give a greater value to control height and you'll be able to see the full list.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: ComboBox se queda oculto
En Español:
Gracias Maestro.
Efectivamente el problema se ha resuelto aumentando la altura. Yo programo desde Windows Vista y en mi equipo salia bien con la altura que le había dado. Mi cliente tiene Windows XP y a él se le quedaba oculto. Ahora que he aumentado la altura se ve bien en los dos.
Muy agradecido
Rafael Pérez
In English by Google:
Thanks Master.
Indeed the problem is solved by increasing the height. I program from Windows Vista and my team went well with the height that had given him. My client has Windows XP since it was hidden from him. Now that I've increased the height looks good in both.
Very grateful.
Rafael Perez
Gracias Maestro.
Efectivamente el problema se ha resuelto aumentando la altura. Yo programo desde Windows Vista y en mi equipo salia bien con la altura que le había dado. Mi cliente tiene Windows XP y a él se le quedaba oculto. Ahora que he aumentado la altura se ve bien en los dos.
Muy agradecido
Rafael Pérez
In English by Google:
Thanks Master.
Indeed the problem is solved by increasing the height. I program from Windows Vista and my team went well with the height that had given him. My client has Windows XP since it was hidden from him. Now that I've increased the height looks good in both.
Very grateful.
Rafael Perez