ComboBox se queda oculto

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
arroya2
Posts: 172
Joined: Thu Aug 06, 2009 7:16 am

ComboBox se queda oculto

Post by arroya2 »

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:
Dibujo2.JPG
Dibujo2.JPG (12.52 KiB) Viewed 1903 times
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
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: ComboBox se queda oculto

Post by Roberto Lopez »

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:
Dibujo2.JPG
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
Since you've not posted the sources I must 'guess' which the problem with your code is...

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)
arroya2
Posts: 172
Joined: Thu Aug 06, 2009 7:16 am

Re: ComboBox se queda oculto

Post by arroya2 »

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
Post Reply