En tiempo de diseño, arrastro el componente TDBPlannerDatePicker en el formulario y configuro lo siguiente:
TDBPlannerDatePicker.LabelFont = 'Tahoma';
TDBPlannerDatePicker.LabelFont.Size:= 8;
Pero al ejecutar el programa, el componente no respeta el tamaño de la fuente indicado y la muestra de un tamaño más grande, obligándome a volver a configurarlo en tiempo de ejecución.
Estoy usando Delphi 10 Seattle, y la versión de TDBPlannerDatePicker es 1.6.2.0.
Este componente lo uso en muchas pantallas y este inconveniente me obligaría a configurarlo en tiempo de ejecución en todas ellas.
¿Cuál puede ser el problema?
Gracias.
Please use English language on this support center. Everything is in English and for the convenience of all users, searchability etc… please using English.
I cannot reproduce a problem here.
I dropped a TLabel and TDBPlannerDatePicker on the form. Both label & datepicker label have a font Tahoma 8pt size and both show identical here:
If a problem persists, please provide more details.
Hi Bruno, please excuse me for writing in Spanish; I didn't realize it, my English isn't very good.
I've now installed Delphi 13 and this problem no longer occurs, so it must have been an issue with the version of Delphi I had.
Thank you very much.
1 Like