Search found 19 matches

by mivtee
Thu Jan 23, 2014 6:15 pm
Forum: VCL
Topic: TTree is slow in design with Teechart2013
Replies: 7
Views: 13288

Re: TTree is slow in design with Teechart2013

With files Sources it's better
by mivtee
Thu Jan 23, 2014 5:19 pm
Forum: VCL
Topic: TTree is slow in design with Teechart2013
Replies: 7
Views: 13288

TTree is slow in design with Teechart2013

Hi, I have Delphi 2007 on windows 7, when I put some pictures in design in TTree it's very slow. I tried this: (Tree2.Canvas as TGDIPlusCanvas).AntiAlias:=False; : it doesn't change any thing. I tried with Tree.Canvas:=TTeeCanvas3D.Create; : it's very better but the transparency doesn't work. Why it...
by mivtee
Fri Jan 17, 2014 5:25 pm
Forum: VCL
Topic: Migrate V8 to V2013 Pb size texte
Replies: 2
Views: 25348

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 !!
by mivtee
Thu Jan 16, 2014 2:13 pm
Forum: VCL
Topic: Migrate V8 to V2013 Pb size texte
Replies: 2
Views: 25348

Migrate V8 to V2013 Pb size texte

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 ?