Page 1 of 1

Migrate V8 to V2013 Pb size texte

Posted: Thu Jan 16, 2014 2:13 pm
by 16468279
Hi,

Hello,

I just migrated from v8 in v2013 and the installation correct without Pb.

In my application the nodes is plotted normally, but the size of the texte (caption of node is lowercase, lowercase like not visible) then is about 12.

There is a setting in TeeTree v2013 to for proportionnal texte ?

Re: Migrate V8 to V2013 Pb size texte

Posted: Fri Jan 17, 2014 9:50 am
by yeray
Hi,

Could you please arrange a simple example project we can run as-is top reproduce the problem here?
Also please tell us what exact TeeChart and IDE versions are you using.

Thanks in advance.

Re: Migrate V8 to V2013 Pb size texte

Posted: Fri Jan 17, 2014 5:25 pm
by 16468279
Hi,

I find the PB

i my code i have old error (10 years) because i setting "Height" properties then size
Node.Font.Height := 18 //V8 vcl pro no PB but with V2013 Vcl Pro the result Font.Size= -14 !!

Correct by
Node.Font.size := 18 //and it's good !!