Página 1 de 1

Re: IDE small problem

Publicado: Vie Nov 11, 2005 11:07 am
por jfgimenez
Ingo,
TGroupBox:TFont is bold, the :TFont of the buttons on it is normal; in the IDE it is showing correcty
In the built app the buttons:TFont is bold
Font is correctly bold. See the property lParentFont in the help.
The problem is in the IDE, and I'm almost sure that you have changed the font of the groupbox *after* the buttons have been created. However, we'll review ASAP. Thanks for the info.
--
Regards,
Jose F. Gimenez
--

Re: IDE small problem

Publicado: Vie Nov 11, 2005 12:00 pm
por Ingo
Jose,
Font is correctly bold. See the property lParentFont in the help.
Oh I see, lParentFont is dominant to the selected fontstyle, after changing to .F. it's ok now. Thanks a lot.
The problem is in the IDE, and I'm almost sure that you have changed the font of the groupbox *after* the buttons have been created.
Yes indead.
Regards,
Ingo
--