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 ?
Migrate V8 to V2013 Pb size texte
Migrate V8 to V2013 Pb size texte
- Attachments
-
- Copy screen result draw node
- PB_Teetree size texte.jpg (7.76 KiB) Viewed 42525 times
Re: Migrate V8 to V2013 Pb size texte
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Migrate V8 to V2013 Pb size texte
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 !!
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 !!