ScaledBy()

Hi to all,

in order to have a (pseudo)mutiresolution application, i read the screen resolution an via form scaledby function i try to scale all the component(s) to a new video resolution.

Now all is working fine with the exception of the AdvEdit/SpinEdit/and more labelCaption property.

This label is not automatic scaled.



J solved this in the scaled procedure with



AdvEdit.LabelFont.Size:=AdvEdit.Font.Size



There's a way to do it automatically ?? (ie with ParentScaled).



I know.... it's so rare.



Thank's for your attention



Daniele

is this the latest version of TAdvEdit 3.3.7.2 you're using as this version adapts the label font size when ChangeScale() is called.