Migrate V8 to V2013 Pb size texte

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
mivtee
Newbie
Newbie
Posts: 19
Joined: Wed Jan 15, 2014 12:00 am

Migrate V8 to V2013 Pb size texte

Post by mivtee » Thu Jan 16, 2014 2:13 pm

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 ?
Attachments
PB_Teetree size texte.jpg
Copy screen result draw node
PB_Teetree size texte.jpg (7.76 KiB) Viewed 25115 times

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Migrate V8 to V2013 Pb size texte

Post by Yeray » Fri Jan 17, 2014 9:50 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

mivtee
Newbie
Newbie
Posts: 19
Joined: Wed Jan 15, 2014 12:00 am

Re: Migrate V8 to V2013 Pb size texte

Post by mivtee » Fri Jan 17, 2014 5:25 pm

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 !!

Post Reply