Anti-Aliasing of TeeTree does not work properly
Posted: Thu Mar 20, 2008 5:58 am
Hi Tom,
I have another issue with TeeTree...
It is with the Antialiazing of TeeTree Canvas (just like TChart).
I was in contact with Ara Villarreal (from Sales Department, I suppose) for this issue.
I had reffered the way for antializing as done in case of TChart.
Please refer the code below.
But this does not antialias the shape borders & connections properly.
I have sent you a demo source & executable to demonstrate this.
Please have a look on the demo.
Ara has replied me as:
Please follow up with this & please provide me a better solution.
Regards,
Ashu
I have another issue with TeeTree...
It is with the Antialiazing of TeeTree Canvas (just like TChart).
I was in contact with Ara Villarreal (from Sales Department, I suppose) for this issue.
I had reffered the way for antializing as done in case of TChart.
Please refer the code below.
Code: Select all
// Create and set GDI Plus canvas if not already set.
if not (Tree1.Canvas is TGDIPlusCanvas) then
begin
Tree1.Canvas := TGDIPlusCanvas.Create;
(Tree1.Canvas As TGDIPlusCanvas).AntiAlias := True ;
(Tree1.Canvas As TGDIPlusCanvas).AntiAliasText := True
end;
I have sent you a demo source & executable to demonstrate this.
Please have a look on the demo.
Ara has replied me as:
Code: Select all
Our technician told me that he is working to find a solution for the your problem but it seems not to be easy, so he needs more time.
Thank you again for your patience.
Best Regards,
Ara Villarreal
Regards,
Ashu